Update daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md

Co-authored-by: Will <witsai@microsoft.com>
This commit is contained in:
Mark Fussell 2021-11-22 12:51:19 -08:00 committed by GitHub
parent e60df1c6f6
commit 000b5ece3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description: "Learn how to get application configuration and subscribe for chang
## Introduction
This HowTo uses the Redis configuration store component as an example on how to retrieve a configuration item.
*This API is currently in `Alpha state` and only available on gRPC. An HTTP1.1 supported version with this URL `/v1.0/configuration` will be available before the API becomes stable.*
*This API is currently in `Alpha` state and only available on gRPC. An HTTP1.1 supported version with this URL syntax `/v1.0/configuration` will be available before the API is certified into `Stable` state.*
## Step 1: Create a configuration item in store