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"
}