Actions
Bug #13521
closedRudder api doc mention a wrong URL for 'Trigger a new policy generation' & 'Trigger update of policies'
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
It states
curl -H "X-API-Token: yourToken" -X POST 'https://rudder.example.com/rudder/api/latest/update/policies'
but it should be
curl -H "X-API-Token: yourToken" -X POST 'https://rudder.example.com/rudder/api/latest/system/update/policies'
Actions