Skip to content

Commit

Permalink
fix: update client error schema to support schema errors (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Oct 22, 2024
1 parent efc299d commit eb91200
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "04f2210a1d"
"x-box-commit-hash": "6f736c0724"
},
"servers": [
{
Expand Down Expand Up @@ -25676,14 +25676,8 @@
"context_info": {
"description": "A free-form object that contains additional context\nabout the error. The possible fields are defined on\na per-endpoint basis. `message` is only one example.",
"type": "object",
"nullable": true,
"properties": {
"message": {
"description": "More details on the error.",
"type": "string",
"example": "Something went wrong."
}
}
"additionalProperties": true,
"nullable": true
},
"help_url": {
"description": "A URL that links to more information about why this error occurred.",
Expand Down

0 comments on commit eb91200

Please sign in to comment.