Skip to content

Commit

Permalink
Update tasks in openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dfarr committed Dec 12, 2024
1 parent 1f1a419 commit f50feaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,13 @@ paths:
callback:
type: object
required:
- id
- rootPromiseId
- timeout
- recv
properties:
id:
type: string
rootPromiseId:
type: string
timeout:
Expand Down Expand Up @@ -430,11 +433,14 @@ paths:
schema:
type: object
required:
- id
- promiseId
- rootPromiseId
- timeout
- recv
properties:
id:
type: string
promiseId:
type: string
rootPromiseId:
Expand Down

0 comments on commit f50feaf

Please sign in to comment.