Skip to content

Lock a content type

POST
/api/content/management/types/{id}/lock
curl --request POST \
--url https://example.com/api/content/management/types/example/lock \
--header 'Authorization: Bearer <token>'

Locks a content type to prevent modifications

id
required

Type ID

string

Type locked successfully