NOTE: Updating the property AuthenticationMethod may result with an error stating the property is Read-only. This may occur if Patch method is performed to change the property to the state that the property is already in or because there is dependency of attribute values. For example, if CHAP is disabled, MutualChap becomes a Read-only attribute.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/Chassis//NetworkAdapters//NetworkDeviceFunctions//Settings' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}