Skip to main content
POST
/
v1
/
admin
/
trips
/
components
/
{componentId}
/
refs
Update component references
curl --request POST \
  --url https://{operatorDomain}/v1/admin/trips/components/{componentId}/refs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "refs": {}
}'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

componentId
string
required

Body

application/json
refs
object

Response

200 - application/json

Updated component

data
object