diff --git a/docs/ibm-cloud-rules.md b/docs/ibm-cloud-rules.md index 01c6660c..2d6c5547 100644 --- a/docs/ibm-cloud-rules.md +++ b/docs/ibm-cloud-rules.md @@ -161,7 +161,7 @@ Instead, use a ref to a named schema. ibm-avoid-repeating-path-parameters -error +warn Common path parameters should be defined on the path object instead of on each operation. oas3 @@ -422,7 +422,7 @@ should probably be required instead of optional. oas3 -ibm-patch-request-content-type" +ibm-patch-request-content-type error Verifies that PATCH operations support only requestBody content types application/json-patch+json or application/merge-patch+json. @@ -613,7 +613,7 @@ specific "allow-listed" keywords. ibm-well-defined-dictionaries -warning +warn Dictionaries must be well defined and all values must share a single type. oas3 @@ -795,7 +795,7 @@ To define a new rule as part of your custom ruleset, please read the [Spectral C Rather than turning off a Spectral rule entirely, Spectral overrides allow you to customize ruleset usage for different files and projects without having to duplicate any rules. For details on how to add overrides to your custom ruleset, please read the -[Spectral overrides](https://meta.stoplight.io/docs/spectral/ZG9jOjI1MTg5-custom-rulesets#overrides) documentation. +[Spectral overrides](https://meta.stoplight.io/docs/spectral/293426e270fac-overrides) documentation. ## Reference