PUT
/
flow
/
register
curl --request PUT \
  --url http://localhost:3370/flow/register \
  --header 'KODOSUMI_API_KEY: <api-key>'
{
  "summaries": [
    "<string>"
  ],
  "urls": [
    "<string>"
  ],
  "deletes": [
    "<string>"
  ],
  "sources": [
    "<string>"
  ],
  "connected": [
    "<string>"
  ]
}

Authorizations

KODOSUMI_API_KEY
string
header
required

Response

200
application/json

Flow sources refreshed

The response is of type object.