Rate a specific query result as helpful or notCopy Pagepatch http://localhost:3000/v0.1/namespaces/{namespaceId}/queries/{queryId}/results/{resultId}Path ParamsnamespaceIdstringrequiredThe ID of the namespace containing the queryqueryIdstringrequiredThe ID of the query containing the resultresultIdstringrequiredThe ID of the result to rateBody ParamsisHelpfulboolean | nullWhether the result was helpful or not (can be true, false, or null)truetruefalseResponses 204Query result rating updated successfully 404Query or result not found 500Internal server errorUpdated almost 2 years ago