cURL
curl --request PUT \ --url https://services.pref.rio/go/api/v1/courses/{courseId}/enrollments/{enrollmentId}/certificate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "certificate_url": "<string>" } '
{ "certificate_url": "<string>", "message": "<string>" }
Adiciona ou atualiza a URL do certificado de uma inscrição
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do curso
UUID da inscrição
URL do certificado
OK