No description available.
Input
Encoding
application/jsonOutput
Encoding
application/jsondraft
refapp.bivri.feed.defs#draftView
Required
No description available.
Errors
Unauthenticated
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": {}
},
"encoding": "application/json"
},
"errors": [
{
"name": "Unauthenticated"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"draft"
],
"properties": {
"draft": {
"ref": "app.bivri.feed.defs#draftView",
"type": "ref"
}
}
},
"encoding": "application/json"
}
}