Skip to main content

flows_instances_set_background_url_create

POST 

/api/v3//flows/instances/:slug/set_background_url/

Set Flow background (as URL)

Request

Path Parameters

    slug stringrequired

Body

required

    url stringrequired

    Possible values: non-empty

Responses

Success

curl -L '/api/v3/flows/instances/:slug/set_background_url/' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"url": "string"
}'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body required
{
  "url": "string"
}