Skip to content

Commit 7d46b55

Browse files
committed
Fix broken documentation
1 parent 2a7670b commit 7d46b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/subscriptions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ operation::subscriptions-list-with-unsubscribed[snippets='curl-request,http-resp
5353
Returns the details of a single subscriptionEntity for the authenticated user.
5454
Returns `404` if the user has no subscriptionEntity entry for the feed in question.
5555

56-
operation::subscriptionEntity-get[snippets='request-headers,path-parameters,curl-request,response-fields,http-response']
56+
operation::subscription-get[snippets='request-headers,path-parameters,curl-request,response-fields,http-response']
5757

5858
[[actions-subscriptionEntity-update]]
5959
== Unsubscribe from a feed
@@ -62,4 +62,4 @@ Unsubscribes the authenticated user from a feed.
6262
This action updates the user subscriptionEntity record to mark the subscriptionEntity as inactive.
6363
It does not delete the subscriptionEntity record.
6464

65-
operation::subscriptionEntity-unsubscribe[snippets='request-headers,path-parameters,curl-request,response-fields,http-response']
65+
operation::subscription-unsubscribe[snippets='request-headers,path-parameters,curl-request,response-fields,http-response']

0 commit comments

Comments
 (0)