File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ class OpenAPIGenerator {
4040 authorizationUrl : 'https://mastodon.example/oauth/authorize' ,
4141 tokenUrl : 'https://mastodon.example/oauth/token' ,
4242 scopes : {
43- ' read' : 'Read access' ,
44- ' write' : 'Write access' ,
45- ' follow' : 'Follow/unfollow accounts' ,
46- ' push' : 'Push notifications'
47- }
43+ read : 'Read access' ,
44+ write : 'Write access' ,
45+ follow : 'Follow/unfollow accounts' ,
46+ push : 'Push notifications' ,
47+ } ,
4848 } ,
4949 clientCredentials : {
5050 tokenUrl : 'https://mastodon.example/oauth/token' ,
5151 scopes : {
52- ' read' : 'Read access' ,
53- ' write' : 'Write access'
54- }
55- }
56- }
52+ read : 'Read access' ,
53+ write : 'Write access' ,
54+ } ,
55+ } ,
56+ } ,
5757 } ,
5858 BearerAuth : {
5959 type : 'http' ,
You can’t perform that action at this time.
0 commit comments