Skip to content

Commit

Permalink
fix: align with error message location-retrieval.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Sep 27, 2024
1 parent bf0798e commit 3256a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,11 @@ components:
message: "The provided device identifiers do not match the same device"
GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS:
summary: None of the provided device identifiers is supported by the implementation
description: Message identifies that none of the provided device identifiers are supported
description: Message may list the supported device identifiers
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: None of the provided device identifiers is supported by the implementation
message: "Supported device identifiers are: ..."
GENERIC_422_UNIDENTIFIABLE_DEVICE:
summary: No identifier provided
description: No device identifier provided for the device to be located
Expand Down

0 comments on commit 3256a39

Please sign in to comment.