Skip to content

Commit 25882ae

Browse files
ePaulPaul Ebermann
andauthored
fix mixup of rules 250 and 251. (#852)
Co-authored-by: Paul Ebermann <[email protected]>
1 parent 2ee55c7 commit 25882ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapters/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to see a list of all changes.
2929
* `2023-12-12`: Improved response code guidance in <<150>>. ^https://github.com/zalando/restful-api-guidelines/pull/789[#789]^
3030
* `2023-11-22`: Added new rule <<253>> for supporting asynchronous request processing. ^https://github.com/zalando/restful-api-guidelines/pull/787[#787]^
3131
* `2023-07-21`: Improved guidance on total counts in <<254>>. ^https://github.com/zalando/restful-api-guidelines/pull/731[#731]^
32-
* `2023-05-12`: Added new rule <<250>> recommending not to use redirection codes. ^https://github.com/zalando/restful-api-guidelines/pull/762[#762]^
32+
* `2023-05-12`: Added new rule <<251>> recommending not to use redirection codes. ^https://github.com/zalando/restful-api-guidelines/pull/762[#762]^ ^https://github.com/zalando/restful-api-guidelines/pull/781[#781]^
3333
* `2023-05-08`: Improved guidance on sanitizing JSON payload in <<250>>. ^https://github.com/zalando/restful-api-guidelines/pull/759[#759]^
3434
* `2023-04-18`: Added new rule <<252>> recommending to design single resource schema for reading and writing. Added exception for partner IAM to <<104>>. ^https://github.com/zalando/restful-api-guidelines/pull/764[#764]^ ^https://github.com/zalando/restful-api-guidelines/pull/767[#767]^
3535
* `2022-12-20`: Clarify that event consumers must be robust against duplicates in <<214>>. ^https://github.com/zalando/restful-api-guidelines/pull/749[#749]^

chapters/compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services in a backward-compatible way:
5858
* You <<112>> that are used for output parameters and likely to
5959
be extended with growing functionality. The API definition should be updated
6060
first before returning new values.
61-
* Consider <<250>> in case a URL has to change.
61+
* Consider <<251>> in case a URL has to change.
6262

6363

6464
[#109]

0 commit comments

Comments
 (0)