Update a Dataset Item

Guide to updating a Dataset Item in the Fetch Hive API.

Update a data set item

patch

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
chevron-right
200

Successful response

application/json
messagestringOptionalExample: Successfully updated a data set item.
patch
/data_sets/{data_set_id}/items/{id}

Last updated