---
title: "Update"
method: PUT
path: "/api/v3/operations/{operation_id}"
tags: ["Operations"]
---

# Update

`PUT /api/v3/operations/{operation_id}`

Actualizar operacion

## Path parameters

- `operation_id` integer, required

## Request body

- OperationUpdate
  - `centro_trabajo_id` integer, nullable
  - `material_id` integer, nullable
  - `nombre` string, nullable

## Response `200`

Successful Response

- OperationOut
  - `centro_trabajo_id` integer, required
  - `material_id` integer, required
  - `nombre` string, required
  - `id` integer, required
  - `user_id` integer, nullable
  - `empresa_id` integer, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `lista_material` string, nullable
  - `centro_trabajo` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
