curl --request PUT \
--url https://api.alpha-1edtech.ai/powerpath/test-assignments/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"testName": "<string>"
}
'This response has no body data.Updates the title of a test assignment.
curl --request PUT \
--url https://api.alpha-1edtech.ai/powerpath/test-assignments/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"testName": "<string>"
}
'This response has no body data.