Skip to content

Commit

Permalink
add filtering capability to /admin/api/servers by server_id
Browse files Browse the repository at this point in the history
  • Loading branch information
aramd committed May 2, 2024
1 parent 1b1106c commit 90df434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/eportal-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Requires basic authorization with read only user permissions.
contain `%` placeholder to match any string.
* `ip`: String, optional. Return servers with IP like value. Value can
contain `%` placeholder to match any string.
* `service_id`: String, optional. Return a single server with the service ID
equal to the provided value.
* `feed`: String, optional. Return servers attached to feed. Use `main`
for default feed.
* `key`: String, optional. Return servers registered to key.
Expand Down

0 comments on commit 90df434

Please sign in to comment.