본문으로 건너뛰기

DictionaryItemsReplace

Atomic full replacement body — PUT /semantic/dictionaries/{id}/items.

items object[]
  • Array [
  • nameName (string)필수

    Possible values: non-empty

    labelLabel (string)필수

    Possible values: non-empty

    synonymsstring[]
  • ]
  • DictionaryItemsReplace
    {
    "items": [
    {
    "name": "string",
    "label": "string",
    "synonyms": [
    "string"
    ]
    }
    ]
    }