We detected database anomalies in your plans data on api ${api.name} (id ${api.id}), and fixed it.
See the details in related documentation
Those plans have been closed :
<#list closedPlans as plan>
- Plan ${plan.name} (id ${api.id})
#list>
Those plans have been created :
<#list createdPlans as plan>
- Plan ${plan.name} (id ${plan.id})
#list>