/

Post Item

post
Authorizations
Body
namestringRequired
descriptionstringRequired
pricenumberRequired
imagestringRequired
categorystringRequired
tagsstring[]Required
Responses
200

Successful Response

application/json
Responseany
post
/manage/items/
POST /manage/items/ 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