typo in example in httpendpoints-schema.md (#3764)

Signed-off-by: Alexey <Kuzbekov@users.noreply.github.com>
This commit is contained in:
Alexey 2023-09-25 23:27:29 +03:00 committed by GitHub
parent 5de4fdfd89
commit ad4f49686c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ kind: HTTPEndpoint
metadata:
name: <NAME>
spec:
version: v1alpha1
baseUrl: <REPLACE-WITH-BASEURL> # Required. Use "http://" or "https://" prefix.
headers: # Optional
- name: <REPLACE-WITH-A-HEADER-NAME>
@ -42,4 +41,4 @@ auth: # Optional
## Related links
[Learn how to invoke non-Dapr endpoints.]({{< ref howto-invoke-non-dapr-endpoints.md >}})
[Learn how to invoke non-Dapr endpoints.]({{< ref howto-invoke-non-dapr-endpoints.md >}})