Updates the security configuration for a content item.

Behavior: Replaces the security settings for the content item identified by ID. Security settings control which groups and users have access to the content. The inherit security flag determines whether the item inherits permissions from its parent.

Authorization: Requires a valid Bearer token.

Side Effects: Updates security group and user assignments for the content item.

Error Scenarios: Returns 400 if the security model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content item to update security for.

Body Params

The security configuration containing groups, users, and inheritance settings.

Represents the security configuration for a content item including group and user access.

securityGroups
array of objects | null

Gets or sets the list of security groups that have access to the content item.

securityGroups
securityUsers
array of objects | null

Gets or sets the list of individual users that have access to the content item.

securityUsers
boolean

Gets or sets a value indicating whether the content item inherits security settings from its parent.

boolean | null
deprecated
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json