Actions
Bug #22565
closedAPI Documentation errors for trigger agent run
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The query should be "POST" and the API endpoint is "/rudder/api/latest/nodes/{nodeId}/applyPolicy"
But in the "request sample" on the right side of the page is a different query mentioned: (it's a GET and instead of /applyPolicy there is \?include=full)
curl --header "X-API-Token: yourToken" https://rudder.example.com/rudder/api/latest/nodes/17dadf50-6056-4c8b-a935-6b97d14b89a7\?include=full
Actions