Skip to main content
PATCH
/
data_streams
/
{key}
Update a data stream
curl --request PATCH \
  --url https://api.endclose.com/v1/data_streams/{key} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "key": "<string>",
  "name": "<string>",
  "id": 123,
  "description": "<string>",
  "type": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

key
string
required

The immutable data stream key

Body

application/json
name
string

New human readable name

Response

Data stream updated

key
string
required

Unique immutable identifier

name
string
required

Human readable name

id
integer

Unique numeric identifier

description
string

Optional description of the data stream

type
string

The type of data stream (e.g. api, csv, stripe, bank_feed)