Actions
Bug #22436
openBug #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
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}"
Updated by Vincent MEMBRÉ 4 days ago
- Target version changed from 7.3.0~rc1 to 7.3.0~rc2
Actions