Create Availability
Availabilities
Create Availability
Set a parking spot availability window
POST
Create Availability
Documentation Index
Fetch the complete documentation index at: https://lapscher.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint allows parking spot owners to create availability windows for their spots.Authentication
Request Body
ID of the parking spot to make available
Availability start time (ISO 8601 format)
Availability end time (ISO 8601 format)
Response
Created availability object
Example Request
Example Response
Validation Rules
start_timemust be in the futureend_timemust be afterstart_time- You can only create availabilities for spots you own
- Availability windows cannot overlap with existing ones for the same spot