---
title: "Update work request portal"
method: PATCH
path: "/workrequestportals/{id}"
tags: ["Work Request Portals"]
---

# Update work request portal

`PATCH /workrequestportals/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Request body

- object
  - `title` string — Title of the portal
  - `welcomeText` string, nullable — Description text describing the portal
  - `descriptionPlaceholder` string, nullable — Placeholder text for the description field
  - `contactInformation` string, nullable — Contact of the person creating the portal (email or phone number)
  - `locationId` integer, nullable — ID of the location where the portal is located
  - `assetId` integer, nullable — ID of the asset related to the portal
  - `emailOnly` boolean, nullable — Allow request creation with email only to contact the requester
  - `sendEmailNotification` boolean, nullable — Send email notifications to the portal requesters with status updates on their requests

## Response `200`

Successfully edited work request portal

- object
  - `workRequestPortal` object, required
    - `id` integer, required — Global ID of the portal
    - `title` string, required — Title of the portal
    - `welcomeText` string, nullable — Description text describing the portal
    - `descriptionPlaceholder` string, nullable — Placeholder text for the description field
    - `contactInformation` string, nullable — Contact of the person creating the portal (email or phone number)
    - `portalUrl` string — Url to access the portal
    - `locationId` integer, nullable — ID of the location where the portal is located
    - `assetId` integer, nullable — ID of the asset related to the portal
    - `emailOnly` boolean, nullable — Allow request creation with email only to contact the requester
    - `sendEmailNotification` boolean, nullable — Send email notifications to the portal requesters with status updates on their requests

## Other responses

- `400` — Failed to edit the work request portal
- `401` — Invalid token
- `404` — Could not find the specified work request portal.

---

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