mirror of https://github.com/dapr/docs.git
update API doc with response content
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
8d54f6b571
commit
0d78befe3f
|
@ -43,6 +43,15 @@ Code | Description
|
|||
The API call will provide a response similar to this:
|
||||
|
||||
```json
|
||||
{
|
||||
"job": {
|
||||
"data": {
|
||||
"@type": "type.googleapis.com/google.type.Expr",
|
||||
"expression": "cassie87"
|
||||
},
|
||||
"dueTime": "30s"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Get job data
|
||||
|
@ -72,7 +81,14 @@ Code | Description
|
|||
The API call will provide a response similar to this:
|
||||
|
||||
```json
|
||||
|
||||
{
|
||||
"name":"test1",
|
||||
"dueTime":"30s",
|
||||
"data": {
|
||||
"@type":"type.googleapis.com/google.type.Expr",
|
||||
"expression":"expression1"
|
||||
}
|
||||
}
|
||||
```
|
||||
## Delete a job
|
||||
|
||||
|
@ -98,11 +114,7 @@ Code | Description
|
|||
|
||||
### Response content
|
||||
|
||||
The API call will provide a response similar to this:
|
||||
|
||||
```json
|
||||
|
||||
```
|
||||
None.
|
||||
|
||||
## Next steps
|
||||
|
||||
|
|
Loading…
Reference in New Issue