mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"css": { "nullable": true, "type": "string" },
|
|
"template_name": { "maxLength": 250, "nullable": true, "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "CssTemplateRestApi.put"
|
|
},
|
|
"schemaType": "response"
|
|
}
|