The following tag related endpoints were added to https://help.kinopio.club/api :
Method | Path | Description | Auth |
---|---|---|---|
GET |
/tags/:tagName |
Get all tags with tagName in your Spaces | apiKey |
GET |
/tags/by-card/:cardId |
Get all tags in a Cards | apiKey |
PATCH |
/tags/color |
Change the color of all tags with the name specified in request body. Object must contain name , color
|
apiKey |
GET |
/card/by-tag-name/:tagName |
get all cards with tag matching tagName in your Spaces | apiKey |
GET |
/user/tags?limit=5 |
Get a list of the last edited Tags in your spaces. Defaults to 5 tags, override with limit query string |
apiKey |