Skip to content

Commit

Permalink
Merge pull request #351 from PedroDiez/Error_alignments_event_notific…
Browse files Browse the repository at this point in the history
…ation_artifact

Error alignments for Event Notifications Artifact
  • Loading branch information
rartych authored Dec 5, 2024
2 parents 51a07c8 + 70fe122 commit 336d0b5
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 336d0b5

Please sign in to comment.