Skip to content

Commit

Permalink
Removed 403 INVALID_TOKEN_CONTEXT
Browse files Browse the repository at this point in the history
removed 403 INVALID_TOKEN_CONTEXT
  • Loading branch information
bigludo7 authored Jan 9, 2025
1 parent 0b7a44e commit 393e05f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/API_definitions/sim-swap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,20 +341,13 @@ components:
code:
enum:
- PERMISSION_DENIED
- INVALID_TOKEN_CONTEXT
examples:
GENERIC_403_PERMISSION_DENIED:
description: Permission denied. OAuth2 token access does not have the required scope or when the user fails operational security
value:
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."
Generic404:
description: Not found
headers:
Expand Down

0 comments on commit 393e05f

Please sign in to comment.