From 393e05f0e70931707a56779af9aa6791c5791ebf Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:13:33 +0100 Subject: [PATCH] Removed 403 INVALID_TOKEN_CONTEXT removed 403 INVALID_TOKEN_CONTEXT --- code/API_definitions/sim-swap.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/API_definitions/sim-swap.yaml b/code/API_definitions/sim-swap.yaml index e6dcde1..6ccc069 100644 --- a/code/API_definitions/sim-swap.yaml +++ b/code/API_definitions/sim-swap.yaml @@ -341,7 +341,6 @@ 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 @@ -349,12 +348,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." Generic404: description: Not found headers: