Method setUnitBalance
Статья создана
Sets the unit balance of the specified project.
HTTP request
POST https://datasphere.api.cloud.yandex.net/datasphere/v1/projects/{projectId}:unitBalance
Path parameters
Parameter | Description |
---|---|
projectId | Required. ID of the project to set the unit balance for. The maximum string length in characters is 200. |
Body parameters
{
"unitBalance": "integer"
}
Field | Description |
---|---|
unitBalance | integer (int64) The number of units available to the project. |
Response
HTTP Code: 200 - OK
"object"
Empty JSON object {}
.
Field | Description |
---|---|
object Empty JSON object |