Returning all themes
Return a list of all themes.
GET
/themes
Return a list of all themes.
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/Theme"
Last updated