Developer API

Build a Development Bundle
buildBundle
POST /config/{tenantLocator}/developer/build
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    Request with application/zip:ConfigurationRef
    Request with multipart/form-data:ConfigurationRef
    Response:StreamingResponseBody<ZipFile>
    Security Group:developer   Permission:build
Download a Development Bundle
downloadBundle
GET /config/{tenantLocator}/developer/download
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    Response:StreamingResponseBody<ZipFile>
    Security Group:developer   Permission:download