LogStreamPatchDTO
Patch Request for an individual of Log Stream
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
]
LogStreamPatchDTO
{
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
]
}