Skip to main content

Update Cluster by lookup key

PATCH 

/clusters/:lookupKey/:lookupValue

Use this endpoint to update a single cluster.

Fields

NameRequired
namesno
descriptionsno
shortDescriptionsno
languageno
parentno
sourceIdno
sourceonly when sourceId is provided
clusterConfigIdno
codeno

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Body

    clusterConfigId number
    code string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • names

    object[]

  • Array [

  • language string
    value string
  • ]

  • parent

    object

    id number

    shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • source string
    sourceId string

Responses

Update Cluster by lookup key - 200

Response Headers

  • Alt-Svc

    string

  • Content-Length

    string

  • Via

    string

  • alt-svc

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    clusterConfigId number
    code string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • id number

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • parent

    object

    id number

    shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • source string
    sourceId string
    messages string[]
    total number
Loading...