app.bsky.draft.createDraft
#main​
Inserts a draft using private storage (stash). An upper limit of drafts might be enforced. Requires authentication.
Input​
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| draft | app.bsky.draft.defs#draft | - | ✅ | - |
Output​
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| id | string | - | ✅ | The ID of the created draft. |