Skip to content

Add endpoints for tags #12

@dshemin

Description

@dshemin

Add:

  • POST /api/v1/tags for creating new tag
  • GET /api/v1/tags for listing all available tags with pagination
  • GET /api/v1/tags/{id} for fetching information about single tag
  • PUT /api/v1/tags/{id} for updating tag
  • DELETE /api/v1/tags/{id} for deleting tag

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions