Pins the provided timeframe to the waypoint. If the provided timeframe is NULL, the current waypoint timeframe will be removed if present. Calling this endpoint, even with the NULL timeframe, prevents the automatic timeframe resolution logic from running for the affected waypoint.
Timeframe has been successfully pinned
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}
}
{- "data": { }
}
Pins the provided stop time value to the waypoint. Calling this endpoint "freezes" the stop time of the waypoint at provided value.
Stop time has been successfully pinned
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "stopTime": 1
}
{- "data": { }
}
Removes the previously pinned stop time value from the waypoint. Calling this endpoint "unfreezes" the stop time of the waypoint, allowing for the stop time value to be to dynamically calculated.
Stop time has been successfully unpinned
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "data": { }
}