Summary

Renames a priority profile directory (called "master profiles" before UMS 12).

Resource URL

/v3/directories/masterprofiledirectories/{id}

Example Request

curl \

--request PUT \

--header "Content-type: application/json" \

--data '{"name":"New Master Profiles"}' \

https://[server]:8443/umsapi/v3/directories/masterprofiledirectories/76560

Request Body

Name

Type

Mandatory

Description

name

String

yes

Priority profile directory name

Response Type

Returns a success message.

Example Response

{

"message": "Updated directory successfully."

}