Skip to content

Commit 48904b7

Browse files
Adam Sturrockgitbook-bot
Adam Sturrock
authored andcommitted
GitBook: [master] 3 pages and 2 assets modified
1 parent f21fa46 commit 48904b7

5 files changed

+5
-1
lines changed
Loading
Loading

advanced/languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ curl -X PUT https://api.moltin.com/v2/products/:id \
8282
{% endtabs %}
8383

8484
{% hint style="warning" %}
85-
If the requested language does not have a translation availabe, the default language will be returned.
85+
If the requested language does not have a translation available, the default language will be returned.
8686
{% endhint %}
8787

8888
{% api-method method="get" host="https://api.moltin.com" path="/v2/products" %}

basics/authentication/client-credential-token.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A `client_credentials` token is used when the credentials are not publicly expos
66
`client_credentials` allows full read and write access to endpoints.
77
{% endhint %}
88

9+
![](../../.gitbook/assets/authentication-flow-client-credentials-2x.png)
10+
911
{% api-method method="post" host="https://api.moltin.com" path="/oauth/access\_token" %}
1012
{% api-method-summary %}
1113
Create a client credential token

basics/authentication/implicit-token.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ You will use most likely use an `implicit` token inside client-side applications
88
An `implicit` token can be thought of as a **READ ONLY** token.
99
{% endhint %}
1010

11+
![](../../.gitbook/assets/authentication-flow-implicit-2x.png)
12+
1113
{% api-method method="post" host="https://api.moltin.com" path="/oauth/access\_token" %}
1214
{% api-method-summary %}
1315
Create an implicit token

0 commit comments

Comments
 (0)