Skip to content

Commit

Permalink
Update sim-swap-subscriptions.yaml
Browse files Browse the repository at this point in the history
Added 422 DeviceNotApplicable example
  • Loading branch information
bigludo7 authored Aug 22, 2024
1 parent df156ac commit a6d3c10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,12 @@ components:
status: 422
code: "MULTIEVENT_SUBSCRIPTION_NOT_SUPPORTED"
message: "Multi event types subscription not managed"
DeviceNotApplicable:
description: Service is not available for the provided device
value:
status: 422
code: DEVICE_NOT_APPLICABLE
message: The service is not available for the provided device.
Generic429:
description: Too Many Requests
headers:
Expand Down

0 comments on commit a6d3c10

Please sign in to comment.