Skip to main content
PATCH
/
api
/
v1
/
backchannel
/
preferences
/
notifications
cURL
curl --request PATCH \
  --url https://tilt.io/api/v1/backchannel/preferences/notifications \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_types": {
    "email": true,
    "push": true
  }
}
'
{
  "workflow": "<string>",
  "channel_types": {
    "email": true,
    "push": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
channel_types
object
required

Response

200 - application/json

Updated notification preferences

workflow
string
required
channel_types
object
required