Skip to main content
POST
/
api
/
device
/
package
/
edit
编辑安装包
curl --request POST \
  --url https://api.example.com/api/device/package/edit \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "version": "<string>",
  "productId": "<string>",
  "productName": "<string>",
  "packagePath": "<string>",
  "id": "<string>",
  "remark": "<string>"
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
name
string
required
version
string
required
productId
string
required
productName
string
required
packagePath
string
required
id
string
required
remark
string

Response

200 - application/json

The response is of type object.