Skip to content

Commit

Permalink
Merge pull request #76 from aramd/filtering_by_server_id
Browse files Browse the repository at this point in the history
Update /admin/api/servers Documentation: Add filtering capability by server_id
  • Loading branch information
annkots authored May 7, 2024
2 parents 891eb83 + 90df434 commit 8f29792
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 8f29792

Please sign in to comment.