---
title: "Partially update request"
method: PATCH
path: "/v1/Requests/{id}"
tags: ["Requests"]
---

# Partially update request

`PATCH /v1/Requests/{id}`

Updates an existing request object in the Rev.io instance to change only the specific fields you indicate.

## Path parameters

- `id` integer, required

## Request body

- JsonPatchJsonPatchDocumentOfRevAppModelsRequest
  - `Operations` JsonPatchJsonPatchOperation[]
    - `Operation` 'add' | 'remove' | 'replace' | 'move' | 'test'
    - `FromPath` string
    - `ParsedFromPath` JsonPatchPathsComponentsPathComponent[]
      - `Name` string
      - `ComponentType` string
      - `IsCollection` boolean
      - `IsDictionary` boolean
    - `Path` string
    - `ParsedPath` JsonPatchPathsComponentsPathComponent[]
      - `Name` string
      - `ComponentType` string
      - `IsCollection` boolean
      - `IsDictionary` boolean
    - `Value` object
  - `HasOperations` boolean

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
