Skip to content

Commit cbd57ff

Browse files
MakendranGellisms
andauthored
Update apigw-data-validation/README.md
Co-authored-by: ellisms <[email protected]>
1 parent 1f7991a commit cbd57ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apigw-data-validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ curl --location --request POST 'https://{api-id}.execute-api.{region}.amazonaws.
5252
"make": "MINI",
5353
"model": "Countryman",
5454
"year": 2020
55-
}
55+
}'
5656
```
5757
Expected response: `{"message": "Data validation succeded", "data": {"make": "MINI", "model": "Countryman", "year": 2020}}`
5858
### Now enter a year less than 2010

0 commit comments

Comments
 (0)