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
9 changes: 3 additions & 6 deletions 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": "a9f74bd022"
"x-box-commit-hash": "e25c8a1f50"
},
"servers": [
{
Expand Down Expand Up @@ -9912,7 +9912,7 @@
"put": {
"operationId": "put_collaborations_id",
"summary": "Update collaboration",
"description": "Updates a collaboration.\nCan be used to change the owner of an item, or to\naccept collaboration invites.",
"description": "Updates a collaboration.\nCan be used to change the owner of an item, or to\naccept collaboration invites. In case of accepting collaboration invite, role is not required.",
"parameters": [
{
"name": "collaboration_id",
Expand Down Expand Up @@ -9967,10 +9967,7 @@
"type": "boolean",
"example": true
}
},
"required": [
"role"
]
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "a9f74bd022"
"x-box-commit-hash": "e25c8a1f50"
},
"servers": [
{
Expand Down
9 changes: 3 additions & 6 deletions 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": "a9f74bd022"
"x-box-commit-hash": "e25c8a1f50"
},
"servers": [
{
Expand Down Expand Up @@ -9912,7 +9912,7 @@
"put": {
"operationId": "put_collaborations_id",
"summary": "Update collaboration",
"description": "Updates a collaboration.\nCan be used to change the owner of an item, or to\naccept collaboration invites.",
"description": "Updates a collaboration.\nCan be used to change the owner of an item, or to\naccept collaboration invites. In case of accepting collaboration invite, role is not required.",
"parameters": [
{
"name": "collaboration_id",
Expand Down Expand Up @@ -9967,10 +9967,7 @@
"type": "boolean",
"example": true
}
},
"required": [
"role"
]
}
}
}
}
Expand Down