Skip to content

Commit

Permalink
Merge pull request #177 from daniel-dierich/main
Browse files Browse the repository at this point in the history
[Sim-Swap-Subscription]: Add TerminationReason SUBSCRIPTION_DELETED
  • Loading branch information
bigludo7 authored Dec 16, 2024
2 parents 2a551c2 + c3f12bf commit fff1a27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.1
version: wip
x-camara-commonalities: 0.4.0

externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: '{apiRoot}/sim-swap-subscriptions/v0.1'
- url: '{apiRoot}/sim-swap-subscriptions/vwip'


variables:
apiRoot:
Expand Down Expand Up @@ -729,11 +730,13 @@ components:
- SUBSCRIPTION_EXPIRED - Subscription expire time (optionally set by the requester) has been reached
- 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
enum:
- MAX_EVENTS_REACHED
- NETWORK_TERMINATED
- SUBSCRIPTION_EXPIRED
- ACCESS_TOKEN_EXPIRED
- SUBSCRIPTION_DELETED

HTTPSubscriptionRequest:
allOf:
Expand Down

0 comments on commit fff1a27

Please sign in to comment.