API: add profile:read_private scope

This commit is contained in:
cmrd Senya 2019-04-28 20:11:35 +03:00 committed by Jonne Haß
parent d08b31f2ed
commit c348a763cf
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,7 @@ module Api
private:read
profile
profile:modify
profile:read_private
public:modify
public:read
sub

View file

@ -965,7 +965,7 @@ en:
name: "public:read"
description: "This grants read permissions on public posts, interactions, and user data to the application."
'public:modify':
name: "updated_at"
name: "public:modify"
description: "This grants write permissions on public posts (including public post writing), interactions, and user data to the application."
profile:
name: "extended profile"
@ -973,6 +973,9 @@ en:
'profile:modify':
name: "profile:modify"
description: "This grants user profile update permissions to the application."
'profile:read_private':
name: "profile:read_private"
description: "This grants read access to your private profile data to the application."
'tags:read':
name: "tags:read"
description: "This grants read access to user's followed tags and tag streams to the application."