Feedback
This section describes the API calls used to create, read, update and delete database feedbacks. The page builds upon (and assumes you've read) the API Usage Guide. Please ensure you're familiar with the API calling conventions before reading on.
Create feedback
Version
1.0
View
team
Action
create_database_feedback
Request Data
objectdatabase
The database to hold this feedback.
stringid
The globally unique identifier of the database.
stringquery
The search query pertaining to this feedback.
stringpassage
An excerpt from a search result that you'd like to provide feedback for.
floatsignal
A value between -1 (extremely irrelevant) and 1 (extremely relevant).
Response Data
stringid
A globally unique identifier of the newly created feedback.