From 0013db5be86159cc58f6a1b7b0a95d53bad5d09f Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 18 Jun 2018 15:36:48 -0700 Subject: [PATCH] Fix typo in 400 Response description Change-Id: I4dae222f77f51f51b42a93a14c40425f8f93de42 Signed-off-by: Victor Morales --- src/responses/SOL002SOL003_resp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responses/SOL002SOL003_resp.yaml b/src/responses/SOL002SOL003_resp.yaml index cc35d0b9..fbaf7db0 100644 --- a/src/responses/SOL002SOL003_resp.yaml +++ b/src/responses/SOL002SOL003_resp.yaml @@ -66,7 +66,7 @@ responses: description: > Bad Request - It fhe request is malformed or syntactically incorrect (e.g. if the + If the request is malformed or syntactically incorrect (e.g. if the request URI contains incorrect query parameters or a syntactically incorrect payload body), the API producer shall respond with this response code. The "ProblemDetails" structure shall be provided, -- GitLab