Skip to content

Commit 86f65ab

Browse files
authored
Merge pull request #219 from codesandbox/CSB-484-update-pint-api-specs-with-latest-updates
chore: latest pint specs update
2 parents d788c71 + 9cd7dcd commit 86f65ab

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pint-openapi-bundled.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,16 @@
10301030
"schema": {
10311031
"type": "string"
10321032
}
1033+
},
1034+
{
1035+
"name": "lastSequence",
1036+
"in": "query",
1037+
"required": false,
1038+
"description": "Last sequence number received by the client. Used to fetch only new output since that sequence or before if it is negative.",
1039+
"schema": {
1040+
"type": "integer",
1041+
"format": "int32"
1042+
}
10331043
}
10341044
],
10351045
"responses": {
@@ -2343,8 +2353,7 @@
23432353
"required": [
23442354
"type",
23452355
"output",
2346-
"sequence",
2347-
"exitCode"
2356+
"sequence"
23482357
]
23492358
},
23502359
"Task": {

0 commit comments

Comments
 (0)