Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
concur-docs-machine committed Sep 20, 2023
1 parent 74dc4ee commit 6127ec8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions api-explorer/v3-2/ConnectionRequests.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"swagger": "2.0",
"host": "us.api.concursolutions.com",
"basePath": "/api/v3.2",
"x-sap-shortText": "A Connection Request is an object of an SAP Concur user to connect with a specific TripLink partner.",
"x-servers": [
{
"url": "https://us.api.concursolutions.com/api/v3.2",
"description": "Concur TripLink API EndPoint"
}
],
"schemes": [
"https"
],
Expand All @@ -15,9 +22,21 @@
],
"info": {
"title": "Connection Requests",
"description": "",
"description": "A Connection Request is an object representing the willingness of an SAP Concur user to connect with a specific TripLink partner.",
"version": "3.2"
},
"securityDefinitions": {
"oauth2_password": {
"type": "oauth2",
"description": "OAuth2 Password Grant Flow",
"flow": "password",
"tokenUrl": "https://us.api.concursolutions.com/oauth2/v0/token",
"scopes": {
"read": "Grants read access",
"write": "Grants write access"
}
}
},
"tags": [
{
"name": "Resources",
Expand Down Expand Up @@ -317,4 +336,4 @@
"properties": {}
}
}
}
}
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
<link>https://preview.developer.concur.com/</link>
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Wed, 20 Sep 2023 16:32:21 +0000</pubDate>
<lastBuildDate>Wed, 20 Sep 2023 16:32:21 +0000</lastBuildDate>
<pubDate>Wed, 20 Sep 2023 16:49:38 +0000</pubDate>
<lastBuildDate>Wed, 20 Sep 2023 16:49:38 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit 6127ec8

Please sign in to comment.