Apps And Solutions
Common

Uploads an artifact for an app or a soln.

1min
POST
/developer/artifacts

This is a common API to upload artifacts to an application or a solution. This API can update artifacts such as icons, images, documents, and permissions files for an existing application or solution version.

Header Parameters
x-developerplatform-access
*
Query Parameters
appVersionId
solutionVersionId
artifactType
*
Form Parameters
file
Responses
201
400
Something is wrong with the request such as a bad artifact type or missing file.
error
*
request
*
403
User not authorized on the app or solution.
error
*
request
*
404
App or solution version not found based on provided id.
error
*
request
*
Curl
JS
Ruby
Python
Responses
201
400
403
404