> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsimmon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Reserved



## OpenAPI

````yaml /openapi.json post /v1/edit
openapi: 3.1.0
info:
  description: Application-layer API for the Parsimmon document parsing service.
  title: Parsimmon Platform API
  version: 0.1.0
servers: []
security: []
paths:
  /v1/edit:
    post:
      tags:
        - public
      summary: Edit Reserved
      operationId: edit_reserved_v1_edit_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````