Skip to main content
PUT
/
v1
/
bot-fields
/
bulk-update
Bulk update bot field values by id or name
curl --request PUT \
  --url https://app.chatbotx.io/api/v1/bot-fields/bulk-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fields": [
    {
      "id": 0,
      "value": "<string>"
    }
  ]
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Body

application/json
fields
object[]
required

Response

OK

The response is of type any.