Update api-allowlist.md

Added all the supported APIs
This commit is contained in:
Mark Fussell 2023-06-06 08:38:40 -07:00 committed by GitHub
parent db75951652
commit bbd0692249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -122,4 +122,8 @@ See this list of values corresponding to the different Dapr APIs:
| bindings | [Output Bindings]({{< ref bindings_api.md >}}) |
| publish | [Pub/Sub]({{< ref pubsub.md >}}) |
| actors | [Actors]({{< ref actors_api.md >}}) |
| configuration | [Configuration]({{< ref configuration_api.md >}}) |
| lock | [Distributed Lock]({{< ref distributed_lock_api.md >}}) |
| workflow_api | [Workflow]({{< ref workflow_api.md >}}) |
| metadata | [Metadata]({{< ref metadata_api.md >}}) |
| health | [Health]({{< ref health_api.md >}}) |