본문으로 건너뛰기

CollectionUpdate

Partial update for a collection. name must match the current name; rename by deleting and recreating the collection.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    CollectionUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "tags": [
    "string"
    ],
    "description": "string"
    }