diff --git a/documents/openapi/openapi.yaml b/documents/openapi/openapi.yaml index 682bc4b663..12d8f7915c 100644 --- a/documents/openapi/openapi.yaml +++ b/documents/openapi/openapi.yaml @@ -1125,7 +1125,7 @@ paths: full_name: John Smith claim_id: '123456' billing_code: string - callback_url: https://www.example.com/callback + callback_url: https://staging-api.va.gov/vanotify/internal/swagger email_reply_to_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6 reference: string scheduled_for: string @@ -1139,7 +1139,7 @@ paths: full_name: John Smith claim_id: '123456' billing_code: string - callback_url: https://www.example.com/callback + callback_url: https://staging-api.va.gov/vanotify/internal/swagger email_reply_to_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6 reference: string scheduled_for: string @@ -1213,7 +1213,7 @@ paths: full_name: John Smith claim_id: '123456' billing_code: string - callback_url: https://www.example.com/callback + callback_url: https://staging-api.va.gov/vanotify/internal/swagger reference: string scheduled_for: string sms_sender_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6 @@ -1227,7 +1227,7 @@ paths: full_name: John Smith claim_id: '123456' billing_code: string - callback_url: https://www.example.com/callback + callback_url: https://staging-api.va.gov/vanotify/internal/swagger reference: string scheduled_for: string sms_sender_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6 diff --git a/documents/postman/internal_api_developers/notification-api.postman_collection.json b/documents/postman/internal_api_developers/notification-api.postman_collection.json index 6b0f9f1ed9..a1de968670 100644 --- a/documents/postman/internal_api_developers/notification-api.postman_collection.json +++ b/documents/postman/internal_api_developers/notification-api.postman_collection.json @@ -828,7 +828,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"phone_number\": \"+16502532222\",\n \"callback_url\": \"https://www.example.com/callback\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" + "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"phone_number\": \"+16502532222\",\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/sms", @@ -939,7 +939,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://www.example.com/callback\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" + "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/sms", @@ -1054,7 +1054,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"email_address\": \"test@email.com\",\n \"callback_url\": \"https://www.example.com/callback\"\n}" + "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"email_address\": \"test@email.com\",\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/email", @@ -1164,7 +1164,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://www.example.com/callback\"\n}" + "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/email", diff --git a/documents/postman/notification-api-simplified.postman_collection.json b/documents/postman/notification-api-simplified.postman_collection.json index 00009fe843..be4a540aa8 100644 --- a/documents/postman/notification-api-simplified.postman_collection.json +++ b/documents/postman/notification-api-simplified.postman_collection.json @@ -106,7 +106,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"phone_number\": \"+16502532222\",\n \"callback_url\": \"https://www.example.com/callback\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" + "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"phone_number\": \"+16502532222\",\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/sms", @@ -217,7 +217,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://www.example.com/callback\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" + "raw": "{\n \"template_id\": \"{{sms-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\",\n \"sms_sender_id\": \"{{sms-sender-id}}\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/sms", @@ -332,7 +332,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"email_address\": \"test@email.com\",\n \"callback_url\": \"https://www.example.com/callback\"\n}" + "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"email_address\": \"test@email.com\",\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/email", @@ -442,7 +442,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://www.example.com/callback\"\n}" + "raw": "{\n \"template_id\": \"{{email-template-id}}\",\n \"recipient_identifier\": {\n \"id_type\": \"VAPROFILEID\",\n \"id_value\": \"example\"\n },\n \"callback_url\": \"https://staging-api.va.gov/vanotify/internal/swagger\"\n}" }, "url": { "raw": "{{notification-api-url}}/v2/notifications/email",