Data Requests
Update a Data Request
Update a data request
PUT
/
team
/
{team_id}
/
datasets
/
{dataset_id}
/
dataRequests
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Reference to Dataset model
Reference to Connection model
Available options:
GET
, POST
, PUT
, DELETE
, PATCH
API endpoint path
Request body in JSON string format
Path to items array in response
Maximum number of items to return
Pagination offset field name
Field used for pagination
Template type for request formatting
Additional configuration options
Request variables
Response
200 - application/json
Reference to Dataset model
Reference to Connection model
Available options:
GET
, POST
, PUT
, DELETE
, PATCH
API endpoint path
Request body in JSON string format
Path to items array in response
Maximum number of items to return
Pagination offset field name
Field used for pagination
Template type for request formatting
Additional configuration options
Request variables