Versions Compared

Key

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

...

Name

Required

Type

Description

page

X

intInteger

default : 1

page_size

X

intInteger

default : 25

3) Response

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

...