Added pin and save limits and the missing message operations to the o… - #517
Open
pranavkamble-cometchat wants to merge 8 commits into
Open
pranavkamble-cometchat wants to merge 8 commits into
pranavkamble-cometchat wants to merge 8 commits into
Conversation
pranavkamble-cometchat
requested a review
from siva-cometchat
as a code owner
September 10, 2026 13:02
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
siva-cometchat
previously approved these changes
Sep 10, 2026
…rows, rename example UIDs to cometchat-uid-N
pranavkamble-cometchat
requested review from
jitvarpatil and
raj-dubey1
as code owners
September 10, 2026 14:32
siva-cometchat
previously approved these changes
Sep 10, 2026
States all four limits as fixed values wherever a reader looks: 100 pinned messages per conversation with user and app pins sharing that limit, 100 saved messages per user, 5 pinned conversations per user, and 5 globally pinned conversations per app. - rest-api/messages.mdx: correct the pin bullet, which said a conversation holds 100 pinned messages and then that app and user pins each have their own limit of 100, implying 200. Adds the error codes to the limit bullets and to the page's error table. Operations table: rename the row to "Mark Message As Interacted" to match the page title, reword "Remove a pinned message" to "Unpin a message", and note the five operations that require the onBehalfOf header. - rest-api/conversations.mdx: add the two conversation pin limits. - articles/properties-and-constraints.mdx: add all four as rows, which the messages page already linked to for system limits. - articles/error-guide.mdx: give the four limit errors their actual values instead of "the maximum number allowed". - Re-sync chat-apis.json and data-import-apis.json from the chat-api OAS. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adds a Get Call Transcriptions page driven by the new
/calls/{sessionId}/transcriptions operation, wires it into the Calls group in
docs.json, and refreshes calls.json from the regenerated OAS output.
The overview gains the endpoint row, the hasTranscription and transcriptions
call properties, and a Transcription Properties table. List Calls gains the
hasTranscription=true filter use case and the updated description.
Also documents behaviour that was already live but undocumented: calls flagged
with hasTranscription embed their 5 newest transcripts directly in the List
Calls and Get Call responses, so the paginated endpoint is only needed beyond
that cap.
Verified against a local mint dev preview -- all four pages render and the
transcriptions array resolves through transcriptionSchema.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…s (ENG-36224) Refreshes calls.json from the regenerated OAS output. The List Calls and Get Call examples now set hasTranscription to true and carry the transcriptions array it gates, which the schema described but no payload demonstrated. Verified against a local mint dev preview. Note that mint reads the OpenAPI spec at boot, so a restart is required for calls.json changes to appear. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
…verview.
Description
Related Issue(s)
Type of Change
Checklist
Additional Information
Screenshots (if applicable)