API
Documentation and guides for the developers.
Reference
Guides
42 Api 2.0
Tags
Tags
Non-hierarchical keyword, acting as a meta-data and helping to describe entities.
GET /v2/projects/:project_id/tags
Return all the tags of the given Project
GET /v2/issues/:issue_id/tags
Return all the tags of the given Issue
GET /v2/notions/:notion_id/tags
Return all the tags of the given Notion
GET /v2/cursus/:cursus_id/tags
Return all the tags of the given Cursus
GET /v2/users/:user_id/tags
Return all the tags of the given User
GET /v2/tags
Return all the tags
See more
GET /v2/tags/:id
Get a tag
See more
vpn_key
POST /v2/tags
Create a tag
See more
vpn_key
PATCH /v2/tags/:id
Update a tag
PUT /v2/tags/:id
Update a tag
See more
vpn_key
DELETE /v2/tags/:id
Destroy a tag
See more
↑ Scroll to top
#index
#show
#create
#update
#destroy
Feedback