---
title: "Patch an app model row"
method: PATCH
path: "/api/apps/{id}/models/{model}/rows/{rowId}"
tags: ["Apps"]
---

# Patch an app model row

`PATCH /api/apps/{id}/models/{model}/rows/{rowId}`

## Path parameters

- `id` string, required
- `model` string, required
- `rowId` string, required

## Request body

- object
  - `values` object, required

## Response `200`

Updated row

- object
  - `row` object, required
    - `id` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `createdBy` string
    - `updatedBy` string

## Other responses

- `400` — Invalid row values
- `403` — Permission denied
- `404` — App, model, or row not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
