s3upload

Finalize Dataset Upload

post/s3/finalizeDatasetUpload

Request body

dataset_idstring required
create_archiving_jobboolean required
owner_groupstring required
owner_userstring required
contact_emailstring email required

Example request

{
  "dataset_id": "c2c6bc13-2c14-43d7-91a9-46cd556b258d",
  "create_archiving_job": true,
  "owner_group": "Group",
  "owner_user": "User",
  "contact_email": "user@mail.com"
}

Response

Finalize dataset upload requested

dataset_idstring required
messagestring required

Example response

{
  "dataset_id": "dataset_id",
  "message": "Upload finalized"
}

Changes

Changed in 3 of the 5 revisions of this API.863

  • 527aef2c43cd11See the full diff
    • added the new required request property

      new-required-request-property

    • removed the request property

      request-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 5c36b94b3af5752See the full diff
    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added