Update Form.
cURL
curl --request PUT \ --url https://api.octaviatech.app/cms/forms/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "id": "{{objectId}}", "title": { "en": "Contact Us (updated)" }, "isActive": true }'
{ "success": true, "statusCode": 201, "message": "Form updated", "data": { "id": "{{objectId}}" } }
"{{objectId}}"
Show child attributes
Updated
The response is of type any.
any
Was this page helpful?