feat: rename time_pairs fields to start_time/end_time#1244
Merged
Conversation
Update the Time Frame Options page so time_pairs use start_time and end_time instead of check_in_time and check_out_time, across the time pair object table, prose, and the Oracode and KeyInCode examples. Aligns with the matching_start_end_time naming. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Ts8QgybjiqTo8AUpsuSvb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the
time_pairsfields on the time frame option object fromcheck_in_time/check_out_timetostart_time/end_time, matching the shipped seam-connect schema.Scope: Mintlify docs only. Changes are confined to
understanding-time-frame-options.mdx.Changes
check_in_time→start_time,check_out_time→end_time(descriptions updated; the "end_timeearlier thanstart_time→ later date" note preserved).time_pairsis a single shared object, so this applies to every provider that uses it. The Oracodedormakaba_oracode_metadata.predefined_time_slotsfields (a different object) are intentionally left unchanged.Notes
@mintlify/cli broken-links: no broken links.time_pairsinner properties is a separate PR.)🤖 Generated with Claude Code
https://claude.ai/code/session_018Ts8QgybjiqTo8AUpsuSvb