Skip to content

Commit

Permalink
docs: update urls and AI models
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Sep 10, 2024
1 parent dd96a8c commit 66c234b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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": "24ce581001"
"x-box-commit-hash": "561d288d17"
},
"servers": [
{
Expand Down Expand Up @@ -1154,7 +1154,7 @@
"description": "Update a file's content. For file sizes over 50MB we recommend\nusing the Chunk Upload APIs.\n\nThe `attributes` part of the body must come **before** the\n`file` part. Requests that do not follow this format when\nuploading the file will receive a HTTP `400` error with a\n`metadata_after_file_contents` error code.",
"servers": [
{
"url": "https://upload.box.com/api/2.0",
"url": "https://upload.box.com/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1374,7 +1374,7 @@
"description": "Uploads a small file to Box. For file sizes over 50MB we recommend\nusing the Chunk Upload APIs.\n\nThe `attributes` part of the body must come **before** the\n`file` part. Requests that do not follow this format when\nuploading the file will receive a HTTP `400` error with a\n`metadata_after_file_contents` error code.",
"servers": [
{
"url": "https://upload.box.com/api/2.0",
"url": "https://upload.box.com/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"description": "Creates an upload session for a new file.",
"servers": [
{
"url": "https://upload.box.com/api/2.0",
"url": "https://upload.box.com/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -1645,7 +1645,7 @@
"description": "Creates an upload session for an existing file.",
"servers": [
{
"url": "https://upload.box.com/api/2.0",
"url": "https://upload.box.com/2.0",
"description": "Server for file uploads"
}
],
Expand Down Expand Up @@ -37481,8 +37481,8 @@
"properties": {
"model": {
"type": "string",
"description": "The model used for the AI Agent for basic text.",
"example": "openai__gpt_3_5_turbo"
"description": "The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models).",
"example": "azure__openai__gpt_3_5_turbo_16k"
},
"num_tokens_for_completion": {
"type": "integer",
Expand Down

0 comments on commit 66c234b

Please sign in to comment.