Update daprdocs/content/en/reference/api/metadata_api.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2024-06-26 07:41:06 -07:00 committed by GitHub
parent 40fea636eb
commit 306fdd93f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Binding | INPUT_BINDING, OUTPUT_BINDING
Each loaded `HttpEndpoint` provides a name to easily identify the Dapr resource associated with the runtime.
### Subscriptions
The metadata API returns a list of pub/sub subscriptions that the app has registered with the Dapr runtime. This includes the pub/sub name, topic, routes, dead letter topic, the Subscription type, and the metadata associated with the subscription.
The metadata API returns a list of pub/sub subscriptions that the app has registered with the Dapr runtime. This includes the pub/sub name, topic, routes, dead letter topic, the subscription type, and the metadata associated with the subscription.
### Enabled features
A list of features enabled via Configuration spec (including build-time overrides).