Skip to main content

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