CollectionUpdate
Partial update for a collection. name must match the current name; rename by deleting and recreating the collection.
name object
anyOf
- string
- null
string
alias object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
CollectionUpdate
{
"name": "string",
"alias": "string",
"type": "string",
"tags": [
"string"
],
"description": "string"
}