Try to lock a text section

Use this call to prevent overwrites of text sections by other users. The lock is valid for 2 minutes but you can extend it by periodically using this call.

This call will only lock sections of types PARAGRAPH, PROCEDURE, COMMENT and NOTES.

Path Params
int32
required
Headers
string
Defaults to Swagger
Responses
204

The lock was successfully created.

400

The specified section isn't a text section.

409

Another user has a lock on the section.

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here!