Items
Authorizations
Path parameters
item_idstringRequired
Body
namestringRequired
descriptionstringRequired
pricenumberRequired
imagestringRequired
categorystringRequired
tagsstring[]Required
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
patch
/manage/items/{item_id}PATCH /manage/items/{item_id} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"name": "text",
"description": "text",
"price": 1,
"image": "text",
"category": "text",
"tags": [
"text"
]
}No content
Last updated