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
22 changes: 17 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "17ccd50336"
"x-box-commit-hash": "3894918c63"
},
"servers": [
{
Expand Down Expand Up @@ -19573,7 +19573,7 @@
"post": {
"operationId": "post_legal_hold_policy_assignments",
"summary": "Assign legal hold policy",
"description": "Assign a legal hold to a file, file version, folder, or user.",
"description": "Assign a legal hold to an item type of: file, file version, folder, user, ownership, or interactions.",
"requestBody": {
"content": {
"application/json": {
Expand All @@ -19599,7 +19599,7 @@
"folder",
"user",
"ownership",
"interaction"
"interactions"
]
},
"id": {
Expand Down Expand Up @@ -34635,11 +34635,11 @@
]
},
"assignment_counts": {
"description": "Counts of assignments within this a legal hold policy by item type.",
"description": "Counts of assignments within a legal hold policy by item type.",
"type": "object",
"properties": {
"user": {
"description": "The number of users this policy is applied to.",
"description": "The number of users this policy is applied to with the `access` type assignment.",
"type": "integer",
"format": "int64",
"example": 1
Expand All @@ -34661,6 +34661,18 @@
"type": "integer",
"format": "int64",
"example": 4
},
"ownership": {
"description": "The number of users this policy is applied to with the `ownership` type assignment.",
"type": "integer",
"format": "int64",
"example": 5
},
"interactions": {
"description": "The number of users this policy is applied to with the `interactions` type assignment.",
"type": "integer",
"format": "int64",
"example": 6
}
}
},
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": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2025.0",
"x-box-commit-hash": "17ccd50336"
"x-box-commit-hash": "3894918c63"
},
"servers": [
{
Expand Down
22 changes: 17 additions & 5 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "17ccd50336"
"x-box-commit-hash": "3894918c63"
},
"servers": [
{
Expand Down Expand Up @@ -19573,7 +19573,7 @@
"post": {
"operationId": "post_legal_hold_policy_assignments",
"summary": "Assign legal hold policy",
"description": "Assign a legal hold to a file, file version, folder, or user.",
"description": "Assign a legal hold to an item type of: file, file version, folder, user, ownership, or interactions.",
"requestBody": {
"content": {
"application/json": {
Expand All @@ -19599,7 +19599,7 @@
"folder",
"user",
"ownership",
"interaction"
"interactions"
]
},
"id": {
Expand Down Expand Up @@ -34635,11 +34635,11 @@
]
},
"assignment_counts": {
"description": "Counts of assignments within this a legal hold policy by item type.",
"description": "Counts of assignments within a legal hold policy by item type.",
"type": "object",
"properties": {
"user": {
"description": "The number of users this policy is applied to.",
"description": "The number of users this policy is applied to with the `access` type assignment.",
"type": "integer",
"format": "int64",
"example": 1
Expand All @@ -34661,6 +34661,18 @@
"type": "integer",
"format": "int64",
"example": 4
},
"ownership": {
"description": "The number of users this policy is applied to with the `ownership` type assignment.",
"type": "integer",
"format": "int64",
"example": 5
},
"interactions": {
"description": "The number of users this policy is applied to with the `interactions` type assignment.",
"type": "integer",
"format": "int64",
"example": 6
}
}
},
Expand Down