mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
API URL / Patch Request for Adding / Deleting Labels #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RandomDev05 on GitHub.
Is this a feature for the backend or frontend?
Backend
What would you like?
Im developing a Planka App and currently have no way of adding or deleting labels. The easiest way would be, if you´d allow me to patch labels with the cards/cardId api request.
Why is this needed?
No response
Other information
No response
@meltyshev commented on GitHub:
In the current version of Planka, comments are actions and can be requested via the get actions method:
beforeId- This is an ID of the last loaded comment, so the response will include the next 50.withDetails- Indicates whether to include events in the response (e.g., user A moved this card from B to C).@RandomDev05 commented on GitHub:
@meltyshev What would be the request to fetch comments from a card?
@meltyshev commented on GitHub:
Hi!
You can use this method to create a label on a board:
There methods to update/delete a label:
These methods to add/remove a label to/from a card:
By the way, the Planka client runs entirely on the server API :)