Hop til hovedindhold

Add Me As Observer

POST 

/api/v1/cards/:card_id/me/observe

One-click self-assignment as Observer.

Carve-out from the regular create-stakeholder flow: any user with view access on the card can add themselves as Observer, even without the stakeholders.manage permission. The route hardcodes role="observer" and user_id=self, so it cannot be used to promote anyone else or to assign any other role.

Idempotent: a second call returns the existing row.

Request

Responses

Successful Response