diff --git a/openapi.json b/openapi.json index ab458848..83be8062 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [ { @@ -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" } ], @@ -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" } ], @@ -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" } ], @@ -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" } ], @@ -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",