Skip to content

Commit e299f1f

Browse files
authored
Remove 401 AUTHENTICATION_REQUIRED as per commonalities (#66)
1 parent d2b0334 commit e299f1f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

code/API_definitions/network-access-management.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,20 +3111,13 @@ components:
31113111
code:
31123112
enum:
31133113
- UNAUTHENTICATED
3114-
- AUTHENTICATION_REQUIRED
31153114
examples:
31163115
GENERIC_401_UNAUTHENTICATED:
31173116
description: Request cannot be authenticated
31183117
value:
31193118
status: 401
31203119
code: UNAUTHENTICATED
31213120
message: Request not authenticated due to missing, invalid, or expired credentials.
3122-
GENERIC_401_AUTHENTICATION_REQUIRED:
3123-
description: New authentication is needed, authentication is no longer valid
3124-
value:
3125-
status: 401
3126-
code: AUTHENTICATION_REQUIRED
3127-
message: New authentication is required.
31283121

31293122
Generic403:
31303123
description: Forbidden

0 commit comments

Comments
 (0)