Skip to content

Commit

Permalink
feat: update AI error response codes #465
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Oct 21, 2024
1 parent a4bc78c commit e990d53
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 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": "01175ede2e"
"x-box-commit-hash": "04f2210a1d"
},
"servers": [
{
Expand Down Expand Up @@ -24062,8 +24062,8 @@
}
}
},
"400": {
"description": "An unexpected client error.",
"500": {
"description": "An unexpected server error.",
"content": {
"application/json": {
"schema": {
Expand All @@ -24072,8 +24072,8 @@
}
}
},
"500": {
"description": "An unexpected server error.",
"default": {
"description": "An unexpected error.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -24116,8 +24116,8 @@
}
}
},
"400": {
"description": "An unexpected client error.",
"500": {
"description": "An unexpected server error.",
"content": {
"application/json": {
"schema": {
Expand All @@ -24126,8 +24126,8 @@
}
}
},
"500": {
"description": "An unexpected server error.",
"default": {
"description": "An unexpected error.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -24212,8 +24212,8 @@
}
}
},
"400": {
"description": "An unexpected client error.",
"500": {
"description": "An unexpected server error.",
"content": {
"application/json": {
"schema": {
Expand All @@ -24222,8 +24222,8 @@
}
}
},
"500": {
"description": "An unexpected server error.",
"default": {
"description": "An unexpected error.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -24266,8 +24266,8 @@
}
}
},
"400": {
"description": "An unexpected client error.",
"500": {
"description": "An unexpected server error.",
"content": {
"application/json": {
"schema": {
Expand All @@ -24276,8 +24276,8 @@
}
}
},
"500": {
"description": "An unexpected server error.",
"default": {
"description": "An unexpected error.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -24320,8 +24320,8 @@
}
}
},
"400": {
"description": "An unexpected client error.",
"500": {
"description": "An unexpected server error.",
"content": {
"application/json": {
"schema": {
Expand All @@ -24330,8 +24330,8 @@
}
}
},
"500": {
"description": "An unexpected server error.",
"default": {
"description": "An unexpected error.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -39550,6 +39550,11 @@
}
}
},
"security": [
{
"OAuth2Security": []
}
],
"tags": [
{
"name": "AI",
Expand Down Expand Up @@ -39905,10 +39910,5 @@
"externalDocs": {
"description": "Box Developer Documentation",
"url": "https://developer.box.com"
},
"security": [
{
"OAuth2Security": []
}
]
}
}

0 comments on commit e990d53

Please sign in to comment.