Kurzbeschreibung

Aktualisiert einen Priority Profil-Namen (vor UMS 12 als "Masterprofile" bezeichnet)

Ressourcen-URL

/v3/masterprofiles/{profileid} 

Beispielanfrage

curl \

--request PUT \

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

--data '{"name":"New Master Profile Name"}' \

https://[server]:8443/umsapi/v3/masterprofiles/6585 

Anfragenpfadvariablen

NameTypVerbindlich

Beschreibung

profileidStringjaPriority Profil-ID

Anfragensteller

Name

Typ

Verbindlich

Beschreibung

name

String

nein

Priority Profil-Name

Antworttyp

Liefert eine Erfolgsmeldung.

Beispielantwort

{

"message": "Update successful"

}