Support searching modules by name

This commit is contained in:
Denis Arh
2019-08-23 13:49:36 +02:00
parent a0bbe01c24
commit 7fd9c7fdfb
7 changed files with 25 additions and 0 deletions
+1
View File
@@ -505,6 +505,7 @@ Compose module definitions
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| query | string | GET | Search query | N/A | NO |
| name | string | GET | Search by name | N/A | NO |
| page | uint | GET | Page number (0 based) | N/A | NO |
| perPage | uint | GET | Returned items per page (default 50) | N/A | NO |
| namespaceID | uint64 | PATH | Namespace ID | N/A | YES |