Prepare Artifacts Versions

Prepares a new version for an artifact, returning the URL and form data to upload the updated file.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the artifact to prepare a new version for.

Response

The response to preparing a new artifact version.
form_datalist of objects
The POST policy form data.
urlstringformat: "text"
The URL that the file's data should be uploaded to.

Errors