소스 검색

fix order

MarkSackerberg 9 달 전
부모
커밋
482a3033a0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/lib/api/aura/das/getAssetsByGroup.js

+ 3 - 3
src/lib/api/aura/das/getAssetsByGroup.js

@@ -6,14 +6,14 @@ const getAssetsByGroup = {
       {
         name: 'groupKey',
         type: 'string',
-        description: 'Public key of the group',
-        placeholder: 'Public key of the group',
+        description: 'Grouping Key',
+        placeholder: 'collection',
         required: true,
       },
       {
         name: 'groupValue',
         type: 'string',
-        description: 'The value of the group.',
+        description: 'Value of the group. E.g. Public key of the collection',
         required: true,
       },
       {