Send a feedback item

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

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

If the request executed properly, there will be no response body for this request.

Language