Skip to content

Commit

Permalink
Error alignments for Event Notifications Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Dec 3, 2024
1 parent 51a07c8 commit 70fe122
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions artifacts/notification-as-cloud-event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ paths:
$ref: "#/components/responses/Generic410"
429:
$ref: "#/components/responses/Generic429"
500:
$ref: "#/components/responses/Generic500"
503:
$ref: "#/components/responses/Generic503"
components:
securitySchemes:
notificationsBearerAuth:
Expand Down
2 changes: 1 addition & 1 deletion documentation/API-design-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ Note: The "subscription-ends" notification is not counted in the `subscriptionMa
Error definitions are described in this guideline applies for event notification.
The Following Error codes must be present:
* for `POST`: 400, 401, 403, 500, 503
* for `POST`: 400, 401, 403, 410, 429
#### Correlation Management
To manage correlation between the subscription management and the event notification (as these are two distinct operations):
Expand Down

0 comments on commit 70fe122

Please sign in to comment.