flows_instances_set_background_url_create
POST/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"
}
Loading...