diff --git a/openapi.json b/openapi.json index b1847892..bd9467eb 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": "17ccd50336" + "x-box-commit-hash": "3894918c63" }, "servers": [ { @@ -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": { @@ -19599,7 +19599,7 @@ "folder", "user", "ownership", - "interaction" + "interactions" ] }, "id": { @@ -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 @@ -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 } } }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 129f6409..37471ae2 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": "17ccd50336" + "x-box-commit-hash": "3894918c63" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index b1847892..bd9467eb 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": "17ccd50336" + "x-box-commit-hash": "3894918c63" }, "servers": [ { @@ -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": { @@ -19599,7 +19599,7 @@ "folder", "user", "ownership", - "interaction" + "interactions" ] }, "id": { @@ -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 @@ -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 } } },