Skip to content

Commit dd33304

Browse files
richardhboydjaymccon
authored andcommitted
updated example test input
* Title is required to be between 20-250 characters. The old value was only 3 and would fail validation. * TestCode is required according to the generated example template.
1 parent 39d0e4a commit dd33304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ $ cat test.json
5656
"request": {
5757
"clientRequestToken": "ecba020e-b2e6-4742-a7d0-8a06ae7c4b2b",
5858
"desiredResourceState": {
59-
"Title": "foo",
59+
"Title": "This_Is_The_Title_For_My_Example",
60+
"TestCode": "NOT_STARTED",
6061
"Description": "bar"
6162
},
6263
"previousResourceState": null,

0 commit comments

Comments
 (0)