Update IC Domain Account

Update IC Domain Account

Updates instant clone domain account.

Request
URI
PUT
https://{api_host}//localhost/rest/config/v1/ic-domain-accounts/{id}
COPY
Path Parameters
string
id
Required

id


Request Body

Instant clone domain account object to be updated.

InstantCloneDomainAccountUpdateSpec of type(s) application/json
Required
{
    "password": [
        "string"
    ]
}
array of string
password
Required

Password of the account.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure