Skip to main content
PATCH
Update service

Authorizations

Authorization
string
header
required

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

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

serviceId
string<uuid>
required

The UUID of the service.

Body

application/json

Partial update parameters for a service. Only specified fields will be updated.

external_id
string | null

Update the external identifier for the service.

name
string

Update the name of the service.

account_identifier
Account ID · object

Update the ledger account identifier. Set to null to remove the account association.

billable_rate_per_minute_amount
integer<int64> | null

Update the billable rate per minute in cents.

memo
string | null

Update the memo.

metadata
object | null

Update the custom metadata.

Response

Service updated successfully.

data
object
required