curl --request PUT \
--url https://api.kameleoon.com/themes/{themeId} \
--header 'Content-Type: application/json' \
--data '
{
"projectIds": [
123
],
"colors": [
{
"id": "<string>",
"type": "COLOR",
"value": "<string>"
}
],
"components": [
"<string>"
],
"customFonts": [
{
"fontFamily": "<string>",
"fontSrc": "<string>",
"fontWeights": [
"<string>"
],
"id": "<string>",
"importSrc": "<string>"
}
],
"description": "<string>",
"id": 123,
"name": "<string>",
"selectedFonts": [
{
"id": "<string>",
"type": "DEFAULT"
}
],
"status": "ACTIVE",
"tags": [
"<string>"
],
"widgetIds": [
123
]
}
'{
"projectIds": [
123
],
"colors": [
{
"id": "<string>",
"type": "COLOR",
"value": "<string>"
}
],
"components": [
"<string>"
],
"creationDate": "2023-11-07T05:31:56Z",
"customFonts": [
{
"fontFamily": "<string>",
"fontSrc": "<string>",
"fontWeights": [
"<string>"
],
"id": "<string>",
"importSrc": "<string>"
}
],
"dateModified": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": 123,
"name": "<string>",
"selectedFonts": [
{
"id": "<string>",
"type": "DEFAULT"
}
],
"status": "ACTIVE",
"tags": [
"<string>"
],
"widgetIds": [
123
]
}Update theme with given id
curl --request PUT \
--url https://api.kameleoon.com/themes/{themeId} \
--header 'Content-Type: application/json' \
--data '
{
"projectIds": [
123
],
"colors": [
{
"id": "<string>",
"type": "COLOR",
"value": "<string>"
}
],
"components": [
"<string>"
],
"customFonts": [
{
"fontFamily": "<string>",
"fontSrc": "<string>",
"fontWeights": [
"<string>"
],
"id": "<string>",
"importSrc": "<string>"
}
],
"description": "<string>",
"id": 123,
"name": "<string>",
"selectedFonts": [
{
"id": "<string>",
"type": "DEFAULT"
}
],
"status": "ACTIVE",
"tags": [
"<string>"
],
"widgetIds": [
123
]
}
'{
"projectIds": [
123
],
"colors": [
{
"id": "<string>",
"type": "COLOR",
"value": "<string>"
}
],
"components": [
"<string>"
],
"creationDate": "2023-11-07T05:31:56Z",
"customFonts": [
{
"fontFamily": "<string>",
"fontSrc": "<string>",
"fontWeights": [
"<string>"
],
"id": "<string>",
"importSrc": "<string>"
}
],
"dateModified": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": 123,
"name": "<string>",
"selectedFonts": [
{
"id": "<string>",
"type": "DEFAULT"
}
],
"status": "ACTIVE",
"tags": [
"<string>"
],
"widgetIds": [
123
]
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
The Id of the theme object
Show child attributes
Show child attributes
Show child attributes
ACTIVE, DRAFT, PAUSED OK
Show child attributes
Show child attributes
Show child attributes
ACTIVE, DRAFT, PAUSED Was this page helpful?