Skip to content

Commit 6c3459d

Browse files
authored
Merge pull request #76 from Moesif/fix-typo
Fix typo
2 parents 7b3d672 + 1c0b2fe commit 6c3459d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/collector-api/_subscriptions-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Subscriptions in Moesif are identified via a `subscription_id` and should be a _
8080

8181
|Name|Type|Required|Description|
8282
|-----------|-----------|-----------|-----------|
83-
|plan_id|string| __true__ | The unique identifier the plan the customer subscribed to.|
83+
|plan_id|string| __true__ | The unique identifier for the plan the customer subscribed to.|
8484
|subscription_item_id |string|false| The unique identifier for this item instance if available|
8585
|price_id|string|false| The unique identify for the price the customer subscribed to.|
8686
|unit_of_measure|string|false| the unit of measure.|
@@ -184,4 +184,4 @@ Subscriptions in Moesif are identified via a `subscription_id` and should be a _
184184
|current_period_end |string(date-time)| false | The end time of the current billing term. This can be yearly, monthly, or other billing term. Required for quota and billing management.|
185185
|status |string| false | One of [active, cancelled, paused, trialing, pending, draft, future]. This can be used to drive governance rules that the subscription status in Moesif such as blocking access to cancelled subscriptions.|
186186
|metadata |object| false | An object containing subscription demographics or other properties you want to store with this profile.|
187-
|items |object\[\]| false | An array of items, each item represents an plan or price that the customer is subscribed to. See schema for items above.
187+
|items |object\[\]| false | An array of items, each item represents a plan or price that the customer is subscribed to. See schema for items above.

0 commit comments

Comments
 (0)