Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.kameleoon.com/project-theme-config/{projectId} \ --header 'Content-Type: application/json' \ --data '{}'
{ "projectId": 123, "defaultThemeId": 123, "id": 123, "themes": [ { "projectIds": [ 123 ], "colors": [ { "id": "<string>", "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>" } ], "tags": [ "<string>" ], "widgetIds": [ 123 ] } ] }
Update several fields of the project theme config
The Id of the project
The body is of type object.
object
OK
MANDATORY
OPTIONAL
Show child attributes
Was this page helpful?
Contact support