latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Work Request Portals
Update work request portal
patch/workrequestportals/{id}
Path parameters
idinteger required
ID of the work request portal
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Request body
Example request
{
"title": "Shipping Portal",
"welcomeText": "Use this portal for all request related to our shipping activities",
"descriptionPlaceholder": "Describe your request",
"contactInformation": "Jimmy@example.com",
"locationId": 852,
"assetId": 852,
"emailOnly": true,
"sendEmailNotification": true
}Response
Successfully edited work request portal
Example response
{
"workRequestPortal": {
"id": 963,
"title": "Shipping Portal",
"welcomeText": "Use this portal for all request related to our shipping activities",
"descriptionPlaceholder": "Describe your request",
"contactInformation": "Jimmy@example.com",
"portalUrl": "https://app.getmaintainx.com/request-portal/ae9d33c8-ef78-44c4-925d-352878db0993",
"locationId": 852,
"assetId": 852,
"emailOnly": true,
"sendEmailNotification": true
}
}