Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update beginner.md (#1825)
Browse files Browse the repository at this point in the history
Create a task needs an owerEmail, Otherwise HTTP Response 400
  • Loading branch information
zhouwentong1993 committed Aug 10, 2020
1 parent e0bc5db commit 6bd8a37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/labs/beginner.md
Expand Up @@ -113,7 +113,8 @@ curl -X POST \
"retryDelaySeconds": 10,
"timeoutSeconds": 300,
"timeoutPolicy": "TIME_OUT_WF",
"responseTimeoutSeconds": 180
"responseTimeoutSeconds": 180,
"ownerEmail": "type your email here"
},
{
"name": "add_idents",
Expand All @@ -122,7 +123,8 @@ curl -X POST \
"retryDelaySeconds": 10,
"timeoutSeconds": 300,
"timeoutPolicy": "TIME_OUT_WF",
"responseTimeoutSeconds": 180
"responseTimeoutSeconds": 180,
"ownerEmail": "type your email here"
}
]'
```
Expand Down

0 comments on commit 6bd8a37

Please sign in to comment.