Information
- OpenAPI version:
3.1.0
The bearer-authenticated HTTP endpoints a deployed Notewright instance exposes.
The recommended way to drive this API is the notewright CLI, which is a client of these endpoints and handles authentication, connection resolution, and output formatting for you. Every operation here has a CLI command that targets a linked instance and sends the bearer token automatically, so you rarely need to call these routes by hand.
Every route requires a bearer token equal to the instance’s SYNC_SHARED_SECRET, sent as an Authorization: Bearer <secret> header.
401 Unauthorized.SYNC_SHARED_SECRET configured, routes return 500.404 with { "error": "Not found" }.A bearer token equal to the instance’s SYNC_SHARED_SECRET.
Security scheme type: http