Skip to content

Commit 78cc883

Browse files
wixysamclaude
andcommitted
docs(auth): drop the 403 detail from updateMe role note
Leaves the requirement itself. The status code is response behavior, not something a reader needs in order to use the method correctly. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent c46b91a commit 78cc883

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/modules/auth.types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ export interface AuthModule {
147147
* You can update any [custom fields](/developers/backend/resources/entities/user-schema#custom-fields)
148148
* defined in your User entity schema.
149149
*
150-
* Updating `role` requires editor access on the app. An app user without it
151-
* gets a 403 response, and none of the other fields in the request are applied.
150+
* Updating `role` requires editor access on the app.
152151
*
153152
* <Note>
154153
* These fields can't be changed with this method:

0 commit comments

Comments
 (0)