Merge pull request #8181 from denschub/scope-en-fix
Fix private/public confusion in API scopes.
This commit is contained in:
commit
9a637213b9
1 changed files with 1 additions and 1 deletions
|
|
@ -964,7 +964,7 @@ en:
|
||||||
description: "This grants access to your public posts, including interactions and related data."
|
description: "This grants access to your public posts, including interactions and related data."
|
||||||
'public:modify':
|
'public:modify':
|
||||||
name: "Public Posts (Write)"
|
name: "Public Posts (Write)"
|
||||||
description: "This grants write access to publish private posts and related data (such as votes and attached media)."
|
description: "This grants write access to publish public posts and related data (such as votes and attached media)."
|
||||||
profile:
|
profile:
|
||||||
name: "Extended profile (Read-only)"
|
name: "Extended profile (Read-only)"
|
||||||
description: "This grants read-only access to your extended profile data."
|
description: "This grants read-only access to your extended profile data."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue