Move a custom field option
POST
/crm/funnels/{funnel_id}/custom-fields/{custom_field_id}/options/{id}/moveRequest
Path Params
funnel_id
string
required
custom_field_id
string
required
id
string
required
Body Params application/json
after
string <uuid>
required
An custom field option id after which should be moved. Cannot be provided together with before.
before
string <uuid>
required
An custom field option id before which should be moved. Cannot be provided together with after.
Example
{
"after": "3f00dd4a-56f2-49c5-940c-69eed8a9fb5b",
"before": "8e6267db-32ed-454a-a2cc-6beef2f6f00e"
}
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 8 months ago