Skip to content

Commit 91eec93

Browse files
authored
RS: Added deprecation note to old module config REST API endpoints (#2193)
* DOC-5782 RS: Added deprecation note to old module config REST API endpoints * DOC-5782 Changed deprecation note to banner-article shortcode
1 parent 45cb7b7 commit 91eec93

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

content/operate/rs/7.8/references/rest-api/requests/bdbs/modules/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ weight: $weight
1212
url: '/operate/rs/7.8/references/rest-api/requests/bdbs/modules/config/'
1313
---
1414

15+
{{<banner-article>}}
16+
This REST API path is deprecated as of Redis Enterprise Software version 7.4. Use [`PUT /v2/bdbs/<uid>`]({{<relref "/operate/rs/7.8/references/rest-api/requests/bdbs#put-bdbs-action">}}) instead.
17+
{{</banner-article>}}
18+
1519
| Method | Path | Description |
1620
|--------|------|-------------|
1721
| [POST](#post-bdb-modules-config) | `/v1/bdbs/{uid}/modules/config` | Configure module |

content/operate/rs/7.8/references/rest-api/requests/modules/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ weight: $weight
1212
url: '/operate/rs/7.8/references/rest-api/requests/modules/config/'
1313
---
1414

15+
{{<banner-article>}}
16+
This REST API path is deprecated as of Redis Enterprise Software version 7.4. Use [`PUT /v2/bdbs/<uid>`]({{<relref "/operate/rs/7.8/references/rest-api/requests/bdbs#put-bdbs-action">}}) instead.
17+
{{</banner-article>}}
18+
1519
| Method | Path | Description |
1620
|--------|------|-------------|
1721
| [POST](#post-modules-config-bdb) | `/v1/modules/config/bdb/{uid}` | Configure module |

content/operate/rs/references/rest-api/requests/bdbs/modules/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ linkTitle: config
1111
weight: $weight
1212
---
1313

14+
{{<banner-article>}}
15+
This REST API path is deprecated as of Redis Enterprise Software version 7.4. Use [`PUT /v2/bdbs/<uid>`]({{<relref "/operate/rs/references/rest-api/requests/bdbs#put-bdbs-action">}}) instead.
16+
{{</banner-article>}}
17+
1418
| Method | Path | Description |
1519
|--------|------|-------------|
1620
| [POST](#post-bdb-modules-config) | `/v1/bdbs/{uid}/modules/config` | Configure module |

content/operate/rs/references/rest-api/requests/modules/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ linkTitle: config/bdb
1111
weight: $weight
1212
---
1313

14+
{{<banner-article>}}
15+
This REST API path is deprecated as of Redis Enterprise Software version 7.4. Use [`PUT /v2/bdbs/<uid>`]({{<relref "/operate/rs/references/rest-api/requests/bdbs#put-bdbs-action">}}) instead.
16+
{{</banner-article>}}
17+
1418
| Method | Path | Description |
1519
|--------|------|-------------|
1620
| [POST](#post-modules-config-bdb) | `/v1/modules/config/bdb/{uid}` | Configure module |

0 commit comments

Comments
 (0)