Request
Use a key withcards:write and a card ID from your company’s card list.
{"status":"active"} to the same endpoint.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Control a card while keeping its actual status visible.
cards:write and a card ID from your company’s card list.
curl -X PATCH "$PLANE_API_BASE/api/v1/cards/CARD_ID" \
-H "Authorization: Bearer $PLANE_API_KEY" \
-H 'Content-Type: application/json' \
-d '{"status":"frozen"}'
{"status":"active"} to the same endpoint.