Skip to content

Commit ee834ff

Browse files
[skip ci] Updates
1 parent cd18f09 commit ee834ff

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

api-reference/authentication/rotating-secrets.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,19 +1297,13 @@
12971297
<p><strong>Important</strong>: This API is currently in pre-release status and is only available to approved early access participants. The API is under development and might change before being generally released. To become an early access participant, contact your SAP Concur Representative.</p>
12981298
</div>
12991299

1300-
<h1 id="rotating-secrets-for-an-app">Rotating Secrets for an App</h1>
1300+
<h1 id="managing-app-secrets-">Managing App Secrets <a name="managing_app_secrets"></a></h1>
13011301

1302-
<h2 id="managing-app-secrets-">Managing App Secrets <a name="managing_app_secrets"></a></h2>
1302+
<p>Applications can use the <code class="language-plaintext highlighter-rouge">https://us.api.concursolutions.com/app-mgmt/v4/:appID/secrets</code>endpoint to manage app secrets, as follows.</p>
13031303

1304-
<p>To Retrieve, Create, Rotate or Delete App Secrets, applications can use the https://us.api.concursolutions.com/app-mgmt/v4/:appID/secrets endpoint with the following methods.</p>
1305-
1306-
<table>
1307-
<tbody>
1308-
<tr>
1309-
<td><strong>Note:</strong> 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.</td>
1310-
</tr>
1311-
</tbody>
1312-
</table>
1304+
<blockquote>
1305+
<p><strong>Note:</strong> 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>
1306+
</blockquote>
13131307

13141308
<h3 id="retrieve-a-list-of-secrets-for-a-given-app-id">Retrieve a list of secrets for a given App ID</h3>
13151309

@@ -1422,9 +1416,9 @@ <h4 id="response-2">Response</h4>
14221416
</tbody>
14231417
</table>
14241418

1425-
<h3 id="patch-the-status-of-the-secrets-for-a-given-app-id-to-be-updated-to-active-or-inactive-state">Patch the status of the secrets for a given App ID to be updated to active or inactive state</h3>
1419+
<h3 id="update-or-rotate-secret-status">Update or Rotate Secret Status</h3>
14261420

1427-
<p>This method can be used to rotate a secret.</p>
1421+
<p>PATCH: Update the status of secrets for a given App ID to active or inactive. Also use this method to rotate a secret.</p>
14281422

14291423
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>PATCH https://us.api.concursolutions.com/app-mgmt/v4/:AppID/secrets/:secretID
14301424
</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 14:02:45 +0000</pubDate>
9-
<lastBuildDate>Fri, 13 Mar 2026 14:02:45 +0000</lastBuildDate>
8+
<pubDate>Fri, 13 Mar 2026 15:33:11 +0000</pubDate>
9+
<lastBuildDate>Fri, 13 Mar 2026 15:33:11 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)