Endpoints para operaciones
Cambiar el estado de una operacion
| Name | Description |
|---|---|
| new_state | Opciones: completed y cancelled |
Content-Type: application/json Authorization: Bearer <token> Host: example.org Cookie:
PATCH /internal/admin/operations/30
{"new_state":"cancelled"}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json Cache-Control: no-cache X-Request-Id: 75ac3621-8746-4dc9-abc5-88f71a758f7c X-Runtime: 0.036210 Vary: Origin Content-Length: 0
200 OK