aidelly_update_draft
Update a draft — set draft_planned_for to null to clear the planned date. Drafts never publish. Existing API keys need the new drafts:write scope added to gain draft access; no implicit grant occurs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| text | No | Draft content / caption. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | Draft title. | |
| brand_id | No | ||
| draft_kind | No | Draft composition type. | |
| media_urls | No | Media URLs. | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes | ||
| draft_planned_for | No | ISO 8601 date/time for calendar placement (null clears it). |