uploadSelectedAssets

post

/ccadmin/v1/clientApplications/{application}/assets/upload

Takes an application deployment zip file as input and deploys the application and it's assets.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Upload an application ZIP file containing all the assets.
Root Schema : schema
Type: string(binary)
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : uploadSelectedAssets_response
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source

404 Response

Following model is returned when operation fails.
Body ()
Root Schema : uploadSelectedAssets_badRequest
Type: object
Show Source
Back to Top