Skip to content

Commit

Permalink
rename tap-upload param to dali-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Nov 14, 2024
1 parent 0cc0c35 commit ed1ac6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions openapi/parameters/dali-upload.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: UPLOAD
in: query
description: specify name,location pair for a resource to be uploaded and used in the query
schema:
type: string
5 changes: 0 additions & 5 deletions openapi/parameters/tap-upload.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion openapi/tap-async.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ post:
# TAP job definition specified here
- $ref: ./parameters/tap-lang.yaml
- $ref: ./parameters/tap-query.yaml
- $ref: ./parameters/tap-upload.yaml
- $ref: ./parameters/tap-format.yaml
- $ref: ./parameters/dali-maxrec.yaml
- $ref: ./parameters/dali-responseformat.yaml
- $ref: ./parameters/dali-upload.yaml
responses:
303:
# UWS respoonse code
Expand Down
4 changes: 2 additions & 2 deletions openapi/tap-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ get:
parameters:
- $ref: ./parameters/tap-lang.yaml
- $ref: ./parameters/tap-query.yaml
- $ref: ./parameters/tap-upload.yaml
- $ref: ./parameters/tap-format.yaml
- $ref: ./parameters/dali-maxrec.yaml
- $ref: ./parameters/dali-responseformat.yaml
- $ref: ./parameters/dali-upload.yaml
responses:
200:
description: successful response
Expand All @@ -25,10 +25,10 @@ post:
parameters:
- $ref: ./parameters/tap-lang.yaml
- $ref: ./parameters/tap-query.yaml
- $ref: ./parameters/tap-upload.yaml
- $ref: ./parameters/tap-format.yaml
- $ref: ./parameters/dali-maxrec.yaml
- $ref: ./parameters/dali-responseformat.yaml
- $ref: ./parameters/dali-upload.yaml
responses:
200:
description: successful response
Expand Down

0 comments on commit ed1ac6c

Please sign in to comment.