Create new tag

Creates a new tag for a user.

PUT /documents/tag/{TAG}

Arguments

Name (bold if mandatory) Type Comments Default
tag String Tag value None, mandatory.

Response

If successful, a structure listing values is returned:

Property Type Description
Boolean FALSE = failed. TRUE = success

Sample Calls


PUT /documents/tag/{TAG} HTTP/1.1 
Host: rest.interfax.net 
Authorization:  
Bearer -generated from accounts/token method.

Sample response (prettified for display here)

true