Asset create/list/get, Metadata add/list, Lifecycle transition, Relationship create/list, Audit event query, Policy evaluation
This commit is contained in:
parent
e53bc4144d
commit
dee0ce8a12
5 changed files with 517 additions and 13 deletions
|
|
@ -22,6 +22,19 @@ Implemented in `KONT-WP-0009-T001`:
|
|||
- `GET /api/v1/version`
|
||||
- `GET /openapi.json`
|
||||
|
||||
Implemented in `KONT-WP-0009-T002`:
|
||||
|
||||
- `POST /api/v1/assets`
|
||||
- `GET /api/v1/assets`
|
||||
- `GET /api/v1/assets/{asset_id}`
|
||||
- `POST /api/v1/assets/{asset_id}/metadata`
|
||||
- `GET /api/v1/assets/{asset_id}/metadata`
|
||||
- `POST /api/v1/assets/{asset_id}/lifecycle`
|
||||
- `POST /api/v1/relationships`
|
||||
- `GET /api/v1/relationships`
|
||||
- `GET /api/v1/audit/events`
|
||||
- `POST /api/v1/policy/evaluate`
|
||||
|
||||
The unversioned health/readiness/version endpoints are operational probes. The
|
||||
versioned `/api/v1/*` endpoints establish the MVP API namespace. Future
|
||||
domain-resource endpoints should live under `/api/v1`.
|
||||
|
|
@ -72,7 +85,6 @@ resources.
|
|||
|
||||
## Deferred
|
||||
|
||||
- Asset, metadata, relationship, audit, and policy endpoints.
|
||||
- Ingestion, retrieval, transformation, and workflow endpoints.
|
||||
- Actor context, delegation, and authorization middleware.
|
||||
- Agent-safe operation catalog.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue