Document Hub Tag
| Request |
|
| Description |
Adds tags to a file at the specified path. |
| Context |
https://<instance>.optimizemyday.com/document-service/rs/v1/documents |
| URL |
/tag |
| Method |
DELETE |
| Response Code |
200 when successful, another HTTP status code otherwise |
| Success Response |
|
| Response Type |
text/plain |
| Parameter |
Datatype |
Description |
| configId |
Integer |
The identifier of the configuration. |
| path |
String |
The folder path of the file. |
| name |
String |
The name of the file. |
| tag |
List |
A list of tags to add to the file. |
Sample Call
https://sandbox.optimizemyday.com/document-service/rs/v1/documents/tag?configId=16169175&path=tasks%2FA-0000006&name=test1.md&tag=tag1,tag2
Sample Result