Home / Resources / API Reference

Cloud Account

Base route: /api/cloud-account

Update cloud account

Updates the credentials or settings of an existing cloud account.

Request

Parameters
accountId
string
required
The account identifier.
Request body

PUT /api/cloud-account {   "accountId": "string",   "name": "string",   "description": "string" }

Response

200 OK