⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/themes

List all available themes and indicate which theme is currently configured as the default.

GET/api/server/themes

Response Body

application/json

application/json

{
  "themes": [
    null
  ],
  "defaultTheme": null
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}