POST
/v2/mgmt/theme/import
Import a theme to a project utilizing a management key.
This endpoint is used to import a theme from a project. The request body for this endpoint can be received from the export theme endpoint.
See Also
- See Styles Overview for more information on styles and themes
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
theme
object
Used by managementservice snapshots - make sure not to break compatibility
Status code | Description |
---|---|
200 | OK |
Was this helpful?