Update a Dataset Item
Guide to updating a Dataset Item in the Fetch Hive API.
Update a specific data set item's details
Authorizations
AuthorizationstringRequired
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345".
Path parameters
data_set_idstringRequired
Data set token
idstringRequired
Data set item token
Body
Responses
200
Successful response
application/json
default
Error
application/json
patch
/data_sets/{data_set_id}/items/{id}Last updated
Was this helpful?