Add an artifact component
App manager
Add an artifact component
Add an artifact component to an app version.
NexusOne store artifacts in S3 using this structure:
s3://BUCKET/deps/{AppName}/{VersionName}/filename
If the version is active, NexusOne also copies the artifact to:
s3://BUCKET/deps/{AppName}/current/filename
POST
Add an artifact component
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
Artifact component added successfully.
Response model for app component details.
Unique ID of the app component.
ID of the parent app version.
Type of component.
JSON string with component metadata.
Username of the creator.
Component creation timestamp.
Username of the last updater.
Timestamp when the component was last updated.

