Skip to content

Commit

Permalink
added missing edit asset page
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Sep 29, 2023
1 parent 267c455 commit 19475eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions developers/ocean-cli/editing-a-dataset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Editting a dataset

To make modifications to a dataset, you can follow the steps outlined in the previous section titled [getting asset DDO](./getting-asset-ddo.md). After obtaining the asset's DDO and saving it as a JSON file, you can proceed to edit the metadata as needed. Once you've made the necessary changes, you can utilize the following command to apply the updated metadata:

```bash
npm run cli editAsset 'DATASET_DID' 'PATH_TO_UPDATED_FILE`
```

0 comments on commit 19475eb

Please sign in to comment.