Skip to content

Commit

Permalink
use Error schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yoerriwalstra committed Dec 2, 2024
1 parent 04018af commit 00f091a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions specification/paths/ServiceRates.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,27 @@
}
}
}
},
"404": {
"description": "Rating is temporarily unavailable for one or more services, or the destination country is not serviced.",
"content": {
"application/vnd.api+json": {
"schema": {
"type": "object",
"required": [
"errors"
],
"properties": {
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Error"
}
}
}
}
}
}
}
}
}
Expand Down

0 comments on commit 00f091a

Please sign in to comment.