Skip to main content
POST
/
users
/
{user_id}
/
custom_fields
/
{custom_field_id}
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/users/{user_id}/custom_fields/{custom_field_id} \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'X-ACCESS-TOKEN: <api-key>' \
  --data 'value=<string>'
{
  "success": true
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

user_id
integer
required
custom_field_id
string
required

Body

application/x-www-form-urlencoded
value
string
required

Response

200 - application/json

successful operation

success
boolean