File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -1182,6 +1182,37 @@ paths:
11821182 $ref : " #/definitions/auditLog"
11831183 default :
11841184 $ref : " #/responses/error"
1185+
1186+ # begin submission
1187+ /submissions/{submission_id} :
1188+ parameters :
1189+ - name : submission_id
1190+ type : string
1191+ in : path
1192+ required : true
1193+ get :
1194+ operationId : listFormSubmission
1195+ parameters :
1196+ - name : query
1197+ type : string
1198+ in : query
1199+ responses :
1200+ ' 200 ' :
1201+ description : OK
1202+ schema :
1203+ type : array
1204+ items :
1205+ $ref : " #/definitions/submission"
1206+ default :
1207+ $ref : " #/responses/error"
1208+ delete :
1209+ operationId : deleteSubmission
1210+ responses :
1211+ ' 204 ' :
1212+ description : Deleted
1213+ default :
1214+ $ref : " #/responses/error"
1215+ # end submission
11851216definitions :
11861217 site :
11871218 type : object
You can’t perform that action at this time.
0 commit comments