Skip to main content
POST
/
accounts
/
bot_fields
/
{bot_field_id}
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/accounts/bot_fields/{bot_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

bot_field_id
integer
required

Body

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

Response

200 - application/json

successful operation

success
boolean