POST api/Files/{id}/Tags/{tag}
Inserts a tag into the file's tag collection.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of file. |
integer |
Required |
| tag |
Tag to insert. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
None.