v1

latestOpenAPI 3.1.02026-07-13632897.9 KB
Priority Guardian Priorities

Update Deliverable

Update a deliverable (toggle done or rename).

Args: deliverable_id: Deliverable ID (UUID string) request: Partial update fields user_id: User ID from validated JWT session: Database session

Returns: 200: Full priorities response 404: Deliverable not found or parent priority belongs to different user

put/api/priority-guardian/deliverables/{deliverable_id}

Path parameters

deliverable_idstring required

Headers

X-Internal-Secretstring nullable
X-User-IDstring nullable

Request body

namestring nullable

Deliverable name. Max 200 chars.

doneboolean nullable

Whether the deliverable is completed.

Response

Successful Response

{"stackTrail":"paths:/api/priority-guardian/deliverables/{deliverable_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}