---
title: "Pointers Patch"
method: PATCH
path: "/v4/pointers/{pointer}"
tags: ["Pointers"]
---

# Pointers Patch

`PATCH /v4/pointers/{pointer}`

Update a pipeline pointer instance.

## Path parameters

- `pointer` string, required

## Request body

- PointerPatch — Base model for schemas.
  - `pointer_or_pipeline_id` string
  - `locked` boolean

## Response `200`

Successful Response

- PointerGet — Base model for schemas.
  - `id` string, required
  - `pointer` string, required
  - `pipeline_id` string, required
  - `locked` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mystic/apis/mystic-api.md) · [All operations](https://skmtc.net/mystic/apis/mystic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mystic/mystic-api/revisions/60e569344994/schema)
