Skip to content

Commit 651760a

Browse files
[skip ci] Updates
1 parent fc127cd commit 651760a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-reference/authentication/rotating-secrets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ <h1 id="managing-app-secrets-">Managing App Secrets <a name="managing_app_secret
13031303

13041304
<p>All methods require an App JWT for Authorization (Bearer {token}). To generrate your App JWT, follow the instructions in the <a href="https://developer.concur.com/api-reference/authentication/getting-started.html">Authentication</a> section.</p>
13051305

1306-
<h3 id="retrieve-a-list-of-secrets-for-a-given-app-id">Retrieve a list of secrets for a given App ID</h3>
1306+
<h3 id="retrieve-a-list-of-secrets-for-a-given-app-id">Retrieve a List of Secrets for a Given App ID</h3>
13071307

13081308
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>GET https://us.api.concursolutions.com/app-mgmt/v4/:appID/secrets
13091309
</code></pre></div></div>
@@ -1371,7 +1371,7 @@ <h4 id="response-1">Response</h4>
13711371
</span><span class="p">]</span><span class="w">
13721372
</span></code></pre></div></div>
13731373

1374-
<h3 id="create-a-new-secret-for-a-given-app-id">Create a new Secret for a given App ID</h3>
1374+
<h3 id="create-a-new-secret-for-a-given-app-id">Create a New Secret for a Given App ID</h3>
13751375

13761376
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST https://us.api.concursolutions.com/app-mgmt/v4/:appID/secrets
13771377
</code></pre></div></div>
@@ -1441,7 +1441,7 @@ <h3 id="example-1">Example</h3>
14411441

14421442
<p>The IDs in this sample are dummy data, not part of the actual Concur App.</p>
14431443

1444-
<p><strong>Making a newly created App Secret active</strong></p>
1444+
<p><strong>Making a Newly Created App Secret Active</strong></p>
14451445

14461446
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>PATCH /app-mgmt/v4/0c5c13e9-c2e3-4dcd-8bcc-86d7da7fbf6d/secrets/4b9e7205-08b1-48d1-aee8-8f5797d06475
14471447
</code></pre></div></div>
@@ -1490,7 +1490,7 @@ <h4 id="response-3">Response</h4>
14901490
</tbody>
14911491
</table>
14921492

1493-
<h3 id="delete-a-secret-associated-with-this-app-id">Delete a secret associated with this App ID</h3>
1493+
<h3 id="delete-a-secret-associated-with-the-app-id">Delete a Secret Associated with the App ID</h3>
14941494

14951495
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>DELETE https://us.api.concursolutions.com/app-mgmt/v4/:appID/secrets/:secret
14961496
</code></pre></div></div>

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Fri, 13 Mar 2026 15:41:38 +0000</pubDate>
9-
<lastBuildDate>Fri, 13 Mar 2026 15:41:38 +0000</lastBuildDate>
8+
<pubDate>Fri, 13 Mar 2026 16:38:48 +0000</pubDate>
9+
<lastBuildDate>Fri, 13 Mar 2026 16:38:48 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)