Skip to content

Commit eaa2d57

Browse files
committed
Refactor Redis Data Integration API documentation structure and add authentication details
1 parent 7a8f527 commit eaa2d57

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

content/integrate/redis-data-integration/reference/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ categories: ["redis-di"]
88
aliases:
99
---
1010

11-
# Redis Data Integration API
12-
1311
This is the REST API reference for Redis Data Integration services.
1412
The API provides endpoints to manage and monitor your Redis Data Integration deployments.
1513

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
Title: Redis Data Integration API Reference
3+
linkTitle: API Reference
4+
description: REST API reference for Redis Data Integration
5+
weight: 20
6+
alwaysopen: false
7+
categories: ["redis-di"]
8+
aliases:
9+
---
10+
11+
This is the REST API reference for Redis Data Integration services.
12+
The API provides endpoints to manage and monitor your Redis Data Integration deployments.
13+
14+
[Open API Documentation]({{< relref "/integrate/redis-data-intrgration/reference/api/api-reference" >}})
15+
16+
## Authentication
17+
18+
When authentication is enabled, you need to obtain a token using the login endpoint before accessing secured endpoints.
19+
20+
## Base URL
21+
22+
All API endpoints are relative to the base URL of your Redis Data Integration API server.

0 commit comments

Comments
 (0)