Skip to content

Commit 066d528

Browse files
authored
Merge pull request #81 from JustinAClarke/hotfix-develop/SA-14774
updated perm note for userGet endpoint [SA-14774] (develop)
2 parents 96ae00b + 2710c70 commit 066d528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi/paths/user@{id}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
tags: [user]
44
summary: Get a user
55
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.
77
responses:
88
'200':
99
$ref: ../components/responses/user-item.yaml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schoolbox-api",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"dependencies": {
55
"@redocly/cli": "^1.0.0-beta.109",
66
"@redocly/openapi-core": "^1.0.0-beta.109",

0 commit comments

Comments
 (0)