From 2613ebbdd92708f9cf4bc8c0bf393b03d0c0c52f Mon Sep 17 00:00:00 2001 From: Ben Hepworth Date: Wed, 2 Jul 2025 14:26:36 -0600 Subject: [PATCH] Remove 401 AUTHENTICATION_REQUIRED as per commonalities --- code/API_definitions/network-access-management.yaml | 7 ------- 1 file changed, 7 deletions(-) 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