Internal Note Settings
Update Internal Note
PUT - /internal_note/pk_internal_note /update/
Description
Description
Rota para a atualização dos dados da nota padrão da nota disciplinar ao cadastrar novos alunos na instituição
Name | In | Type | Default | Nullable | Description |
---|---|---|---|---|---|
Authorization |
header | string | None | No | Obtained in Login |
Request Body
{
"disciplinary_grade": 70.0
}
Body Schema
{
"disciplinary_grade": integer
}
Response Body
200
400
{
"detail": "Não foi possivel encontrar nota para esse campus.",
"render": 1
}
Schema
{
"detail": string,
"render": integer
}
{
"detail": "Nota não informada."
"render": 1
}
Schema
{
"detail": string,
"render": integer
}
500
{
"detail": "Problemas ao editar InternalNoteSettings",
"error": "descrição do erro interno"
}
Schema
{
"detail": string
"error": string
}