We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c47e4 commit d2b0334Copy full SHA for d2b0334
1 file changed
code/API_definitions/network-access-management.yaml
@@ -3405,18 +3405,11 @@ components:
3405
- 422
3406
code:
3407
enum:
3408
- - IDENTIFIER_MISMATCH
3409
- SERVICE_NOT_APPLICABLE
3410
- MISSING_IDENTIFIER
3411
- UNSUPPORTED_IDENTIFIER
3412
- UNNECESSARY_IDENTIFIER
3413
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.
3420
GENERIC_422_SERVICE_NOT_APPLICABLE:
3421
description: Service not applicable for the provided identifier
3422
value:
0 commit comments