| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The company field on conversations is only available in the Unstable API version. It was incorrectly included in the v2.15 spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why?
A customer reported that company_id appears in the Search Conversations response docs for stable API versions, but the API only returns it for the Unstable version. The company field was incorrectly added to the conversation and conversation_list_item schemas in the v2.15 spec.
How?
Removes the company property (4 lines each) from both the conversation and conversation_list_item schemas in the v2.15 spec. The Unstable spec is unchanged — the field is correct there.
Generated with Claude Code