From ba982833486b71cc04f1dabedb4eab2a2fb99382 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 29 Sep 2021 15:02:54 +0200 Subject: [PATCH] fix specs.yaml indentation --- .../ChillPersonBundle/chill.api.specs.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/chill.api.specs.yaml b/src/Bundle/ChillPersonBundle/chill.api.specs.yaml index 2ebb35d00..646d1fb19 100644 --- a/src/Bundle/ChillPersonBundle/chill.api.specs.yaml +++ b/src/Bundle/ChillPersonBundle/chill.api.specs.yaml @@ -319,14 +319,14 @@ paths: schema: $ref: "#/components/schemas/Person" responses: - 401: - description: "Unauthorized" - 404: - description: "Not found" - 200: - description: "OK" - 422: - description: "Object with validation errors" + 401: + description: "Unauthorized" + 404: + description: "Not found" + 200: + description: "OK" + 422: + description: "Object with validation errors" /1.0/person/person.json: post: