update_assignment
Update an assignment: change its production status, due date, the note/brief for the creator, or add/remove tags. Approving or refusing notifies the creator by push and requires a submitted video ('sent' status or at least one upload); 'sent' itself is set by the creator when they submit and cannot be set here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | New status, or 'keep' to leave unchanged | keep |
| add_tags | No | Tags to add to the assignment | |
| due_date | No | New due date YYYY-MM-DD, empty = unchanged | |
| admin_note | No | New note/brief for the creator, empty = unchanged | |
| remove_tags | No | Tags to remove from the assignment | |
| assignment_id | Yes | Assignment id |