Versions Compared

Key

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

...

Expand
titleStatus Code : 201 Response: 업데이트된 정보가 있는 product info
Code Block
{
  "data": [
    {
      "product_idcode" : <string>,
      "title": <string>,
      "version": <int>
    },
    {
      "product_idcode" : <string>,
      "title": <string>,
      "version": <int>
    },
    ...
  ]
}

...