Publish collection module version
To publish the collection module, hit the following endpoint with the correct details:
curl -XPOST -H 'Authorization: Basic {{api_key}}' '{{host}}/v1/apps/{{org_id}}/insurance/collection-modules/{{cm_key}}/publish?bumpSandbox=true'
| Key | Description |
|---|---|
| api_key | The Root Platform API key |
| host | The Root Platform URL |
| org_id | The Root organisation ID |
| cm_key | The collection module key |
This requires Basic Auth. Pass the Root api_key as the username.
Updated over 1 year ago
What’s Next