Skip to main content

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

Body

required

    alias string

    The alias of the service unit.

    tags string[]

    The tags of the service unit.

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...