Skip to content

Commit 877ab05

Browse files
ipa docs gen fix
1 parent 34bd1b6 commit 877ab05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ For rule definitions, see [IPA-102.yaml](https://github.com/mongodb/openapi/blob
2828

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

31-
| Rule Name | Description | Severity |
32-
| ----------------------------- | --------------------------------------------------------------- | -------- |
33-
| xgen-IPA-104-resource-has-GET | APIs must provide a get method for resources. http://go/ipa/104 | warn |
31+
| Rule Name | Description | Severity |
32+
| ----------------------------------------------- | --------------------------------------------------------------- | -------- |
33+
| xgen-IPA-104-resource-has-GET | APIs must provide a get method for resources. http://go/ipa/104 | warn |
34+
| xgen-IPA-104-GET-response-code-should-be-200-OK | GET method response code should be 200 OK. http://go/ipa/104 | warn |
3435

3536
### IPA-109
3637

0 commit comments

Comments
 (0)