The primary heading for a card or section.
Input
Encoding
application/jsonchildren
string
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"children": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "The primary heading for a card or section."
}