Prepare Artifacts Versions
Prepares a new version for an artifact, returning the URL and form data
to upload the updated file.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID of the artifact to prepare a new version for.
Response
The response to preparing a new artifact version.
form_data
The POST policy form data.
url
The URL that the file's data should be uploaded to.