Skip to content

Commit

Permalink
fix: change component-name to VerifyLocationUnprocessableEntity422
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jun 24, 2024
1 parent 874d57a commit 98d61f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/location-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ paths:
"404":
$ref: "#/components/responses/Generic404"
"422":
$ref: "#/components/responses/RetrieveLocationUnprocessableEntity422"
$ref: "#/components/responses/VerifyLocationUnprocessableEntity422"
"500":
$ref: "#/components/responses/Generic500"
"503":
Expand Down Expand Up @@ -458,7 +458,7 @@ components:
status: 404
code: NOT_FOUND
message: "The specified resource is not found"
RetrieveLocationUnprocessableEntity422:
VerifyLocationUnprocessableEntity422:
description: Unprocessable Entity
headers:
x-correlator:
Expand Down

0 comments on commit 98d61f4

Please sign in to comment.