Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1234 - Update Swagger for callback create route require property notification statues #2262

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2166,8 +2166,6 @@ components:
type: array
items:
$ref: '#/components/schemas/NotificationStatus'
required:
- notification_statuses
UpdateCallbackRequest:
type: object
properties:
Expand Down Expand Up @@ -2195,6 +2193,7 @@ components:
- queue
NotificationStatus:
description: |
<p> This field is optional. If not provided, the service will receive updates on all notification statuses by default. If included, the service will only receive updates for the specific statuses listed in this field.
<p>These statuses do not warrant additional action: cancelled, created, delivered, pending, sending, and sent.</p>
<p>These statuses indicate a client-side error, such as specifying a nonexistent template ID, or other condition that will result in VA Notify <b>not</b> retrying to send the notification: failed, permanent-failure, and validation-failed. See the associated status_reason for amplifying information.</p>
<p>"temporary-failure" indicates that VA Notify will retry sending the notification.</p>
Expand Down
Loading