Skip to content

Commit 447596e

Browse files
Merge pull request #1529 from CelesteCasali/main
Updates RNs and other edits
2 parents 3546d0c + 533ce85 commit 447596e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

src/_data/sidebars/api-explorer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
- title: Receipts
120120
url: https://api.sap.com/api/ConcurReceiptsReceipts/overview
121121
- title: Reports
122-
url: https://api.sap.com/api/ConcurExpense/overview
122+
url: https://hub.sap.com/api/ConcurExpenseExpenseReportService/overview
123123
- title: Request
124124
url: https://api.sap.com/api/ConcurRequestRequests/overview
125125
- title: Request Associations

src/api-explorer/v3-0/Entries.swagger2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"Resources"
267267
],
268268
"summary": "Delete an expense entry",
269-
"description": "DEPRECATED: 06/26/2025 UNSUPPORTED: 12/26/2025 Deletes the specified expense entry.",
269+
"description": "DEPRECATED: 06/26/2025 UNSUPPORTED: 06/26/2026 Deletes the specified expense entry.",
270270
"parameters": [
271271
{
272272
"name": "id",

src/api-explorer/v3-0/ExpenseGroupConfigurations.swagger2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
"paths": {
2828
"/expense/expensegroupconfigurations": {
2929
"get": {
30+
"deprecated": true,
3031
"tags": [
3132
"Resources"
3233
],
3334
"summary": "Get an expense group configuration",
34-
"description": "Gets the configuration of an expense group.",
35+
"description": "DEPRECATED: 06/26/2025 UNSUPPORTED: 06/26/2026 Gets the configuration of an expense group.",
3536
"parameters": [
3637
{
3738
"name": "user",
@@ -68,11 +69,12 @@
6869
},
6970
"/expense/expensegroupconfigurations/{id}": {
7071
"get": {
72+
"deprecated": true,
7173
"tags": [
7274
"Resources"
7375
],
7476
"summary": "Get an expense group configuration by ID",
75-
"description": "Gets an expense group configuration by ID.",
77+
"description": "DEPRECATED: 06/26/2025 UNSUPPORTED: 06/26/2026 Gets an expense group configuration by ID.",
7678
"parameters": [
7779
{
7880
"name": "id",

src/tools-support/release-notes/api/2025-07-10.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ layout: reference
66

77
## New This Month
88

9+
### Preview: Spend User Retrieval v4.1 New Attribute
10+
11+
The Spend Extension v4.1 API will allow you to save the `processorReportAccess` field in `UserPreferences`.
12+
913
### Preview: Support for IPv6
1014

1115
The SAP Concur platform will support IPv6 for network communication to and from SAP Concur solutions. This implementation is expected for Q4/2025. Previously, IPv6 was only supported for inbound HTTPS calls, and all other inbound and outbound calls supported only IPv4.

0 commit comments

Comments
 (0)