Set Form Lock Status
This endpoint allows you to set the form lock status for a specific template from your community.
Set Form Lock Status
Request Body
Name
Type
Description
Successfully set the lock state for ${formTemplateLabel} to: ${state ? 'LOCKED' : 'UNLOCKED'}INVALID API KEY
INVALID COMMUNITY ID
INVALID_TEMPLATE_ID{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_FORM_LOCK_STATUS",
"data": [
{
"templateId": 1,
"state": true
}
]
}Template ID

Last updated
Was this helpful?

