Skip to content

Commit aad5471

Browse files
committed
added callback specs
1 parent 07d8791 commit aad5471

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

openapi/task_execution_service.openapi.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ paths:
151151
'{$request.body#/callback_url}':
152152
post:
153153
description: |-
154-
The API will send notifications to the callback URL, if provided,
154+
The TES server will send notifications to the callback URL, if provided,
155155
when the task status changes.
156156
requestBody:
157157
content:
@@ -675,9 +675,7 @@ components:
675675
type: string
676676
format: uri
677677
description: |-
678-
Optional user-provided callback URL. Note that the URL can be
679-
provided while creating a new task, but it MUST NOT be displayed when
680-
a task or a list of tasks is returned by the TES server.
678+
Optional user-provided callback URL.
681679
example: https://myserver.com/send/callback/here
682680
inputs:
683681
type: array
@@ -772,7 +770,7 @@ components:
772770
- task_id
773771
- state
774772
properties:
775-
task_id:
773+
id:
776774
type: string
777775
description: Task identifier assigned by the server.
778776
example: job-0012345

0 commit comments

Comments
 (0)