Skip to main content
PUT
/
powerpath
/
render-config
Create or update render config for one or more courses
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>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
courseIds
string[]
required
Minimum array length: 1
Minimum string length: 1
rendererId
string
required
Minimum string length: 1
rendererUrl
string<uri>
required
rendererVersion
string
suppressFeedback
boolean
default:false
suppressCorrectResponse
boolean
default:false

Response

Render config upserted

updated
string[]
required