Update grading configuration
PUT
/admin/scorecards/grading
const url = 'https://shoehorn.example.com/api/v1/admin/scorecards/grading';const options = {method: 'PUT'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request PUT \ --url https://shoehorn.example.com/api/v1/admin/scorecards/gradingResponses
Section titled “ Responses ”Grading config updated