Admin
Admin Theme Get
Get the configured custom theme.
GET
/admin/themeGet the configured custom theme.
storyden-session<token>
In: cookie
Response Body
application/json
application/json
curl -X GET "https://example.com/admin/theme"{
"stylesheets": [
{
"id": "cc5lnd2s1s4652adtu50",
"filename": "string",
"path": "string",
"mime_type": "text/css",
"size": 1,
"integrity": "string"
}
],
"scripts": [
{
"id": "cc5lnd2s1s4652adtu50",
"filename": "string",
"path": "string",
"mime_type": "text/css",
"size": 1,
"integrity": "string"
}
]
}Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}