v1

latestOpenAPI 3.1.1Proprietary2026-07-2687313591.4 KB
Feedback

Send Feedback

Send feedback to Affinity about a particular product area or feature.

post/v2/feedback

Request body

type'mcp' | 'api' | 'other' required

The type of feedback being submitted

subjectstring required

Subject of the feedback

bodystring required

The details of the feedback, please be thorough and include examples of what you're trying to accomplish and how the product could be improved to support it.

Example request

{
  "type": "mcp",
  "subject": "New tool for MCP Server",
  "body": "I'd like to be able to update a note via the MCP Server"
}

Response

No Content