Skip to main content
PATCH
/
forms
/
{formId}
Update a form
curl --request PATCH \
  --url https://formbase.dev/api/v1/forms/{formId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>",
  "returnUrl": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key in format: Bearer api_xxxxxxxxxxxxx

Path Parameters

formId
string
required

Body

application/json
title
string
Required string length: 1 - 255
description
string
Maximum string length: 1000
returnUrl
string<uri>

Response

Successful response

success
boolean
required