post https://api.sbgenomics.com/v2/action/notifications/feedback
Use this call to send feedback on ideas, thoughts, and problems via the API with three available types: "idea
", "thought
", and "problem
". You can send one feedback item per minute.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/action/notifications/feedback
Example request body
{
"text": "I have an idea on what you can change for the Workflow Editor.",
"type": "idea",
"referrer": "Rosalind Franklin"
}
Response
If the request executed properly, there will be no response body for this request.