Enums§
- GetDraft
ForUser Error - struct for typed errors of method
get_draft_for_user - GetOwn
Draft Error - struct for typed errors of method
get_own_draft - List
Drafts Error - struct for typed errors of method
list_drafts - Migrate
Legacy Draft Error - struct for typed errors of method
migrate_legacy_draft - Move
Draft Error - struct for typed errors of method
move_draft - Update
Draft Error - struct for typed errors of method
update_draft
Functions§
- get_
draft_ for_ user - get_
own_ draft - list_
drafts - migrate_
legacy_ draft - Delete a legacy draft (email NULL) or assign it to the authed admin as a per-user draft. Workspace admins / superadmins only.
- move_
draft - Relocates the authed user’s own draft row, along with both path keys inside its value (the typed path and the mirror the editors keep beside it). Only for draft-only items — a deployed item must be moved through its own deploy endpoint, which carries every draft with it. Restricted to script, flow, app and raw_app; any other kind is rejected with 400, because only these keep their deploy target where this endpoint rewrites it.
- update_
draft