GET/spaces/api/v1/spaces/options/styling.json
retrieves the options for this space
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
Options
{
"styling": {
"colors": [
{
"spaceColor": "string"
}
],
"icons": [
{
"icon": "string"
}
]
}
}