Update Cloud Tenant

put
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
accountall ofOptional
externalIdsall ofOptional
namestringOptional
statusstringOptional
typestringOptional
Responses
200

OK

application/json
put
PUT /public/v1/accounts/cloud-tenants/{id} HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 476

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-21T22:58:04.064Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-21T22:58:04.064Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-21T22:58:04.064Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-21T22:58:04.064Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "account": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "name": "text",
  "status": "text",
  "type": "text"
}

Last updated

Was this helpful?