Skip to content

Commit

Permalink
Merge branch 'main' of github.com:box/box-openapi into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Sep 30, 2024
2 parents b9f1c22 + 17b42ee commit 44edb86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,13 @@ openSSL
base64
period
uri
url
url
dropdown
special
org
GitHub
LLMs
config
AppItem
OpenAI
config
AppItem
freeform
docGen
docgen
Unmarks
19 changes: 12 additions & 7 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": ""
"x-box-commit-hash": "76b3e9a8ea"
},
"servers": [
{
Expand Down Expand Up @@ -3415,7 +3415,7 @@
}
},
"400": {
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -3810,7 +3810,7 @@
}
},
"400": {
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -4184,7 +4184,7 @@
}
},
"400": {
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -6593,7 +6593,7 @@
}
},
"400": {
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -17355,7 +17355,7 @@
"description": "Returns an empty response when the card has been successfully updated."
},
"400": {
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for a for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"description": "Returns an error when the request body is not valid.\n\n* `schema_validation_failed` - The request body contains a value for\na field that either does not exist, or for which the value or type does\nnot match the expected field type. An example might be an unknown option\nfor an `enum` or `multiSelect` field.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -24040,6 +24040,7 @@
"post": {
"operationId": "post_ai_ask",
"summary": "Ask question",
"x-stability-level": "beta",
"tags": [
"AI"
],
Expand Down Expand Up @@ -24093,6 +24094,7 @@
"post": {
"operationId": "post_ai_text_gen",
"summary": "Generate text",
"x-stability-level": "beta",
"tags": [
"AI"
],
Expand Down Expand Up @@ -24146,6 +24148,7 @@
"get": {
"operationId": "get_ai_agent_default",
"summary": "Get AI agent default configuration",
"x-stability-level": "beta",
"tags": [
"AI"
],
Expand Down Expand Up @@ -24241,6 +24244,7 @@
"post": {
"operationId": "post_ai_extract",
"summary": "Extract metadata (freeform)",
"x-stability-level": "beta",
"tags": [
"AI"
],
Expand Down Expand Up @@ -24294,6 +24298,7 @@
"post": {
"operationId": "post_ai_extract_structured",
"summary": "Extract metadata (structured)",
"x-stability-level": "beta",
"tags": [
"AI"
],
Expand Down Expand Up @@ -37878,7 +37883,7 @@
"description": "The prompt template contains contextual information of the request and the user prompt.\n\nWhen using the `prompt_template` parameter, you **must include** input for `{user_question}`.\nInputs for `{current_date}` and `{content}` are optional, depending on the use.",
"example": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. `{user_question}`",
"maxLength": 10000,
"pattern": "{user_question}"
"pattern": "\\{user_question\\}"
}
}
}
Expand Down

0 comments on commit 44edb86

Please sign in to comment.