Skip to content

Commit bffa37b

Browse files
Update api spec (#181)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 72b25ce commit bffa37b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

spec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15589,6 +15589,12 @@
1558915589
"description": "An async API call.",
1559015590
"type": "object",
1559115591
"properties": {
15592+
"attempts": {
15593+
"description": "The number of times we've attempted to process this job.",
15594+
"default": 0,
15595+
"type": "integer",
15596+
"format": "int16"
15597+
},
1559215598
"completed_at": {
1559315599
"nullable": true,
1559415600
"title": "DateTime",

types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)