---
title: "Create System Analysis Entry"
method: POST
path: "/system_analysis/{id}/entries"
tags: ["System Analysis"]
---

# Create System Analysis Entry

`POST /system_analysis/{id}/entries`

## Path parameters

- `id` string, required

## Request body

- CreateSystemAnalysisEntryRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` CreateSystemAnalysisEntryAttributes, required
    - `body` string
    - `kind` 'observation' | 'context' | 'decision' | 'action' | 'finding' | 'recommendation', required
    - `occurredAt` string, date-time
    - `properties` object
    - `reference` string
    - `title` string, required

## Response `200`

OK

- CreateSystemAnalysisEntryResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` SystemAnalysisEntry, required
    - `attributes` SystemAnalysisEntryAttributes, required
      - `body` string
      - `kind` 'observation' | 'context' | 'decision' | 'action' | 'finding' | 'recommendation', required
      - `occurredAt` string, date-time
      - `properties` object, required
      - `reference` string
      - `sequence` integer, required
      - `subjects` SystemAnalysisEntrySubject[], required
        - `attributes` SystemAnalysisEntrySubjectAttributes, required
          - `knowledgeEntityId` string
          - `knowledgeEvidenceId` string
          - `knowledgeRelationshipId` string
          - `role` string, required
        - `id` string, required
      - `title` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-08-25** (v1) `3fd856c3acc1` — 2 breaking, 3 warning, 5 info
  - removed the required property `data/attributes/subjects/items/attributes/subjectId` from the response with the `200` status
  - removed the required property `data/attributes/subjects/items/attributes/subjectKind` from the response with the `200` status
  - removed the optional property `data/attributes/subjects/items/attributes/knowledgeEntity` from the response with the `200` status
  - removed the optional property `data/attributes/subjects/items/attributes/knowledgeEvidence` from the response with the `200` status
  - …6 more
- **2026-08-20** (v1) `45247f408f98` — 1 warning
  - removed the request property `attributes/sequence`
- **2026-08-18** (v1) `757c8394efdc` — 3 warning
  - removed the optional property `data/attributes/subjects/items/attributes/knowledgeEntityId` from the response with the `200` status
  - removed the optional property `data/attributes/subjects/items/attributes/knowledgeEvidenceId` from the response with the `200` status
  - removed the optional property `data/attributes/subjects/items/attributes/knowledgeRelationshipId` from the response with the `200` status
- **2026-08-17** (v1) `f01c56c8a294` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/system_analysis/:id/entries/post.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rezible/rezible-api/revisions/eaee3040e50d/schema)
