Skip to main content
POST
/
v1.0
/
services
/
update
Update service details
curl --request POST \
  --url https://api.example.com/v1.0/services/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ServiceName": "<string>",
  "Cost": 123,
  "Monthly": true,
  "Active": true,
  "ServiceId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Update_Service_Request object

ServiceName
string | null
Cost
number<double>
Monthly
boolean
Active
boolean
ServiceId
string | null

Response

200

Success