cURL
curl --request PUT \ --url https://api.example.com/themes/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": "<string>", "name": "<string>", "variables": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>" }
Update a theme by id
The ID of the theme to update
"123"
The name of the theme
The color of the theme
The theme that was updated
The ID of the theme
The theme palette
The date the theme was created
The date the theme was last updated
The organization that owns the theme