---
title: "Estende o acesso do aluno"
method: PUT
path: "/nutror/v1/enrollments/:id/extend-access"
tags: ["Nutror"]
---

# Estende o acesso do aluno

`PUT /nutror/v1/enrollments/:id/extend-access`

## Path parameters

- `id` string, required

## Request body

- object
  - `expiredAt` string

## Response `201`

Acesso extendido

## Other responses

- `400` — Dados incorretos
- `404` — Aluno não encontrado
- `409` — Sem permissão

---

[API](https://skmtc.dev/eduzz/apis/eduzz-public-api.md) · [All operations](https://skmtc.dev/eduzz/apis/eduzz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eduzz/eduzz-public-api/revisions/2fa447c9bf2b/schema)
