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
- application/json
Body
required
url stringrequired
Possible values: non-empty
Responses
- 200
- 400
- 403
Success
Bad request
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '/api/v3/flows/instances/:slug/set_background_url/' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"url": "string"
}'