cURL
curl --request PATCH \ --url https://formbase.dev/api/v1/forms/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "forms": [ { "id": "<string>", "title": "<string>", "description": "<string>", "returnUrl": "<string>" } ] } '
{ "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.formbase.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key in format: Bearer api_xxxxxxxxxxxxx
Show child attributes
Successful response