Update service unit
PATCH/dwsu/:dwServiceUnitId
Updates the specified service unit. Ensure that the specified service unit exists. Otherwise, an error will be thrown.
Request
Path Parameters
dwServiceUnitId stringrequired
The ID of the service unit.
Example: dw54321
- application/json
Body
required
alias string
The alias of the service unit.
tags string[]
The tags of the service unit.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data object
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}
Loading...