Tags
Create a Taggable
Permissions needed: NONE Store Taggable record
post/api/v1/taggables
Request body
Example request
{
"entity_type": "pet",
"entity_id": 1,
"tag_id": 1
}Response
successful operation
Permissions needed: NONE Store Taggable record
{
"entity_type": "pet",
"entity_id": 1,
"tag_id": 1
}successful operation