curl --request PUT \
--url https://api.alpha-1edtech.ai/powerpath/render-config/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseIds": [
"<string>"
],
"rendererId": "<string>",
"rendererUrl": "<string>",
"rendererVersion": "<string>",
"suppressFeedback": false,
"suppressCorrectResponse": false
}
'{
"updated": [
"<string>"
]
}Assigns a custom renderer configuration to one or more courses. If a config already exists for a course, it is updated.
curl --request PUT \
--url https://api.alpha-1edtech.ai/powerpath/render-config/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseIds": [
"<string>"
],
"rendererId": "<string>",
"rendererUrl": "<string>",
"rendererVersion": "<string>",
"suppressFeedback": false,
"suppressCorrectResponse": false
}
'{
"updated": [
"<string>"
]
}The access token received from the authorization server in the OAuth 2.0 flow.
Render config upserted