/folder_locksCreate folder lock
Creates a folder lock on a folder, preventing it from being moved and/or deleted.
You must be authenticated as the owner or co-owner of the folder to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 400 is returned: Returns an error when the request body is not valid.
-
schema_validation_failed- The request body contains a value for a field that either does not exist, or for which the value or type does not match the expected field type. An example might be an unknown option for anenumormultiSelectfield. A 404 is returned: Returns an error when the folder was not found. -
not_found- The folder could not be found, the user does not have access to the folder, or the user making call is not an owner or co-owner of folder. Any other status is an error: An unexpected client error.