Skip to content

Commit 9b2a6ca

Browse files
committed
Merge branch 'DOC-4516' into DOC-4656
2 parents 7d09dd0 + 94df5c3 commit 9b2a6ca

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-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

@@ -41,5 +41,5 @@ You can use the API to:
4141
## More info
4242

4343
- Use the [Redis Cloud API]({{< relref "/operate/rc/api/get-started/use-rest-api.md" >}})
44-
- [Full API Reference](https://api.redislabs.com/v1/swagger-ui.html)
44+
- [Full API Reference]({{< relref "/operate/rc/api/api-reference" >}})
4545
- Secure [authentication and authorization]({{< relref "/operate/rc/api/get-started" >}})

content/operate/rc/api/examples/create-database.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,4 @@ The JSON body contains only the most basic, required parameters in order to crea
4646

4747
### Additional database parameters
4848

49-
There are many additional parameters and settings that can be defined on database creation:
50-
51-
- Review the database parameters and options in the [Swagger OpenAPI documentation](https://api.redislabs.com/v1/swagger-ui.html#/Databases).
52-
- Select `POST Create database`.
53-
- Under `Database definition`, click on the `Model` options.
54-
55-
{{< image filename="/images/rv/api/swagger-database-create-documentation.png" >}}
49+
There are many additional parameters and settings that can be defined on database creation. Review the database parameters and options in the [Full API documentation]({{< relref "/operate/rc/api/api-reference#tag/Databases-Pro/operation/createDatabase" >}}).

0 commit comments

Comments
 (0)