Skip to content

Commit f71e0df

Browse files
committed
Add HTTP 429 Too Many Requests as a possible generic error response
1 parent 0b6f9eb commit f71e0df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11+
## [Unreleased]
12+
13+
* Added `429 Too Many Requests` as a possible error response in the OpenAPI schema.
14+
15+
### Added
16+
1117
## [7.0.0] - 2024-05-02
1218

1319
### Added

0 commit comments

Comments
 (0)