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/content/changelog/2019-10-07-api.md
+3-23Lines changed: 3 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,11 @@ changelog:
7
7
version: 4.6.0
8
8
---
9
9
10
-
<!-- API changelog requirements - delete this before merging -->
11
-
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
12
-
- Replace all instances of 2019-01-01 with the production release date for the API.
13
-
- All items in the changelog should mention which endpoints are affected.
14
-
- For changes and bugfixes, describe the previous behavior AND the new behavior.
15
-
<!-- Where to put things - delete this before merging -->
16
-
Some heuristics for which heading to put API reference updates under:
10
+
### Breaking
17
11
18
-
*Added*
19
-
- New endpoints.
20
-
- New fields in the request or a response of an existing endpoint.
12
+
* Removed `force` query parameter from [DELETE /object-storage/buckets/{clusterId}/{bucket}](https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket/#delete) endpoint.
21
13
22
-
*Changed*
23
-
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
24
-
25
-
*Fixes*
26
-
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
27
-
28
-
<!-- Sample syntax - delete this before merging -->
29
-
30
-
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint`*Example*: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
31
-
32
-
<!-- Fill these sections out: -->
14
+
* Removed `objects`, `size`, and `region` parameters from [GET /object-storage/buckets](https://developers.linode.com/api/v4/object-storage-buckets) and [GET /object-storage/buckets/{clusterId}/{bucket}](https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket) endpoints.
33
15
34
16
### Added
35
17
@@ -38,8 +20,6 @@ Some heuristics for which heading to put API reference updates under:
38
20
39
21
* The List Managed Stats endpoint [GET managed/stats](/api/v4/managed-stats) returns a list of Managed Stats on your Account in the form of x and y data points. You can use these data points to plot your own graph visualizations. These stats reflect the last 24 hours of combined usage across all managed Linodes on your account giving you a high-level snapshot of data for `cpu`, `disk`, `swap`, `network in`, and `network out`.
40
22
41
-
### Changed
42
-
43
23
### Fixed
44
24
45
25
* Fixed a formatting error that prevented the [filtering and sorting](https://developers.linode.com/api/v4/#filtering-and-sorting) examples within the API documentation from correctly working as presented.
0 commit comments