Skip to content
Snippets Groups Projects
Commit 1db74026 authored by Megan Henning's avatar Megan Henning
Browse files

Add documentation for query param

parent 6265ef90
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@ post:
Same behavior as /api/upload/label,
except the metadata field must be uid format
See api/schemas/input/uidupload.json for the fromat of this metadata.
queryParameters:
update-only:
type: boolean
required: false
description: If true, it will only upload to containers that already exist
body:
multipart/form-data:
responses:
......@@ -13,3 +18,5 @@ post:
example: !include ../examples/file_info_list.json
402:
description: Uploads must be from an authorized drone
404:
description: Session or Acquisition with uid does not exist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment