Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/pages/app-launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ The response is a JSON object containing a new access token, with the following
<tr>
<td><code>token_type</code></td>
<td><span class="label label-success">required</span></td>
<td>Fixed value: bearer</td>
<td>Fixed value: Bearer</td>
</tr>
<tr>
<td><code>expires_in</code></td>
Expand Down
2 changes: 1 addition & 1 deletion input/pages/backend-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ the following properties:
<tr>
<td><code>token_type</code></td>
<td><span class="label label-success">required</span></td>
<td>Fixed value: <code>bearer</code>.</td>
<td>Fixed value: <code>Bearer</code>.</td>
</tr>
<tr>
<td><code>expires_in</code></td>
Expand Down