Skip to main content
PATCH
/
form-submissions
/
{id}
/
action-plan
Update form submission action plan
curl --request PATCH \
  --url https://app.azalt.co/api/v1/form-submissions/{id}/action-plan \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "actionPlan": "<string>"
}
'
{
  "id": "<string>",
  "actionPlan": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
actionPlan
string | null
required

Response

Successful response

id
string
required
actionPlan
string | null
required