Change the name of an existing Multi-Factor Authentication (MFA) method. This can be useful for clearly identifying different MFA devices or methods associated with your account. The API returns an ID that can be used to track the update process.
Accept Example Content-Type Example methodId integer required name string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/mfa/methods curl -X PATCH "https://cloud.hostup.se/api/mfa/methods" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"methodId": 0,
"name": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true
}
} {
"methodId": 0,
"name": "string"
}