Referência de API
Academies
Classrooms
Memberships
Users
Comments
Scores
Cadastra uma pontuação
Cadastra uma pontuação para um membro específico.
POST
/
api
/
v1
/
scores
Copy
Ask AI
curl --request POST \
--url https://memberkit.com.br/api/v1/scores \
--header 'Content-Type: application/json' \
--data '""'
Copy
Ask AI
{
"id": 123,
"value": 123,
"reason": "<string>",
"course_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Authorizations
Body
application/json
Response
201 - application/json
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://memberkit.com.br/api/v1/scores \
--header 'Content-Type: application/json' \
--data '""'
Copy
Ask AI
{
"id": 123,
"value": 123,
"reason": "<string>",
"course_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.