Update Claim
Claims
Update Claim
Update claim status or details
PUT
Update Claim
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 users to update their claim details, primarily the status.Authentication
Path Parameters
Unique identifier of the claim to update
Request Body
Updated claim status (active, completed, cancelled)
Updated claim start time (ISO 8601 format)
Updated claim end time (ISO 8601 format)
Response
Updated claim object
Example Request
Example Response
Status Transitions
- active → completed: Mark the parking session as finished
- active → cancelled: Cancel the claim (frees up the availability)
- completed/cancelled: No further changes allowed