client.media.put_spot_orders

A method of the Media endpoint.

put_spot_orders(id: int, *, body: str = None) Response

Edit the specified spot order

API URL: PUT /media/spot_orders/{id}

import civis
client = civis.APIClient()
response = client.media.put_spot_orders(...)
Parameters:
idint

The ID for the spot order.

bodystr, optional

CSV body of a spot order.

Returns:
civis.Response
  • idint

    The ID for the spot order.

  • archivedbool

    The archival status of the requested item(s).

  • csv_s3_uristr

    S3 URI for the spot order CSV file.

  • json_s3_uristr

    S3 URI for the spot order JSON file.

  • xml_archive_s3_uristr

    S3 URI for the spot order XML archive.

  • last_transform_job_idint

    ID of the spot order transformation job.