Administrator

Update administrator

Update the email address for the Acronis administrator user

put/1/swiss_backups/{swiss_backup_id}/admin

Path parameters

swiss_backup_idinteger required

Request body

emailstring required

Email

Example request

{
  "email": "myemail@mydomain.com"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring[]

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.