Tag Folder

Summary Adds a tag to the folder
Request https://www.digitalbucket.net/api/rest/tagfolder.axd?folderid=54&tag=funny
Method POST
Parameters folderid (id of the folder you want to add the tag to), tag (the tag)

Success

<Success>
  <Code>62</Code>
  <Message>'[tag]' tag added to '[foldername]' folder successfully.</Message>
</Success>

Error

<Error>
  <Code>-603</Code>
  <Message>You are not allowed to tag this folder.</Message>
</Error>
<Error>
  <Code>-604</Code>
  <Message>You are not allowed to tag other users folders.</Message>
</Error>
<Error>
  <Code>-621</Code>
  <Message>[tag] is not a valid tag name</Message>
</Error>

- For other errors refer to the list of Common Errors.