Summary
Updates a Profile Directory name.
Resource URL
/v3/directories/profiledirectories/{id}
Example Request
curl \
--request PUT \
--header "Content-type: application/json" \
--data '{"name":"New Directory Name"}' \
https://[server]:8443/umsapi/v3/directories/profiledirectories/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."
}