Rebase Program Models
PUT /program/rebase
Re-calculate the base/global models used in action recommendations. In most cases, this should be done no more than once per 24 hours when (a) new products/actions/services are added to the global event store, or (b) program configuration changes have been posted and are ready for publishing. Individual user data is not impacted by this process.
Request Parameters
Header Parameters
Name | Type | Description |
---|---|---|
program-id required | string |
Responses
200
Successful Response
SuccessMessage | application/json
Name | Type | Properties |
---|---|---|
result required | string |
Response Example
{
"result": "string"
}
422
Validation Error
HTTPValidationError | application/json
Name | Type | Properties |
---|---|---|
detail | array | items: {'$ref': '#/components/schemas/ValidationError'} |
ValidationError | application/json
Name | Type | Properties |
---|---|---|
loc required | array | items: {'anyOf': [{'type': 'string'}, {'type': 'integer'}]} |
msg required | string | |
type required | string |