v1
latestOpenAPI 3.0.12026-07-265331168.0 KBService
Edit Service
Allows a user to edit the details of an existing service. This can include changes in payment method, adjusting automatic collection, and marking for cancellation at the end of a period.
patch/public/user/service/edit/{service_id}
Path parameters
service_idstring required
ID of the Service to edit
Headers
Content-Typestring required
Content type for the request body as application/json.
Request body
Response
Successfully edited the service.
Example response
{
"edited": [
"API-1234-5678"
],
"message": "Service successfully edited."
}