Content Delivery

Lock a contentlet (deprecated)

Locks a contentlet identified by inode or identifier to prevent concurrent edits. Parameters are passed as semicolon-delimited path segments (e.g., id:abc123/language:1). This endpoint is deprecated - use the v1 ContentResource lockContent endpoint instead.

put/api/content/lock/{params}

Path parameters

paramsstring required

Semicolon-delimited parameters (e.g., inode:abc123/language:1/live:true)

Response

Contentlet locked successfully

object required

Lock status result

Changes

No recorded changes to this endpoint across all 1 revision of this API.