Skip to main content

ClientWorkloadPatchDTO

namestringnullable

New Name for the identified entity

Possible values: <= 128 characters

descriptionstringnullable

New Description for the identified entity

isActivebooleannullable

New Status for the identified entity

tags object[]nullable

New Tags for the identified entity

  • Array [
  • keystringrequired

    Tag Key

    Possible values: non-empty

    valuestringrequired

    Tag Key Value

    Possible values: non-empty

  • ]
  • identities object[]nullable
  • Array [
  • typestringnullable

    Possible values: <= 255 characters

    valuestringrequired

    Possible values: non-empty and <= 255 characters

  • ]
  • ClientWorkloadPatchDTO
    {
    "name": "string",
    "description": "string",
    "isActive": true,
    "tags": [
    {
    "key": "string",
    "value": "string"
    }
    ],
    "identities": [
    {
    "type": "string",
    "value": "string"
    }
    ]
    }