From 0d6602f899eabd1aee829a173e9fee9ac6fd3d2c Mon Sep 17 00:00:00 2001 From: brontolosone <177225737+brontolosone@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:54:06 +0000 Subject: [PATCH] fix doc formatting --- docs/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.yaml b/docs/api.yaml index 12bc77e15..c8bfe7605 100644 --- a/docs/api.yaml +++ b/docs/api.yaml @@ -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: