Skip to content

Commit

Permalink
added callback specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalpha01 committed Sep 10, 2022
1 parent 07d8791 commit aad5471
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions openapi/task_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ paths:
'{$request.body#/callback_url}':
post:
description: |-
The API will send notifications to the callback URL, if provided,
The TES server will send notifications to the callback URL, if provided,
when the task status changes.
requestBody:
content:
Expand Down Expand Up @@ -675,9 +675,7 @@ components:
type: string
format: uri
description: |-
Optional user-provided callback URL. Note that the URL can be
provided while creating a new task, but it MUST NOT be displayed when
a task or a list of tasks is returned by the TES server.
Optional user-provided callback URL.
example: https://myserver.com/send/callback/here
inputs:
type: array
Expand Down Expand Up @@ -772,7 +770,7 @@ components:
- task_id
- state
properties:
task_id:
id:
type: string
description: Task identifier assigned by the server.
example: job-0012345
Expand Down

0 comments on commit aad5471

Please sign in to comment.