From 19475ebf2293e82f6c1b3965048f50844d968006 Mon Sep 17 00:00:00 2001
From: Bogdan Fazakas <bogdan.fazakas@gmail.com>
Date: Fri, 29 Sep 2023 11:19:48 +0300
Subject: [PATCH] added missing edit asset page

---
 developers/ocean-cli/editing-a-dataset.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 developers/ocean-cli/editing-a-dataset.md

diff --git a/developers/ocean-cli/editing-a-dataset.md b/developers/ocean-cli/editing-a-dataset.md
new file mode 100644
index 00000000..3d4da4b1
--- /dev/null
+++ b/developers/ocean-cli/editing-a-dataset.md
@@ -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`
+
+```