From 0e51f266b8c8be7254481384d4d1df10114502bd Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 19 Sep 2024 03:15:16 -0700 Subject: [PATCH] feat: set beta stability level for ai public beta endpoints --- openapi.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/openapi.json b/openapi.json index 2433387e..449d5574 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": "fec2f575b3" + "x-box-commit-hash": "76b3e9a8ea" }, "servers": [ { @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -24040,6 +24040,7 @@ "post": { "operationId": "post_ai_ask", "summary": "Ask question", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24093,6 +24094,7 @@ "post": { "operationId": "post_ai_text_gen", "summary": "Generate text", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24146,6 +24148,7 @@ "get": { "operationId": "get_ai_agent_default", "summary": "Get AI agent default configuration", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24241,6 +24244,7 @@ "post": { "operationId": "post_ai_extract", "summary": "Extract metadata (freeform)", + "x-stability-level": "beta", "tags": [ "AI" ], @@ -24294,6 +24298,7 @@ "post": { "operationId": "post_ai_extract_structured", "summary": "Extract metadata (structured)", + "x-stability-level": "beta", "tags": [ "AI" ],