get https://{api_url}/api/v5/admin//services//edit
Retrieves the schema for editing a bookable service.
The schema can be used to validate the payload for the Update Service API.
Log in to see full request history
Response
200Service Schema
Retrieves the schema for editing a bookable service.
The schema can be used to validate the payload for the Update Service API.
200Service Schema
xxxxxxxxxx
curl --request GET \
--url https://example.jrni.com/api/v5/admin/company_id/services/id/edit \
--header 'accept: application/json'
Try It!
to start a request and see the response here!