Skip to main content

Update Option by Cluster lookup key and Option Id

PATCH 

/clusters/:lookupKey/:lookupValue/options/:optionId

Use this endpoint to update single cluster option by cluster lookup key and option id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    optionId stringrequired

    The value of option id

Body

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • isRequired boolean

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • source string
    sourceId string

Responses

Update Option by Cluster lookup key and Option Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • id number
    isRequired string

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • shortDescriptions

    object[]

  • Array [

  • language string
    value string
  • ]

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