|
1297 | 1297 | <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> |
1298 | 1298 | </div> |
1299 | 1299 |
|
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> |
1301 | 1301 |
|
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> |
1303 | 1303 |
|
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> |
1313 | 1307 |
|
1314 | 1308 | <h3 id="retrieve-a-list-of-secrets-for-a-given-app-id">Retrieve a list of secrets for a given App ID</h3> |
1315 | 1309 |
|
@@ -1422,9 +1416,9 @@ <h4 id="response-2">Response</h4> |
1422 | 1416 | </tbody> |
1423 | 1417 | </table> |
1424 | 1418 |
|
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> |
1426 | 1420 |
|
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> |
1428 | 1422 |
|
1429 | 1423 | <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 |
1430 | 1424 | </code></pre></div></div> |
|
0 commit comments