From 4044fd0a980a42908375e825fa59071b2301c36a Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Fri, 6 Dec 2024 07:24:11 -0800 Subject: [PATCH] feat: Optional user id parameter for PUT files/folders/web_links --- openapi.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index d44e3850..d252c4c4 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": "324e40ffd7" + "x-box-commit-hash": "185890637d" }, "servers": [ { @@ -484,6 +484,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -625,6 +630,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -1318,6 +1328,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -5145,6 +5160,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -5302,6 +5322,11 @@ "description": "The ID of the new parent folder", "type": "string", "example": "0" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -13112,6 +13137,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } }, @@ -13219,6 +13249,11 @@ "description": "The ID of parent item", "type": "string", "example": "123" + }, + "user_id": { + "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", + "type": "string", + "example": "12346930" } } },