Skip to main content
POST
/
api
/
v1
/
courses
/
{courseId}
/
enrollments
Criar inscrição
curl --request POST \
  --url https://services.pref.rio/go/v1/api/v1/courses/{courseId}/enrollments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

courseId
integer
required

ID do curso

Body

application/json · object

Dados da inscrição

The body is of type object.

Response

Created

The response is of type object.