diff --git a/openapi.json b/openapi.json index 76944872..4d8a0883 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -10535,7 +10535,7 @@ "description", "file_content", "comments", - "tag" + "tags" ] } }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index cdbaa154..aa84a398 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -6457,6 +6457,11 @@ "item": { "$ref": "#/components/schemas/HubItemReference" }, + "parent_id": { + "description": "The ID of the parent block the item was added to.", + "type": "string", + "example": "721d97d7-ac8a-4e5e-adb6-ef11af4e6d9e" + }, "status": { "description": "The HTTP status code of the operation.", "type": "integer", diff --git a/openapi/openapi.json b/openapi/openapi.json index 76944872..4d8a0883 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "e965969341" + "x-box-commit-hash": "6426d9bbad" }, "servers": [ { @@ -10535,7 +10535,7 @@ "description", "file_content", "comments", - "tag" + "tags" ] } },