diff --git a/openapi.json b/openapi.json index 4bcf333c..d2e5b274 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "f40de715da" + "x-box-commit-hash": "270a65e798" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 495c9af9..6d2179ae 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "f40de715da" + "x-box-commit-hash": "270a65e798" }, "servers": [ { @@ -1025,6 +1025,7 @@ "operationId": "get_enterprise_hubs_v2025.0", "summary": "List all hubs for requesting enterprise", "description": "Retrieves all hubs for a given enterprise.\n\nAdmins or Hub Co-admins of an enterprise\nwith GCM scope can make this call.", + "x-stability-level": "beta", "parameters": [ { "name": "query", @@ -1039,7 +1040,7 @@ { "name": "sort", "in": "query", - "description": "The field to sort results by. \nPossible values include `name`, `updated_at`,\n`last_accessed_at`, `view_count`, and `relevance`.\nDefault is `relevance`.", + "description": "The field to sort results by.\nPossible values include `name`, `updated_at`,\n`last_accessed_at`, `view_count`, and `relevance`.\nDefault is `relevance`.", "required": false, "schema": { "type": "string", @@ -1112,8 +1113,7 @@ "x-box-tag": "hubs", "tags": [ "Hubs" - ], - "x-box-stability": "beta" + ] } }, "/hubs/{hub_id}": { @@ -1121,6 +1121,7 @@ "operationId": "get_hubs_id_v2025.0", "summary": "Get hub information by ID", "description": "Retrieves details for a hub by its ID.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_id", @@ -1181,13 +1182,13 @@ "x-box-tag": "hubs", "tags": [ "Hubs" - ], - "x-box-stability": "beta" + ] }, "delete": { "operationId": "delete_hubs_id_v2025.0", "summary": "Delete hub", "description": "Deletes a single hub.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_id", @@ -1241,8 +1242,7 @@ "x-box-tag": "hubs", "tags": [ "Hubs" - ], - "x-box-stability": "beta" + ] } }, "/hub_collaborations": { @@ -1250,6 +1250,7 @@ "operationId": "get_hub_collaborations_v2025.0", "summary": "Get hub collaborations", "description": "Retrieves all collaborations for a hub.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_id", @@ -1332,13 +1333,13 @@ "x-box-tag": "hub_collaborations", "tags": [ "Hub Collaborations" - ], - "x-box-stability": "beta" + ] }, "post": { "operationId": "post_hub_collaborations_v2025.0", "summary": "Create hub collaboration", "description": "Adds a collaboration for a single user or a single group to a hub.\n\nCollaborations can be created using email address, user IDs, or group IDs.", + "x-stability-level": "beta", "parameters": [ { "$ref": "#/components/parameters/BoxVersionHeader" @@ -1389,8 +1390,7 @@ "x-box-tag": "hub_collaborations", "tags": [ "Hub Collaborations" - ], - "x-box-stability": "beta" + ] } }, "/hub_collaborations/{hub_collaboration_id}": { @@ -1398,6 +1398,7 @@ "operationId": "get_hub_collaborations_id_v2025.0", "summary": "Get hub collaboration by collaboration ID", "description": "Retrieves details for a hub collaboration by collaboration ID.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_collaboration_id", @@ -1458,13 +1459,13 @@ "x-box-tag": "hub_collaborations", "tags": [ "Hub Collaborations" - ], - "x-box-stability": "beta" + ] }, "put": { "operationId": "put_hub_collaborations_id_v2025.0", "summary": "Update hub collaboration", "description": "Updates a hub collaboration.\nCan be used to change the hub role.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_collaboration_id", @@ -1525,13 +1526,13 @@ "x-box-tag": "hub_collaborations", "tags": [ "Hub Collaborations" - ], - "x-box-stability": "beta" + ] }, "delete": { "operationId": "delete_hub_collaborations_id_v2025.0", "summary": "Remove hub collaboration", "description": "Deletes a single hub collaboration.", + "x-stability-level": "beta", "parameters": [ { "name": "hub_collaboration_id", @@ -1575,8 +1576,7 @@ "x-box-tag": "hub_collaborations", "tags": [ "Hub Collaborations" - ], - "x-box-stability": "beta" + ] } }, "/shield_lists": { diff --git a/openapi/openapi.json b/openapi/openapi.json index 4bcf333c..d2e5b274 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "f40de715da" + "x-box-commit-hash": "270a65e798" }, "servers": [ {