PATCH
/
records
/
{record_id}
Update a Workboard Record
curl --request PATCH \
  --url https://api.floweq.com/v1/records/{record_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
"<any>"

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

record_id
string
required

Body

application/json · any

The body is of type any.

Response

Details of the updated record.

The response is of type any.