Versions Compared

Key

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

...

Request body

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

Success Response

Code : 200 OK

...