docs: document email subject, To, Cc and Bcc on Create New Conversation - #580
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c909ff0c9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,50 @@ | |||
| --- | |||
| title: "Create New Conversation" | |||
| openapi: "POST /api/v1/accounts/{account_id}/conversations" | |||
There was a problem hiding this comment.
Avoid duplicating generated endpoint pages
docs.json already auto-populates the Application APIs group from the hosted OpenAPI spec and includes the Conversations tag (docs.json:243-266), so this MDX page targets the same operation as the generated Create New Conversation page. Mintlify treats an MDX file plus a navigation-generated entry for the same OpenAPI operation as an unsupported conflict, which means the new email guidance can be ignored or collide with the generated page; please move this content into the OpenAPI x-mint content or replace the generated navigation entry with the MDX page.
Useful? React with 👍 / 👎.
Fixes https://linear.app/chatwoot/issue/CW-7938/docs-create-conversation-api-should-document-email-subject-field