Update an existing design token
registry_update_tokenUpdate an existing design token by its unique ID. Returns a NOT_FOUND error if the token ID does not exist.
Instructions
Patch an existing token by id. Fails with NOT_FOUND if the id doesn't exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| type | No | ||
| usage | No | ||
| value | No | ||
| source | No | ||
| aliases | No | ||
| category | No | ||
| deprecated | No | ||
| deprecation | No | ||
| description | No |