POST api_v2/AccountDatabases/SetCaption
Sets database caption
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDatabaseID>4bde5e73-0926-4a82-a0f5-5e8d274130e9</AccountDatabaseID> <Caption>sample string 2</Caption> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "4bde5e73-0926-4a82-a0f5-5e8d274130e9", "Caption": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}