Browse Source

storage-node: fix openapi doc for /discover

Mokhtar Naamani 4 years ago
parent
commit
4133c7b40f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      storage-node/packages/colossus/paths/discover/v0/{id}.js

+ 1 - 1
storage-node/packages/colossus/paths/discover/v0/{id}.js

@@ -12,7 +12,7 @@ module.exports = function (runtime) {
         name: 'id',
         in: 'path',
         required: true,
-        description: 'Actor accouuntId',
+        description: 'Storage Provider Id',
         schema: {
           type: 'string', // integer ?
         },