Skip to content

Commit

Permalink
fix: added again GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jul 8, 2024
1 parent 0b261b2 commit c0e860a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/API_definitions/device-reachability-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@ components:
status: 422
code: UNABLE_TO_PROVIDE_REACHABILITY_STATUS
message: Network issue - Unable to provide reachability status
GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS:
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: None of the provided device identifiers is supported by the implementation
Generic429:
description: Too Many Requests
headers:
Expand Down
5 changes: 5 additions & 0 deletions code/API_definitions/device-roaming-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,11 @@ components:
status: 422
code: UNABLE_TO_PROVIDE_ROAMING_STATUS
message: Network issue - Unable to provide roaming status
GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS:
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: None of the provided device identifiers is supported by the implementation

Generic429:
description: Too Many Requests
Expand Down

0 comments on commit c0e860a

Please sign in to comment.