fix: llmo mysticat apis allow passing multiple topicIds#1982
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Major (3)1. Breaking API change: old parameter aliases silently removed (High confidence)
2. NULL
3. Missing test for mixed valid/invalid UUIDs (High confidence)
Minor (4)
Question
✅ What's working well
Recommendation: Approve with reservations (0 Critical, 3 Major) |
## [1.353.1](v1.353.0...v1.353.1) (2026-03-18) ### Bug Fixes * llmo mysticat apis allow passing multiple topicIds ([#1982](#1982)) ([dcbc2f1](dcbc2f1))
|
🎉 This PR is included in version 1.353.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR Summary: Brand Presence Filter Dimensions – Topic Parameter and Tests
Changes
API
topic_ids→topicIdsin the filter-dimensions APItopic_id IN (...)in PostgRESTDocumentation
docs/llmo-brandalf-apis/filter-dimensions-api.mdfor the new parameter name and sample URLsTests
topic_idstotopicIds.in()instead of.eq()for topic filtertopicsis null → usestopic_idas labeltopicIdsis a non-string, non-array value that fails UUID validation (e.g. number)Please ensure your pull request adheres to the following guidelines:
describe here the problem you're solving.
If the PR is changing the API specification:
yet. Ideally, return a 501 status code with a message explaining the feature is not implemented yet.
If the PR is changing the API implementation or an entity exposed through the API:
If the PR is introducing a new audit type:
Related Issues
Thanks for contributing!