---
title: "Atualiza um material"
method: PUT
path: "/material/{id}"
tags: ["Materiais"]
---

# Atualiza um material

`PUT /material/{id}`

## Path parameters

- `id` integer, required

## Request body

- GenericObject

## Response `200`

Material atualizado

- GenericEnvelope
  - `status` integer
  - `response` GenericObject
  - `errors` string[]

## Other responses

- `500` — Erro

---

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