Skip to content

Commit

Permalink
update openapi and postman
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish committed Dec 18, 2024
1 parent 8a45650 commit 1e9e05a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,6 @@ components:
- pending-virus-check
- permanent-failure
- pii-check-failed
- preferences-declined
- returned-letter
- validation-failed
- virus-scan-failed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3782,7 +3782,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"url\": \"https://some-url.com\",\n \"callback_type\": \"delivery_status\",\n \"callback_channel\": \"webhook\",\n \"bearer_token\": \"static-bearer-token-used-to-authenticate-request\",\n \"notification_statuses\": [\"sent\", \"delivered\", \"failed\", \"temporary-failure\", \"permanent-failure\", \"preferences-declined\" ]\n}"
"raw": "{\n \"url\": \"https://some-url.com\",\n \"callback_type\": \"delivery_status\",\n \"callback_channel\": \"webhook\",\n \"bearer_token\": \"static-bearer-token-used-to-authenticate-request\",\n \"notification_statuses\": [\"sent\", \"delivered\", \"failed\", \"temporary-failure\", \"permanent-failure\" ]\n}"
},
"url": {
"raw": "{{notification-api-url}}/service/{{service-id}}/callback",
Expand Down

0 comments on commit 1e9e05a

Please sign in to comment.