Duplicate object
Path parameters
Headers
A unique key (UUID or any opaque string up to 255 chars) for an authenticated POST, PUT, or PATCH request. The server retains the initial claim for 24 hours and replays a completed non-5xx response only when the method, path, and request body all match. Reusing a non-expired key with a different method, path, or body returns 409 idempotency_key_mismatch; reusing it after expiry returns 409 idempotency_key_stale, so use a new key. Replays include the idempotent-replay: true response header.
Response
Object duplicated. Returns the full new record (same shape as create).
Changes
Changed in 3 of the 29 revisions of this API.11
- ○
added the new optional
headerrequest parameterIdempotency-Keynew-optional-request-parameter
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status403response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the optional property
defaultto the response with the201statusresponse-optional-property-added
- ○
added the optional property
listto the response with the201statusresponse-optional-property-added
- ○
the response property
idbecame required for the status201response-property-became-required
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api operation id
duplicateActionV2removed and replaced withduplicateActionapi-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○