M21: API & Feeds — me-Doku (#147), since-Filter (#148), Atom-Feeds (#149) #157

Merged
fable-5 merged 3 commits from m21-api-feeds into main 2026-07-20 01:06:20 +02:00
3 changed files with 7 additions and 5 deletions
Showing only changes of commit 89ffbc0e4d - Show all commits

View File

@ -251,7 +251,9 @@ export function buildOpenApiDocument(): object {
paths: {
'/me': {
get: {
summary: "The token's user and scope (client smoke test).",
summary:
"The token's user — id, username, display name — plus scope and pond " +
'restriction. The way to find your own user id (client smoke test).',
responses: { '200': jsonResponse('Token identity', ref('Me')) },
},
},

View File

@ -40,8 +40,8 @@ curl -H "Authorization: Bearer dt_pat_..." \
https://wiki.example.com/api/public/v1/me
```
`GET /me` ist der Smoke-Test — er liefert dein Benutzerkonto, den
Token-Scope und eine etwaige Teich-Beschränkung.
`GET /me` ist der Smoke-Test — er liefert dein Benutzerkonto (samt
deiner User-ID), den Token-Scope und eine etwaige Teich-Beschränkung.
## Lesen

View File

@ -37,8 +37,8 @@ curl -H "Authorization: Bearer dt_pat_..." \
https://wiki.example.com/api/public/v1/me
```
`GET /me` is the smoke test — it returns your user, the token scope,
and any pond restriction.
`GET /me` is the smoke test — it returns your user (including your
user id), the token scope, and any pond restriction.
## Reading