Assign Tag to Entry
POST
/tag/{tagId}/assign/{entryId}
Assigns a tag to a specific entry
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
tagId*
The unique identifier of the tag
Type
Requiredstring
entryId*
The unique identifier of the entry
Type
Requiredstring
Responses
Tag successfully assigned
application/json
JSON
{
}
