No description available.
Input
Encoding
application/jsonmembers
array
Required
No description available.
name
string
Required
No description available.
Output
Encoding
application/jsonTry 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",
"required": [
"name",
"members"
],
"properties": {
"name": {
"type": "string"
},
"members": {
"type": "array",
"items": {
"type": "string",
"format": "at-identifier"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.ducs.channels.defs#channel",
"type": "ref"
},
"encoding": "application/json"
}
}