---
title: "Update work order's thumbnail"
method: PUT
path: "/workorders/{id}/thumbnail/{filename}"
tags: ["Work Orders"]
---

# Update work order's thumbnail

`PUT /workorders/{id}/thumbnail/{filename}`

## Path parameters

- `id` integer, required
- `filename` string, required

## Query parameters

- `skipWebhook` boolean

## Response `201`

Successfully updated work order's thumbnail.

- object
  - `publicUrl` string
  - `filename` string
  - `fileKey` string

## Other responses

- `400` — Bad arguments.
- `401` — Invalid token
- `404` — Could not find the specified Work Order.
- `413` — Payload too large

---

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