3
0

Add option to filter namespaces by slug

This commit is contained in:
Denis Arh
2019-08-26 08:54:46 +02:00
parent 91633e9695
commit b8088caab5
7 changed files with 24 additions and 0 deletions
+1
View File
@@ -604,6 +604,7 @@ Compose module definitions
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| query | string | GET | Search query | N/A | NO |
| slug | string | GET | Search by namespace slug | 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 |