Get documentation health
GET
/governance/documentation
const url = 'https://shoehorn.example.com/api/v1/governance/documentation';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/governance/documentationReturns documentation coverage and freshness metrics.
Responses
Section titled “ Responses ”Documentation health metrics