curl --request PATCH \
--url https://api.tally.so/forms/{formId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"status": "BLANK",
"blocks": [
{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "FORM_TITLE",
"groupUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"groupType": "FORM_TITLE",
"payload": "<any>"
}
],
"settings": {
"language": "<string>",
"isClosed": false,
"closeMessageTitle": "<string>",
"closeMessageDescription": "<string>",
"closeTimezone": "<string>",
"closeDate": "<string>",
"closeTime": "<string>",
"submissionsLimit": 1,
"uniqueSubmissionKey": "<string>",
"redirectOnCompletion": "<string>",
"hasSelfEmailNotifications": false,
"selfEmailTo": "<string>",
"selfEmailReplyTo": "<string>",
"selfEmailSubject": "<string>",
"selfEmailFromName": "<string>",
"selfEmailBody": "<string>",
"hasRespondentEmailNotifications": false,
"respondentEmailTo": "<string>",
"respondentEmailReplyTo": "<string>",
"respondentEmailSubject": "<string>",
"respondentEmailFromName": "<string>",
"respondentEmailBody": "<string>",
"hasProgressBar": false,
"hasPartialSubmissions": false,
"pageAutoJump": false,
"saveForLater": true,
"styles": "<string>",
"password": "<string>",
"submissionsDataRetentionDuration": 1,
"submissionsDataRetentionUnit": "<string>"
}
}'