From de51c99097e1906e9c2dc305473b512f5e1e09e3 Mon Sep 17 00:00:00 2001 From: Cesareo <118807053+cesareomacias@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:57:10 +0100 Subject: [PATCH] Update validating-api-descriptions.md --- general-guidelines/validating-api-descriptions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/general-guidelines/validating-api-descriptions.md b/general-guidelines/validating-api-descriptions.md index d8857ad..e377903 100644 --- a/general-guidelines/validating-api-descriptions.md +++ b/general-guidelines/validating-api-descriptions.md @@ -50,10 +50,9 @@ Spectral can also be used from within JavaScript. For details on how to accompli ## Validating with Adidas API Guidelines -To check whether your API Specification complies with Adidas API Guidelines you will need the `.spectral.yaml` file from this repository ([here](https://github.com/adidas/api-guidelines/blob/master/.spectral.yml)). - +To check whether your API Specification complies with Adidas API Guidelines you will need the `adidas-spectral.yaml` file from this repository ([here](https://github.com/adidas/api-guidelines/blob/master/adidas-spectral.yaml)). ``` -spectral lint -r /.spectral.yaml +spectral lint --ruleset adidas-spectral.yaml ``` ### Validation problems