Set custom limit to Limit Early Bookings in Wix Bookings

Is is possible to have a different early booking time limit for a specific service using the Wix Bookings API.

The current limit is set to 24 hours in the booking settings site wide. But I need to change this for only 1 service. For this one service, we want people to bea able to sign up much earlier.

I see the these constraints in the availability options in the in the getService() function
“constraints”: {
“bookableFrom”: “2018-12-12T14:00:00.000Z”,
“bookableUntil”: “2019-01-16T14:00:00.000Z”
}

Can I set these somehow?