Developer API
| Action | Endpoint |
|---|---|
| Build a Development Bundle | POST/config/{tenantLocator}/developer/build |
| Download a Development Bundle | GET/config/{tenantLocator}/developer/download |
Build a Development Bundle
Build a Development Bundle
buildBundlePOST
/config/{tenantLocator}/developer/buildParameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
tenantLocator | path | uuid | Yes |
Request with application/zip:
ConfigurationRefRequest with multipart/form-data:
ConfigurationRefResponse:
StreamingResponseBody<ZipFile>Security Group:
developerPermission:
buildDownload a Development Bundle
Download a Development Bundle
downloadBundleGET
/config/{tenantLocator}/developer/downloadParameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
tenantLocator | path | uuid | Yes |
Response:
StreamingResponseBody<ZipFile>Security Group:
developerPermission:
download