Skip to main content

RoutingPatchDTO

Patch request for an individual Routing

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

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