Skip to main content
POST
/
api
/
product
/
modify
编辑产品基本信息
curl --request POST \
  --url https://api.example.com/api/product/modify \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "329bd15c12394e02ac0a33f954b37d0d",
  "name": "产品1",
  "deptId": "000000",
  "photo": "xxx.png",
  "description": "i am product"
}
'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required
name
string
deptId
string
photo
string
description
string

Response

200 - application/json

The response is of type object.