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": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.pictify.io/llms.txt

Use this file to discover all available pages before exploring further.

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