PATCH – Update user description
Use the PATCH method to update user description in Key resource for Redfish service.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/AccountService/Accounts/{1…14}/Keys/{1…4}
Request body
Properties to be updated are shown as below, all of these properties can be changed individually.
Field | Type | Description |
---|---|---|
UserDescription | String | A user-defined string to describe this key. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback