Skip to content

Commit bc3390b

Browse files
committed
fix
1 parent 26d1396 commit bc3390b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/apps/authorization/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ From your server back-end only, make a `POST` request to the `oauth/token` endpo
122122

123123
+ Headers
124124
x-api-key: <your_api_key_here>
125+
x-api-version: 2025-10
125126

126127
+ Request (application/json)
127128

@@ -179,6 +180,7 @@ Refresh the `access_token` server-side:
179180
180181
+ Headers
181182
x-api-key: <your_api_key_here>
183+
x-api-version: 2025-10
182184
183185
+ Request (application/json)
184186

docs/apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Enable your application to securely access DePay user data and act on behalf of
1212
<div className="row pt-3">
1313

1414
<div className="col-12 ps-0 pe-0 col-md-4 pe-md-4">
15-
<a href="/docs/apps/authorization" className="d-block hover-card p-3">
15+
<a href="/docs/apps/authentication" className="d-block hover-card p-3">
1616
<span className="d-block">
1717
<FontAwesomeIcon icon="fa-solid fa-key" className="text-body-color h2 pt-2" />
1818
</span>

docs/apps/resources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sidebar_position: 6
3-
sidebar_label: API Resources
3+
sidebar_label: Resources
44
---
55

6-
# App API Resources
6+
# App Resources
77

88
Explore all resources available to DePay Apps via APIs.
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sidebar_position: 2
3-
sidebar_label: API Versioning
3+
sidebar_label: Versioning
44
---
55

6-
# API Versioning
6+
# Versioning
77

88
## Version Header
99

0 commit comments

Comments
 (0)