---
title: "Update asset custom status"
method: PATCH
path: "/assetcustomstatuses/{id}"
tags: ["Asset Custom Statuses"]
---

# Update asset custom status

`PATCH /assetcustomstatuses/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `label` string, required

## Response `200`

Successfully edited asset custom status

- object
  - `assetcustomstatus` object
    - `id` number, required
    - `baseAssetStatus` 'IGNORE' | 'OFFLINE' | 'ONLINE'
    - `label` string
    - `createdAt` string, date-time — Date & time at which the asset custom status was created.
    - `updatedAt` string, date-time — Date & time at which the asset custom status was last updated.
    - `deletedAt` string, date-time, nullable — Date at which the asset custom status was deleted.

## Other responses

- `401` — Invalid token
- `404` — Could not find the specified assetcustomstatus.

---

[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)
