Sets a new active slug for the service.
The call fails if at least one of these conditions is met:
You can only call this method when authenticated as a Wix app or Wix user identity.
function setCustomSlug(
serviceId: string,
options: SetCustomSlugOptions,
): Promise<SetCustomSlugResponse>;
ID of the service for which to update the active slug.
import { services } from "@wix/bookings";
async function setCustomSlug(serviceId, options) {
const response = await services.setCustomSlug(serviceId, options);
}
There is 1 error with this status code.
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.