Tags API

Tag

GET /api/v1/tag

Filtering

name:The Tag name to filter on.
product:The Product id to filter on.
product__name:The Product name to filter on.

Example request:

GET /api/v1/tag/?format=json
GET /api/v1/tag/<id>
POST /api/v1/tag

Required Fields

name:A string name for the Tag.
product:A resource uri to a Product.

Optional Fields

description:A string description for the Tag.
DELETE /api/v1/tag/<id>
PUT /api/v1/tag/<id>

Note

The Tag’s Product may not be changed unless the tag is not in use, the product is being set to None, or the product matches the existing cases.”