update API doc with response content

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-06-18 11:56:18 -04:00
parent 8d54f6b571
commit 0d78befe3f
1 changed files with 18 additions and 6 deletions

View File

@ -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