Add tag to documents

Adds a tag to a single document or multiple documents

PUT /documents/tagging/{TAG}?list={LIST}

Arguments

Name (bold if mandatory) Type Comments Default
tag String Tag value None, mandatory.
list Number Comma-delimited list of document id’s None, mandatory.

Response

If successful, a structure listing values is returned:

Property Type Description
Boolean FALSE = failed. TRUE = success

Sample Calls


PUT /documents/tagging/{TAG}?list={LIST} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer - generated from accounts/token method.

Sample response (prettified for display here)

true