Skip to content

Commit

Permalink
fix: error message for unsupported device identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Sep 26, 2024
1 parent 8c3dd23 commit 17cf900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/API_definitions/location-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ components:
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: "Supported device supported are: ..."
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 17cf900

Please sign in to comment.