cURL
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>" }
Update the name of a data stream.
The immutable data stream key
New human readable name
Data stream updated
Unique immutable identifier
Human readable name
Unique numeric identifier
Optional description of the data stream
The type of data stream (e.g. api, csv, stripe, bank_feed)