cURL
curl --request PATCH \ --url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "is_default": true, "is_active": true, "parent": "<string>" }'
Lets you modify existing options within a dropdown property.