Skip to content

Commit

Permalink
fix: typo for freshness
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Sep 26, 2024
1 parent 17cf900 commit bf0798e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ components:
$ref: '#/components/schemas/ErrorInfo'
examples:
LOCATION_RETRIEVAL_422_UNABLE_TO_FULFILL_MAX_AGE:
summary: Unable to provide expected frehsness
description: Unable to provide expected frehsness for location retrieval request
summary: Unable to provide expected freshness
description: Unable to provide expected freshness for location retrieval request
value:
status: 422
code: LOCATION_RETRIEVAL.UNABLE_TO_FULFILL_MAX_AGE
Expand Down 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 may list the supported device identifiers
description: Message identifies that none of the provided device identifiers are supported
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: "Supported device identifiers are: ..."
message: None of the provided device identifiers is supported by the implementation
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 bf0798e

Please sign in to comment.