diff --git a/static/include/services/apis/data-client.md b/static/include/services/apis/data-client.md index a6b6934902..514c457276 100644 --- a/static/include/services/apis/data-client.md +++ b/static/include/services/apis/data-client.md @@ -21,10 +21,10 @@ Method Name | Description [`FileUploadFromPath`](/build/program/apis/data-client/#fileuploadfrompath) | Upload file data stored on your machine from the specified filepath and the relevant metadata to the Viam app. [`AddBoundingBoxToImageById`](/build/program/apis/data-client/#addboundingboxtoimagebyid) | Add a bounding box to an image specified by its BinaryID. [`RemoveBoundingBoxFromImageById`](/build/program/apis/data-client/#removeboundingboxfromimagebyid) | Removes a bounding box from an image specified by its BinaryID. -[`CreateDataset`](/build/program/apis/data-client/#createdataset) | -[`ListDatasetByIds`](/build/program/apis/data-client/#listdatasetbyids) | -[`ListDatasetByOrganizationId`](/build/program/apis/data-client/#listdatasetbyorganizationid) | -[`RenameDataset`](/build/program/apis/data-client/#renamedataset) | -[`DeleteDataset`](/build/program/apis/data-client/#deletedataset) | -[`AddBinaryDataToDatasetByIds`](/build/program/apis/data-client/#addbinarydatatodatasetbyids) | -[`RemoveBinaryDataFromDatasetByIds`](/build/program/apis/data-client/#removebinarydatafromdatasetbyids) | +[`CreateDataset`](/build/program/apis/data-client/#createdataset) | Create a new dataset. +[`ListDatasetByIds`](/build/program/apis/data-client/#listdatasetbyids) | Get a list of datasets using their IDs. +[`ListDatasetByOrganizationId`](/build/program/apis/data-client/#listdatasetbyorganizationid) | Get the datasets in an organization. +[`RenameDataset`](/build/program/apis/data-client/#renamedataset) | Rename a dataset specified by the dataset ID. +[`DeleteDataset`](/build/program/apis/data-client/#deletedataset) | Delete a dataset. +[`AddBinaryDataToDatasetByIds`](/build/program/apis/data-client/#addbinarydatatodatasetbyids) | Add the BinaryData to the provided dataset. This BinaryData will be tagged with the VIAM_DATASET_{id} label. +[`RemoveBinaryDataFromDatasetByIds`](/build/program/apis/data-client/#removebinarydatafromdatasetbyids) | Remove the BinaryData from the provided dataset. This BinaryData will lose the VIAM_DATASET_{id} tag.