Actions
Bug #22436
closedBug #22435: Directive compliance API version is 10 in place of 17
Missing API documentation for directive compliance
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
There is 3 endpoints to document:
GetDirectiveComplianceId
Get a directive's compliance
GET / "compliance" / "directives" / "{id}"
GetDirectivesCompliance
Get all directive's compliance
GET / "compliance" / "directives"
ExportDirectiveComplianceCSV
Get a directive's compliance to CSV format
GET / "compliance" / "directives" / "export" / "{id}"
Actions