Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Example

Description

comboValue

1

Updating field type SingleComboValue

value

abc

Updating field type SingleValue such as a string or int

comboValues

[1,2,3]

Updating field typeComboValues

Request body

Code Block
{
  updates: {
    targetItemIds: [1234],
    metaFieldLabelId: 5421,
    value: "My description"
  }
}

Success Response

Code : 200 OK

...