Browse Source

CLI examples: fix date format

iorveth 4 years ago
parent
commit
e3a6006335
2 changed files with 2 additions and 2 deletions
  1. 1 1
      cli/examples/content/createVideo.json
  2. 1 1
      cli/examples/content/updateVideo.json

+ 1 - 1
cli/examples/content/createVideo.json

@@ -30,7 +30,7 @@
     },
     "publishedBeforeJoystream": {
       "isPublished": true,
-      "date": "2020.02.20"
+      "date": "2012-09-27"
     }
   }
 }

+ 1 - 1
cli/examples/content/updateVideo.json

@@ -30,7 +30,7 @@
     },
     "publishedBeforeJoystream": {
       "isPublished": true,
-      "date": "2020.02.20"
+      "date": "2012-09-27"
     }
   }
 }