Skip to content

Commit

Permalink
Remove INVALID_TOKEN_CONTEXT example
Browse files Browse the repository at this point in the history
  • Loading branch information
bigludo7 authored Jan 9, 2025
1 parent d172cf0 commit 9bf6966
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,6 @@ components:
code:
enum:
- PERMISSION_DENIED
- INVALID_TOKEN_CONTEXT
- SUBSCRIPTION_MISMATCH
examples:
GENERIC_403_PERMISSION_DENIED:
Expand All @@ -1087,12 +1086,6 @@ components:
status: 403
code: PERMISSION_DENIED
message: Client does not have sufficient permissions to perform this action.
GENERIC_403_INVALID_TOKEN_CONTEXT:
description: Reflect some inconsistency between information in some field of the API and the related OAuth2 Token
value:
status: 403
code: INVALID_TOKEN_CONTEXT
message: "{{field}} is not consistent with access token."
GENERIC_403_SUBSCRIPTION_MISMATCH:
description: Inconsistent access token for requested subscription
value:
Expand Down

0 comments on commit 9bf6966

Please sign in to comment.