File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tools/spectral/ipa/rulesets Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ For rule definitions, see [IPA-102.yaml](https://github.com/mongodb/openapi/blob
2828
2929For 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
You can’t perform that action at this time.
0 commit comments