-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TT-14879] Tyk Dashboard should use /api/apis/streams endpoints to create and import Tyk Stream APIs #7088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 The detected issue is not in one of the allowed statuses 💔
Please ensure your jira story is in one of the allowed statuses |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
API Changes no api changes detected |
|
User description
PR for https://tyktech.atlassian.net/browse/TT-14879
This PR updates the bento config validator to the latest version.
PR Type
enhancement
Description
Updated
bento-config-schema.json
to the latest schema versionAdded new CSV options:
expected_headers
andexpected_number_of_fields
Introduced new
xml_documents
object for stream processingEnhanced WebSocket config with
heartbeat
,stream_format
, andws_message_type
Changes walkthrough 📝
bento-config-schema.json
Enhance bento-config-schema with new stream and WebSocket fields
apidef/streams/bento/schema/bento-config-schema.json
expected_headers
andexpected_number_of_fields
to CSV configxml_documents
object withcast
andoperator
fieldsheartbeat
,stream_format
,ws_message_type