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: src/docs/subscriptions.adoc
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
:sectlinks:
4
4
5
5
The `subscriptions` endpoint exposes operations taken on subscriptions.
6
-
A subscriptionEntity represents two things:
6
+
A subscription represents two things:
7
7
8
8
1. A podcast feed
9
9
2. The relationship between a user and a podcast feed
@@ -16,8 +16,8 @@ POST /api/v1/users
16
16
[[actions-subscriptions-create]]
17
17
== Create subscriptions
18
18
19
-
When a user adds a subscription to the system, a corresponding `subscriptionEntity` object is fetched or created depending on whether a matching subscriptionEntity is present.
20
-
A link is then created between the user and the subscriptionEntity.
19
+
When a user adds a subscription to the system, a corresponding `subscription` object is fetched or created depending on whether a matching subscription is present.
20
+
A link is then created between the user and the subscription.
0 commit comments