We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0a5b5 commit ca61d77Copy full SHA for ca61d77
daprdocs/content/en/reference/api/jobs_api.md
@@ -63,13 +63,11 @@ Entry | Description | Equivalent
63
64
```json
65
{
66
- "job": {
67
- "data": {
+ "data": {
68
"@type": "type.googleapis.com/google.protobuf.StringValue",
69
"value": "\"someData\""
70
},
71
"dueTime": "30s"
72
- }
73
}
74
```
75
@@ -90,14 +88,12 @@ $ curl -X POST \
90
88
http://localhost:3500/v1.0-alpha1/jobs/jobforjabba \
91
89
-H "Content-Type: application/json"
92
-d '{
93
94
95
96
"value": "Running spice"
97
98
- "schedule": "@every 1m",
99
- "repeats": 5
100
+ "schedule": "@every 1m",
+ "repeats": 5
101
}'
102
103
0 commit comments