app.bsky.draft.updateDraft

Updates a draft using private storage (stash). If the draft ID points to a non-existing ID, the update will be silently ignored. This is done because updates don’t enforce draft limit, so it accepts all writes, but will ignore invalid ones. Requires authentication.

class atproto_client.models.app.bsky.draft.update_draft.Data

Bases: DataModelBase

Input data model for app.bsky.draft.updateDraft.

field draft: models.AppBskyDraftDefs.DraftWithId [Required]

Draft.

class atproto_client.models.app.bsky.draft.update_draft.DataDict

Bases: TypedDict

draft: DraftWithId

Draft.