Skip to content

Commit 7ea2afa

Browse files
committed
Clarifies requirements for /profile.put
@ctarquini forwarded a report from HackerOne claiming that arbitrary third party application could update profile - and this is true, but expected. There is ongoing discussion about making a more specific OAuth Scope for profile, but the existing language in the docs made the reporter think that third party apps should _never_ be able to access the /profile.put operation, where indeed they can with the right scope.
1 parent 111a218 commit 7ea2afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7880,8 +7880,8 @@ paths:
78807880
- Profile
78817881
summary: Update Profile
78827882
description: >
7883-
Update information in your Profile. This option is _not_ available to
7884-
all third-party clients.
7883+
Update information in your Profile. This endpoint requires the
7884+
"account:read_write".
78857885
operationId: updateProfile
78867886
x-linode-cli-action: update
78877887
security:

0 commit comments

Comments
 (0)