latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Procedure Templates

Update Procedure Template

patch/proceduretemplates/{id}

Path parameters

idinteger required

ID of the procedure template

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

titlestring

Title of the procedure template

descriptionstring nullable

Description of the procedure template

Example request

{
  "fields": [
    {
      "label": "Metal Parts: broken, loose, dented, rusty, missing",
      "type": "INSPECTION_CHECK",
      "choices": [
        "Partially"
      ],
      "urls": [
        {
          "label": "MaintainX Website",
          "link": "www.getmaintainx.com"
        }
      ],
      "meterId": 1,
      "index": 1
    }
  ]
}

Response

Successfully edited the procedure template