11get :
2- operationId : table-ops-job-list
2+ operationId : vosi- table-ops-job-list
33 tags :
4- - Table Operations
4+ - VOSI Table Operations
55 summary : list async table update jobs
66 description : async job listing
77 parameters :
88 responses :
9- 200 :
9+ ' 200 ' :
1010 $ref : ../uws/uws-responses.yaml#/job-listing
11- 401 :
11+ ' 401 ' :
1212 $ref : ./vosi-std-responses.yaml#/not-authenticated
13- 403 :
13+ ' 403 ' :
1414 $ref : ./vosi-std-responses.yaml#/permission-denied
15+ ' 404 ' :
16+ $ref : ./vosi-std-responses.yaml#/not-found
1517post :
16- operationId : table-ops-job-create
18+ operationId : vosi- table-ops-job-create
1719 tags :
18- - Table Operations
20+ - VOSI Table Operations
1921 summary : create async table update job
2022 description : TAP asynchronous table update (create UWS Job)
2123 parameters :
@@ -27,22 +29,35 @@ post:
2729 type : string
2830 - name : INDEX
2931 in : query
30- description : create index operation; value is a column name in the table
32+ description : |
33+ create index operation; value is a column name in the table
34+ or a comma-separated list of columns
3135 required : false
3236 schema :
3337 type : string
38+ - name : INDEX_TYPE
39+ in : query
40+ description : |
41+ qualifier to create a specialised index: a value of long-lat
42+ requires 2 numeric columns which are used as longitude,latitude
43+ pairs (spherical coordinates); a value of x-y requires 2 numeric
44+ columns which are used as x,y pairs (cartesian coordinates)
45+ required : false
46+ schema :
47+ type : string
48+ enum : [long-lat,x-y]
3449 - name : UNIQUE
3550 in : query
36- description : qualifier for INDEX to create a unique index
51+ description : qualifier to create a unique index
3752 required : false
3853 schema :
3954 type : boolean
4055 responses :
41- 303 :
56+ ' 303 ' :
4257 $ref : ../uws/uws-responses.yaml#/created
43- 401 :
58+ ' 401 ' :
4459 $ref : ./vosi-std-responses.yaml#/not-authenticated
45- 403 :
60+ ' 403 ' :
4661 $ref : ./vosi-std-responses.yaml#/permission-denied
47- 404 :
62+ ' 404 ' :
4863 $ref : ./vosi-std-responses.yaml#/not-found
0 commit comments