You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server/http-api/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -737,7 +737,7 @@ curl -X PUT https://eventstore.com/subscriptions/{stream}/{subscription} \
737
737
`PUT /subscriptions/{stream}/{subscription}`
738
738
*Create a persistent subscription*
739
739
740
-
Before interacting with a subscription group, you need to create one. You will receive an error if you attempt to create a subscription group more than once. This requires [admin permissions](@server/security.md#access-control-lists).
740
+
Before interacting with a subscription group, you need to create one. You will receive an error if you attempt to create a subscription group more than once. This requires [admin permissions](../security.md#access-control-lists).
Copy file name to clipboardExpand all lines: docs/server/http-api/persistent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ order: 3
4
4
5
5
# Persistent subscriptions
6
6
7
-
This document explains how to use HTTP API for setting up and consuming persistent subscriptions and competing consumer subscription groups. For an overview on competing consumers and how they relate to other subscription types please see our [getting started guide](@server/persistent-subscriptions.md).
7
+
This document explains how to use HTTP API for setting up and consuming persistent subscriptions and competing consumer subscription groups. For an overview on competing consumers and how they relate to other subscription types please see our [getting started guide](../persistent-subscriptions.md).
8
8
9
9
::: tip
10
10
The Administration UI includes a _Competing Consumers_ section where you are able to create, update, delete and view subscriptions and their statuses.
Copy file name to clipboardExpand all lines: docs/server/http-api/security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ If you were to use the wrong user or no user when a request requires one, you re
34
34
@[code](@samples/http-api/incorrect-user.http)
35
35
:::
36
36
37
-
As you pass the username and password in the request we recommend you to enable SSL to encrypt the user information. [Read this guide for instructions](@server/security.md).
37
+
As you pass the username and password in the request we recommend you to enable SSL to encrypt the user information. [Read this guide for instructions](../security.md).
0 commit comments