PUT /v3/directories/tcdirectories/{id}
Summary
Updates a Thin Client Directory name.
Resource URL
/v3/directories/tcdirectories/[id]
Example Request
curl \
--request PUT \
--header "Content-type: application/json" \
--data '{"name":"New Directory Name"}' \
https://[server]:8443/umsapi/v3/directories/tcdirectories/72340
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | directory ID |
Request Body
Name | Type | Mandatory | Description |
| String | no | directory name |
Response Type
Returns a success message.
Example Response
{
"message": "Updated directory successfully."
}