put
https://{targetURL}/api/v1/experiments/sections//lock
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.
204The lock was successfully created.
400The specified section isn't a text section.
409Another user has a lock on the section.