Skip to content

Commit

Permalink
fix doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brontolosone committed Dec 3, 2024
1 parent 7644933 commit 0d6602f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1674,8 +1674,8 @@ paths:
However, if you only have a Bearer token, for example, you don't have any information about the user attached to that session, including even the ID with which to get more information. So you can instead supply the text `current` to get the user information associated with the authenticated session.

If you _do_ use `current`, you may request extended metadata. Supply an `X-Extended-Metadata` header value of `true` to additionally receive:
an array of strings of the `verbs` the authenticated User/Actor is allowed to perform server-wide
an object containing the preferences of the authenticated User/Actor
- an array of strings of the `verbs` the authenticated User/Actor is allowed to perform server-wide
- an object containing the preferences of the authenticated User/Actor
operationId: Getting authenticated User details
responses:
200:
Expand Down

0 comments on commit 0d6602f

Please sign in to comment.