Skip to content

Commit c7f12af

Browse files
authored
Merge pull request #946 from redis/DOC-4516
Use redoc for redis cloud api reference
2 parents df18515 + 94df5c3 commit c7f12af

File tree

6 files changed

+13349
-10
lines changed

6 files changed

+13349
-10
lines changed

content/operate/rc/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Manage [secure connections]({{< relref "/operate/rc/security" >}}) to cloud data
5656
## REST API
5757
Use the [REST API]({{< relref "/operate/rc/api" >}}) to manage the database.
5858
- [Get started with the REST API]({{< relref "/operate/rc/api/get-started" >}})
59-
- REST API [reference](https://api.redislabs.com/v1/swagger-ui.html) & [examples]({{< relref "/operate/rc/api/examples" >}})
59+
- REST API [reference]({{< relref "/operate/rc/api/api-reference" >}}) & [examples]({{< relref "/operate/rc/api/examples" >}})
6060

6161

6262
## Related info

content/operate/rc/api/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: REST API
1111
weight: 80
1212
---
1313

14-
The [Redis Cloud REST API](https://api.redislabs.com/v1/swagger-ui.html) helps you manage your Redis Cloud databases programmatically.
14+
The [Redis Cloud REST API]({{< relref "/operate/rc/api/api-reference" >}}) helps you manage your Redis Cloud databases programmatically.
1515

1616
You can use the API to:
1717

@@ -43,5 +43,5 @@ You can use the API to:
4343
## More info
4444

4545
- Use the [Redis Cloud API]({{< relref "/operate/rc/api/get-started/use-rest-api.md" >}})
46-
- [Full API Reference](https://api.redislabs.com/v1/swagger-ui.html)
46+
- [Full API Reference]({{< relref "/operate/rc/api/api-reference" >}})
4747
- Secure [authentication and authorization]({{< relref "/operate/rc/api/get-started" >}})
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
Title: API Reference
3+
layout: apireference
4+
type: page
5+
---

0 commit comments

Comments
 (0)