cURL
curl --request PATCH \ --url https://api.plane.so/api/v1/workspaces/{workspace_slug}/stickies/{sticky_id}/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description_html": "<string>", "logo_props": {}, "color": "<string>", "background_color": "<string>" } '
Updates an existing sticky by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
https://app.plane.so/my-team/projects/
my-team