Skip to main content

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

NameTypeDescription
program-id requiredstring

Responses

200 Successful Response

SuccessMessage | application/json

NameTypeProperties
result requiredstring

Response Example

{
"result": "string"
}

422 Validation Error

HTTPValidationError | application/json

NameTypeProperties
detailarray

items: {'$ref': '#/components/schemas/ValidationError'}

ValidationError | application/json

NameTypeProperties
loc requiredarray

items: {'anyOf': [{'type': 'string'}, {'type': 'integer'}]}

msg requiredstring
type requiredstring