Skip to content

Commit

Permalink
Update event-subscription-template.yaml
Browse files Browse the repository at this point in the history
Add  SUBSCRIPTION_UNPROCESSABLE in terminationReason enum for subscription ends event.
Solve #243
  • Loading branch information
bigludo7 authored Oct 10, 2024
1 parent 4d05a3d commit c29aecc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,14 @@ components:
- MAX_EVENTS_REACHED - Maximum number of events (optionally set by the requester) has been reached
- ACCESS_TOKEN_EXPIRED - Access Token sinkCredential (optionally set by the requester) expiration time has been reached
- SUBSCRIPTION_DELETED - Subscription was deleted by the requester
- SUBSCRIPTION_UNPROCESSABLE - Subscription cannot be processed due to some reason, e.g. because the specified area cannot be managed. Useful for asynchronous subscription creation.
enum:
- MAX_EVENTS_REACHED
- NETWORK_TERMINATED
- SUBSCRIPTION_EXPIRED
- ACCESS_TOKEN_EXPIRED
- SUBSCRIPTION_DELETED

- SUBSCRIPTION_UNPROCESSABLE
HTTPSubscriptionRequest:
allOf:
- $ref: "#/components/schemas/SubscriptionRequest"
Expand Down

0 comments on commit c29aecc

Please sign in to comment.