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
Sample Result