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.”

Read the Docs v: 1.4.9.2
Versions
latest
1.4.9.2
1.3.7
1.2.7
1.1.2
1.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.