Developer API
Endpoint Index
Action | Endpoint |
---|---|
Build a Development Bundle | POST /config/{tenantLocator}/developer/build |
Download a Development Bundle | GET /config/{tenantLocator}/developer/download |
POST /config/{tenantLocator}/developer/build
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
Request with application/zip:ConfigurationRef
Request with multipart/form-data:ConfigurationRef
Response:StreamingResponseBody<ZipFile>
Security Group:developer  Permission:build
GET /config/{tenantLocator}/developer/download
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
Response:StreamingResponseBody<ZipFile>
Security Group:developer  Permission:download