Skip to content

Commit

Permalink
doc: Add search requests to Application and Gateway API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Dec 3, 2019
1 parent 8148255 commit 8394b60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/content/reference/api/application.md
Expand Up @@ -16,6 +16,10 @@ weight: 1

{{< proto/method service="ApplicationRegistry" method="Delete" >}}

## The `EntityRegistrySearch` service

{{< proto/method service="EntityRegistrySearch" method="SearchApplications" >}}

## The `ApplicationAccess` service

{{< proto/method service="ApplicationAccess" method="ListRights" >}}
Expand Down Expand Up @@ -72,6 +76,8 @@ weight: 1

{{< proto/message message="Rights" >}}

{{< proto/message message="SearchEntitiesRequest" >}}

{{< proto/message message="SetApplicationCollaboratorRequest" >}}

{{< proto/message message="UpdateApplicationAPIKeyRequest" >}}
Expand Down
6 changes: 6 additions & 0 deletions doc/content/reference/api/gateway.md
Expand Up @@ -16,6 +16,10 @@ weight: 5

{{< proto/method service="GatewayRegistry" method="Delete" >}}

## The `EntityRegistrySearch` service

{{< proto/method service="EntityRegistrySearch" method="SearchGateways" >}}

## The `GatewayAccess` service

{{< proto/method service="GatewayAccess" method="ListRights" >}}
Expand Down Expand Up @@ -88,6 +92,8 @@ The Gateway Server exposes the list of available frequency plans with the `Confi

{{< proto/message message="Rights" >}}

{{< proto/message message="SearchEntitiesRequest" >}}

{{< proto/message message="SetGatewayCollaboratorRequest" >}}

{{< proto/message message="UpdateGatewayAPIKeyRequest" >}}
Expand Down

0 comments on commit 8394b60

Please sign in to comment.