Skip to content

Commit c2e20bc

Browse files
author
hzoppetti
committed
small copy edit
1 parent 2903bc4 commit c2e20bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/4-72-0-2020-08-10.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ changelog:
1515
- Changing your Longview subscription is no longer available at the Update Account Settings ([PUT /account/settings](/api/v4/account-settings/#put)) endpoint. Accordingly, the `longview_subscription` property has been removed from the Update Account Settings request body.
1616

1717
- Updated the description and response for the View Longview Plan ([GET /longview/plan](/api/v4/longview-plan)) endpoint:
18-
- The previous description stated that this endpoint returns a `longview_subscription` ID. This has been corrected to state that the response consists of a LongviewSubscription object for your current Longview Pro plan, or an empty set `{}` if your current plan is Longview Free.
19-
- The response body and sample have been updated to include the details of the returned LongviewSubscription object for your current Longview plan.
18+
- The previous description stated that this endpoint returns a `longview_subscription` ID. This has been corrected to state that the response consists of a `LongviewSubscription` object for your current Longview Pro plan, or an empty set `{}` if your current plan is Longview Free.
19+
- The response body and sample have been updated to include the details of the returned `LongviewSubscription` object for your current Longview plan.
2020

2121
- Updated the description, request, and response for the Update Longview Plan ([PUT /longview/plan](/api/v4/longview-plan/#put)) endpoint:
22-
- The previous description stated that this endpoint returns a `longview_subscription` ID. The description has been corrected to state that the response consists of a LongviewSubscription object for the updated Longview Pro plan, or an empty set `{}` if the updated plan is Longview Free.
22+
- The previous description stated that this endpoint returns a `longview_subscription` ID. The description has been corrected to state that the response consists of a `LongviewSubscription` object for the updated Longview Pro plan, or an empty set `{}` if the updated plan is Longview Free.
2323
- The request body schema has been updated to specify possible values for the `longview_subscription` field and to reflect that it is nullable, with a `null` value corresponding to Longview Free.
24-
- The response body and sample have been updated to include the details of the returned LongviewSubscription object.
24+
- The response body and sample have been updated to include the details of the returned `LongviewSubscription` object.
2525

2626
- Updated the response for the List Longview Subscriptions ([GET /longview/subscription](/api/v4/longview-subscriptions)) and View Longview Subscription ([GET /longview/subscriptions/{subscriptionID}](/api/v4/longview-subscriptions-subscription-id)) endpoint:
2727
- The response `id` property has been revised to specify possible values.

0 commit comments

Comments
 (0)