diff --git a/code/API_definitions/network-access-management.yaml b/code/API_definitions/network-access-management.yaml index e286b74..b9ed347 100644 --- a/code/API_definitions/network-access-management.yaml +++ b/code/API_definitions/network-access-management.yaml @@ -3102,7 +3102,6 @@ components: code: enum: - UNAUTHENTICATED - - AUTHENTICATION_REQUIRED examples: GENERIC_401_UNAUTHENTICATED: description: Request cannot be authenticated @@ -3110,12 +3109,6 @@ components: status: 401 code: UNAUTHENTICATED message: Request not authenticated due to missing, invalid, or expired credentials. - GENERIC_401_AUTHENTICATION_REQUIRED: - description: New authentication is needed, authentication is no longer valid - value: - status: 401 - code: AUTHENTICATION_REQUIRED - message: New authentication is required. Generic403: description: Forbidden