Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
36 changes: 18 additions & 18 deletions openapi/openapi-v2025.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -1112,15 +1113,15 @@
"x-box-tag": "hubs",
"tags": [
"Hubs"
],
"x-box-stability": "beta"
]
}
},
"/hubs/{hub_id}": {
"get": {
"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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1241,15 +1242,15 @@
"x-box-tag": "hubs",
"tags": [
"Hubs"
],
"x-box-stability": "beta"
]
}
},
"/hub_collaborations": {
"get": {
"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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1389,15 +1390,15 @@
"x-box-tag": "hub_collaborations",
"tags": [
"Hub Collaborations"
],
"x-box-stability": "beta"
]
}
},
"/hub_collaborations/{hub_collaboration_id}": {
"get": {
"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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1575,8 +1576,7 @@
"x-box-tag": "hub_collaborations",
"tags": [
"Hub Collaborations"
],
"x-box-stability": "beta"
]
}
},
"/shield_lists": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down