Skip to content

Commit 5c2487f

Browse files
Added Object Storage changes to Breaking header
1 parent 95c6fec commit 5c2487f

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

src/content/changelog/2019-10-07-api.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,11 @@ changelog:
77
version: 4.6.0
88
---
99

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
1711

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.
2113

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.
3315

3416
### Added
3517

@@ -38,8 +20,6 @@ Some heuristics for which heading to put API reference updates under:
3820

3921
* 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`.
4022

41-
### Changed
42-
4323
### Fixed
4424

4525
* 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

Comments
 (0)