No description available.
Output
Encoding
application/jsondrafts
array
Required
No description available.
limit
integer
Required
No description available.
Errors
AuthRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"drafts",
"limit"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 30,
"minimum": 1
},
"drafts": {
"type": "array",
"items": {
"ref": "#draftSummary",
"type": "ref"
},
"maxLength": 30
}
}
},
"encoding": "application/json"
}
}