Skip to content

Flow Comments

Reads and writes comments for one flow.

GET /flows/{flowId}/comments

  • Auth: not required
  • Response: array of comment items

POST /flows/{flowId}/comments

  • Auth: required
  • Rate limit: enabled

Request body:

{
  "content": "The flow should pin auth-email v1.0.2."
}