---
title: "Changes to Update ExportDestination"
method: PUT
path: "/organizations/{orgId}/dataexports/destinations/{id}"
---

# Changes to Update ExportDestination

`PUT /organizations/{orgId}/dataexports/destinations/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 10 revisions.

- **2025-08-01** `9f9e5f3dbde7` — 1 breaking, 5 info
- **2025-02-26** `6c3e1a3cfb8f` — 4 breaking, 10 warning, 3 info
- **2025-02-04** `9433593378b5` — 1 info

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 breaking, 5 info
  - removed `#/components/schemas/ExportDestinationS3Request` from the request body `oneOf` list
  - added `#/components/schemas/ExportDestinationS3Request, #/components/schemas/ExportDestinationGoogleCloudStorageRequest` to the request body `anyOf` list
  - added request discriminator
  - added `#/components/schemas/ExportDestinationS3Response, #/components/schemas/ExportDestinationGoogleCloudStorageResponse` to the response body `anyOf` list for the response status `200`
  - added response discriminator for the response status `200`
  - removed `#/components/schemas/ExportDestinationS3Response` from the response body `oneOf` list for the response status `200`
- **2025-02-26** `6c3e1a3cfb8f` — 4 breaking, 10 warning, 3 info
  - added the new required request property `oneOf[#/components/schemas/ExportDestinationS3Request -> subschema #1: ExportDestinationS3Request]/bucketName`
  - added the new required request property `oneOf[#/components/schemas/ExportDestinationS3Request -> subschema #1: ExportDestinationS3Request]/iamRoleArn`
  - the request's body type changed from `object` to no type
  - the response's body type changed from `object` to no type for status `200`
  - removed `#/components/schemas/AbstractRequest` from the request body `allOf` list
  - removed `subschema #3` from the `oneOf[#/components/schemas/ExportDestinationS3Request -> subschema #1: ExportDestinationS3Request]/` request property `allOf` list
  - removed the request property `code`
  - removed the request property `name`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `createdBy` from the response with the `200` status
  - removed the optional property `dtCreated` from the response with the `200` status
  - removed the optional property `dtLastModified` from the response with the `200` status
  - removed the optional property `lastModifiedBy` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - added the new optional request property `oneOf[#/components/schemas/ExportDestinationS3Request -> subschema #1: ExportDestinationS3Request]/partitionOrder`
  - added the new optional request property `oneOf[#/components/schemas/ExportDestinationS3Request -> subschema #1: ExportDestinationS3Request]/prefix`
  - removed `#/components/schemas/AbstractResponse` from the response body `allOf` list for the response status `200`
- **2025-02-04** `9433593378b5` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/m3ter-com/apis/m3ter-api/docs/organizations/:orgId/dataexports/destinations/:id/put.md) · [API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [Page](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/dataexports/destinations/:id/put)
