Skip to content
2 changes: 1 addition & 1 deletion content/operate/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Manage [secure connections]({{< relref "/operate/rc/security" >}}) to cloud data
## REST API
Use the [REST API]({{< relref "/operate/rc/api" >}}) to manage the database.
- [Get started with the REST API]({{< relref "/operate/rc/api/get-started" >}})
- REST API [reference](https://api.redislabs.com/v1/swagger-ui.html) & [examples]({{< relref "/operate/rc/api/examples" >}})
- REST API [reference]({{< relref "/operate/rc/api/api-reference" >}}) & [examples]({{< relref "/operate/rc/api/examples" >}})


## Related info
Expand Down
6 changes: 2 additions & 4 deletions content/operate/rc/api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: REST API
weight: 80
---

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

You can use the API to:

Expand All @@ -36,12 +36,10 @@ You can use the API to:
- [Create database]({{< relref "/operate/rc/api/examples/create-database" >}})
- [Update database]({{< relref "/operate/rc/api/examples/update-database.md" >}})
- [Back up and import data]({{< relref "/operate/rc/api/examples/back-up-and-import-data.md" >}})
1. [Manage cloud accounts]({{< relref "/operate/rc/api/examples/manage-cloud-accounts.md" >}})
1. [Estimate costs]({{< relref "/operate/rc/api/examples/dryrun-cost-estimates.md" >}})
1. [View account info]({{< relref "/operate/rc/api/examples/view-account-information.md" >}})

## More info

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