ApiDrafts
Save draft
Save a draft for current user
AuthorizationBearer <token>
In: header
title?string
content?string
categoryId?integer
Format
int64
tagIds?array<integer>
Response Body
curl -X POST "https://www.open-isle.com/api/drafts" \ -H "Content-Type: application/json" \ -d '{}'
{
"id": 0,
"title": "string",
"content": "string",
"categoryId": 0,
"tagIds": [
0
]
}