You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/paths/user@{id}.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ get:
3
3
tags: [user]
4
4
summary: Get a user
5
5
description: |
6
-
Returns all the information about a specific user. The result from this API can be passed into the update user endpoint. This endpoint may only be used by superusers.
6
+
Returns all the information about a specific user. The result from this API can be passed into the update user endpoint. This endpoint may only be used by the current user or superusers.
0 commit comments