Rename tag

Renames an existing tag for a User.

PATCH /documents/tag/{TAG}?Newtag={NEWTAG}

Arguments

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

Response

If successful, a structure listing values is returned:

Property Type Description
Boolean FALSE = failed. TRUE = success

Sample Calls


PATCH /documents/tag/{TAG}?Newtag={NEWTAG} HTTP/1.1
Host: rest.interfax.net
Authorization:
Bearer - generated from accounts/token method.

Sample response (prettified for display here)

true