Skip to content

Commit d2b0334

Browse files
authored
Remove IDENTIFIER_MISMATCH from 422 error (#67)
1 parent 41c47e4 commit d2b0334

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
@@ -3405,18 +3405,11 @@ components:
34053405
- 422
34063406
code:
34073407
enum:
3408-
- IDENTIFIER_MISMATCH
34093408
- SERVICE_NOT_APPLICABLE
34103409
- MISSING_IDENTIFIER
34113410
- UNSUPPORTED_IDENTIFIER
34123411
- UNNECESSARY_IDENTIFIER
34133412
examples:
3414-
GENERIC_422_IDENTIFIER_MISMATCH:
3415-
description: Inconsistency between identifiers not pointing to the same device
3416-
value:
3417-
status: 422
3418-
code: IDENTIFIER_MISMATCH
3419-
message: Provided identifiers are not consistent.
34203413
GENERIC_422_SERVICE_NOT_APPLICABLE:
34213414
description: Service not applicable for the provided identifier
34223415
value:

0 commit comments

Comments
 (0)