Skip to main content
This page centralizes the request/path schemas for the main Entity routes. The canonical source is api-reference/openapi.yml.

create-entity

Endpoint: POST /v1/entities
Schema: CreateEntityRequestSchema
Body: application/json

Schema (OpenAPI-style, abridged)

update-entity

Endpoint: PATCH /v1/entities/{id}
Schema: UpdateEntityRequestSchema
Path params:
  • id: string (required)
Body: application/json

Schema (OpenAPI-style, abridged)

delete-entity

Endpoint: DELETE /v1/entities/{id}
Path params:
  • id: string (required)
Body: none