{
"id": "at.unthread.document.putDraft",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"content"
],
"properties": {
"tid": {
"type": "string",
"description": "TID of an existing draft to update. Omit to create a new draft."
},
"content": {
"type": "string",
"description": "Markdown content of the draft."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "DraftNotFound"
}
],
"output": {
"schema": {
"ref": "#defs/draftView",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Create or update a draft document."
},
"draftView": {
"type": "object",
"required": [
"tid",
"content",
"createdAt",
"updatedAt"
],
"properties": {
"tid": {
"type": "string"
},
"content": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreicvxnhudfi2z6b57w5dotzpam3dw7cpruikirll3lzxgsjyymcqnm
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/at.unthread.document.putDraft