Feedback
Give Snow Leopard feedback in plain text so it can understand your business logic and ontology better for more accurate answers
Authorizations
Bearer authentication header of the form Bearer <api_key>. API keys are created per instance in Snow Leopard Cloud.
Path Parameters
Unique identifier for the instance
Body
Plain-text description of the correction. Maximum 2000 characters; longer values are silently truncated and the response will include truncated: true.
"The revenue column in the orders table should be labeled 'gross revenue before discounts', not 'net revenue'."
UUID of the target data source. Takes priority over schemaId when both are provided. Recommended for instances with multiple data sources.
Schema identifier for the target data source (e.g. 'northwind'). Available as the schemaId field in /retrieve and /response results. Used when datasourceId is not provided. If neither field is supplied, feedback is applied to the first connected data source.
Response
Feedback accepted and queued for processing
Always true for a 202 response.
true Unique identifier for the submitted feedback
Acknowledgment state at submission time. Always 'raw'. Snow Leopard processes feedback asynchronously; there is no polling endpoint to track status changes.
raw Only present when feedbackText exceeded 2000 characters and was silently truncated to fit.