Přejít na hlavní obsah
PUT
/
attributes
/
{key}
Aktualizovat atribut
curl --request PUT \
  --url https://hub.banditshq.com/api/v1/attributes/{key} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "detach": true
}'
Změna typu není povolena. Synchronizované atributy vyžadují detach: true pro editaci label nebo enum hodnot.
key
string
povinné
Klíč atributu.
detach
boolean
Odpojí atribut od sync zdroje.