Skip to content

Commit 43654b6

Browse files
committed
fix: regen ipas
1 parent d25d768 commit 43654b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ For rule definitions, see [IPA-106.yaml](https://github.com/mongodb/openapi/blob
5050

5151
For rule definitions, see [IPA-108.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/rulesets/IPA-108.yaml).
5252

53-
| Rule Name | Description | Severity |
54-
| ---------------------------------------------- | ------------------------------------------------------------------------------------ | -------- |
55-
| xgen-IPA-108-delete-response-should-be-empty | Delete method response should not have schema reference to object. http://go/ipa/108 | warn |
56-
| xgen-IPA-108-delete-method-return-204-response | DELETE method must return 204 No Content. http://go/ipa/108 | warn |
57-
| xgen-IPA-108-delete-include-404-response | DELETE method must include 404 response and return it when resource not found | warn |
53+
| Rule Name | Description | Severity |
54+
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------- |
55+
| xgen-IPA-108-delete-response-should-be-empty | Delete method response should not have schema reference to object. http://go/ipa/108 | warn |
56+
| xgen-IPA-108-delete-method-return-204-response | DELETE method must return 204 No Content. http://go/ipa/108 | warn |
57+
| xgen-IPA-108-delete-include-404-response | DELETE method must include 404 response and return it when resource not found. http://go/ipa/108 | warn |
5858

5959
### IPA-109
6060

0 commit comments

Comments
 (0)