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

Commit

Permalink
Merge pull request #1842 from sendgrid/jacobmovingfwd-patch-1
Browse files Browse the repository at this point in the history
Clients are just Stats
  • Loading branch information
eschallock committed May 27, 2016
2 parents eadb768 + ab18515 commit 7d2503f
Showing 1 changed file with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ <h3><a href="#Whitelist">Whitelist</a></h3>
]
{% endcodeblock %}

{% info %}
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.
{% endinfo %}

{% anchor h2 %}Categories{% endanchor %}

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

{% anchor h2 %}Clients{% endanchor %}
{% codeblock %}
"scopes": [
"clients.desktop.stats.read",
"clients.phone.stats.read",
"clients.stats.read",
"clients.tablet.stats.read",
"clients.webmail.stats.read"
]
{% endcodeblock %}

{% anchor h2 %}Credentials{% endanchor %}
{% codeblock %}
"scopes": [
Expand All @@ -129,7 +122,12 @@ <h3><a href="#Whitelist">Whitelist</a></h3>
"browsers.stats.read",
"devices.stats.read",
"geo.stats.read",
"mailbox_providers.stats.read"
"mailbox_providers.stats.read",
"clients.desktop.stats.read",
"clients.phone.stats.read",
"clients.stats.read",
"clients.tablet.stats.read",
"clients.webmail.stats.read"
]
{% endcodeblock %}

Expand Down

0 comments on commit 7d2503f

Please sign in to comment.