- Vollständige OpenAPI 3.1 Spezifikation - Alle Endpoints, Schemas, Webhooks, Error-Responses - Beispiel-Requests für minimal/async/webhook-Modi - Initiale CHANGELOG.md
18 lines
685 B
Markdown
18 lines
685 B
Markdown
# Changelog
|
|
|
|
Alle nennenswerten Änderungen an der OpenAPI-Spec werden hier dokumentiert.
|
|
Format orientiert sich an [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.0.0] — 2026-04-25
|
|
|
|
### Hinzugefügt
|
|
|
|
- Initiale Veröffentlichung der OpenAPI 3.1 Spezifikation
|
|
- Endpoints: `POST /captures`, `GET /captures`, `GET /captures/{id}`,
|
|
`GET /captures/{id}/pdf`, `POST /verify`, `GET /usage`
|
|
- Drei Aufruf-Modi: `sync`, `async`, `webhook`
|
|
- Webhook-Events: `capture.ready`, `capture.failed`
|
|
- Komplette Schema-Definitionen für `Capture`, `VerifyResult`, `Usage`, `Error`
|
|
- Beispiel-Requests für minimal, async-mit-Referenz, und webhook-mit-Co-Branding
|