Update Cloud Tenant

put
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall of | nullableOptional
namestringOptional
revisioninteger · int32Optional
accountall ofOptional
externalIdsall of | nullableOptional
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: 566

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-12T20:00:53.208Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-12T20:00:53.208Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "revision": 1,
  "account": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1,
    "type": "Client",
    "status": "Active"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "status": "text",
  "type": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-12T20:00:53.208Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-12T20:00:53.208Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "revision": 1,
  "account": {
    "id": "text",
    "name": "text",
    "icon": "text",
    "revision": 1,
    "type": "Client",
    "status": "Active"
  },
  "externalIds": {
    "cloudConsumptionId": "123e4567-e89b-12d3-a456-426614174000",
    "providerId": "text",
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "status": "text",
  "type": "text"
}

Last updated

Was this helpful?