Skip to main content
PUT
/
bindings
/
{uid}
Update binding
curl --request PUT \
  --url https://api.pictify.io/bindings/{uid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "dataSource": {},
  "mapping": {},
  "defaults": {},
  "refreshPolicy": {},
  "outputConfig": {},
  "status": "active"
}
'

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Path Parameters

uid
string
required

Body

application/json
name
string
dataSource
object
mapping
object
defaults
object
refreshPolicy
object
outputConfig
object
status
enum<string>
Available options:
active,
paused

Response

200

Binding updated