Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 7d2503f

Browse files
committed
Merge pull request #1842 from sendgrid/jacobmovingfwd-patch-1
Clients are just Stats
2 parents eadb768 + ab18515 commit 7d2503f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

source/API_Reference/Web_API_v3/API_Keys/api_key_permissions_list.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ <h3><a href="#Whitelist">Whitelist</a></h3>
8686
]
8787
{% endcodeblock %}
8888

89+
{% info %}
90+
As explained in the <a href="{{root_url}}/Classroom/Basics/API/api_key_permissions.html">Classroom</a>, Billing permissions are mutually exclusive from all others. An API Key can *either* have Billing Permissions, or any other set of Permissions.
91+
{% endinfo %}
92+
8993
{% anchor h2 %}Categories{% endanchor %}
9094

9195
{% codeblock %}
@@ -99,17 +103,6 @@ <h3><a href="#Whitelist">Whitelist</a></h3>
99103
]
100104
{% endcodeblock %}
101105

102-
{% anchor h2 %}Clients{% endanchor %}
103-
{% codeblock %}
104-
"scopes": [
105-
"clients.desktop.stats.read",
106-
"clients.phone.stats.read",
107-
"clients.stats.read",
108-
"clients.tablet.stats.read",
109-
"clients.webmail.stats.read"
110-
]
111-
{% endcodeblock %}
112-
113106
{% anchor h2 %}Credentials{% endanchor %}
114107
{% codeblock %}
115108
"scopes": [
@@ -129,7 +122,12 @@ <h3><a href="#Whitelist">Whitelist</a></h3>
129122
"browsers.stats.read",
130123
"devices.stats.read",
131124
"geo.stats.read",
132-
"mailbox_providers.stats.read"
125+
"mailbox_providers.stats.read",
126+
"clients.desktop.stats.read",
127+
"clients.phone.stats.read",
128+
"clients.stats.read",
129+
"clients.tablet.stats.read",
130+
"clients.webmail.stats.read"
133131
]
134132
{% endcodeblock %}
135133

0 commit comments

Comments
 (0)