---
title: "Resolve a halted ask_approval form cell. Submit runs the form's submission  and continues the agent with the outcome; Reject discards it (passive, no  run); Dismiss treats it as a change request (no run, next message says what  to change). All three set the cell's outcome, like the other approve/deny cells."
method: POST
path: "/textql.rpc.public.chat.ChatService/ApproveOntologyChange"
tags: ["ChatService"]
---

# Resolve a halted ask_approval form cell. Submit runs the form's submission  and continues the agent with the outcome; Reject discards it (passive, no  run); Dismiss treats it as a change request (no run, next message says what  to change). All three set the cell's outcome, like the other approve/deny cells.

`POST /textql.rpc.public.chat.ChatService/ApproveOntologyChange`

Resolve a halted ask_approval form cell. Submit runs the form's submission
 and continues the agent with the outcome; Reject discards it (passive, no
 run); Dismiss treats it as a change request (no run, next message says what
 to change). All three set the cell's outcome, like the other approve/deny cells.

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicChatApproveOntologyChangeRequest — Ontology change management
  - `cellId` string — UUID

## Response `200`

Success

- TextqlRpcPublicChatApproveOntologyChangeResponse
  - `success` boolean
  - `message` string
  - `resumed` boolean
  - `resumeError` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/revisions/31ce2b0c4427/schema)
