Skip to main content
POST
/
flow
/
register
[
  {
    "uid": "<string>",
    "method": "GET",
    "url": "<string>",
    "source": "<string>",
    "summary": "<string>",
    "description": "<string>",
    "deprecated": false,
    "author": "<string>",
    "organization": "<string>",
    "tags": [
      "<string>"
    ],
    "base_url": "<string>"
  }
]

Body

application/json
url
required

Response

Document created, URL follows

uid
string
required
method
enum<string>
required
Available options:
GET,
POST,
PUT,
DELETE
url
string
required
source
string
required
tags
string[]
required
base_url
string
required
summary
string | null
description
string | null
deprecated
boolean
default:false
author
string | null
organization
string | null