Skip to main content
PUT
Update a Service

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Service

Body

application/json
name
string

The Service name

about
string

The Service description

enabled
boolean

Whether the Service is enabled

category
string

UID of the Service category.

Response

Service updated

result
object