cURL
curl --request PUT \ --url https://services.pref.rio/go/api/v1/courses/{courseId}/enrollments/{enrollmentId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Atualiza o status de uma inscrição específica
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do curso
UUID da inscrição
Dados para atualização: {\
The body is of type object.
object
OK
The response is of type object.