OpenIsle Docs
ApiDrafts

Save draft

Save a draft for current user

POST
/api/drafts
AuthorizationBearer <token>

In: header

title?string
content?string
categoryId?integer
Formatint64
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
  ]
}