Skip to content

Commit

Permalink
Removed example 403 with code INVALID_TOKEN_CONTEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
bigludo7 authored Jan 15, 2025
1 parent 8327a2a commit 8d8b581
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,20 +481,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."
RetrieveLocationNotFound404:
description: Not found
headers:
Expand Down

0 comments on commit 8d8b581

Please sign in to comment.