Skip to content

Commit 1d5f7bc

Browse files
committed
Remove beta tag - Role Management API (V2)
1 parent 1a29d35 commit 1d5f7bc

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/api/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: getting-started
33
title: API Authentication, Endpoints, and Security
44
sidebar_label: Authentication and Endpoints
5-
description: This guide contains information about API authentication and the Sumo Logic endpoints to use for your API client.
5+
description: Authenticate and connect to Sumo Logic APIs. Learn how to set up access keys and find the right endpoint for your deployment region.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';

docs/api/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ Use the Sumo Logic Application Programming Interfaces (APIs) to interact with ou
1212
To connect with other Sumo Logic users, post feedback, or ask a question, visit the [Sumo Logic API and Apps Forum](https://support.sumologic.com/support/s/topic/0TO6Q000000gTC8WAM/apis?tabset-cabe3=2) and [Sumo Dojo](http://slack.sumologic.com/).
1313
:::
1414

15-
<div className="box-wrapper" markdown="1">
1615

17-
<div className="box smallbox card">
16+
<div className="box boxwidebottom card">
1817
<div className="container">
1918
<a href="/docs/api/getting-started"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
20-
<p>API authentication and the Sumo Logic endpoints to use for your API client.</p>
19+
<p>Get your API credentials and endpoint URL to start using the Sumo Logic APIs.</p>
2120
</div>
2221
</div>
22+
23+
<br/>
24+
25+
<div className="box-wrapper" markdown="1">
2326
<div className="box smallbox card">
2427
<div className="container">
2528
<a href="/docs/api/access-keys"><img src={useBaseUrl('img/icons/security/security.png')} alt="Thumbnail icon" width="50"/><h4>Access Keys</h4></a>
@@ -187,7 +190,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
187190
</div>
188191
<div className="box smallbox card">
189192
<div className="container">
190-
<a href="/docs/api/role-management-v2"><img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="Thumbnail icon" width="50"/><h4>Roles v2 (Beta)</h4></a>
193+
<a href="/docs/api/role-management-v2"><img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="Thumbnail icon" width="50"/><h4>Roles v2</h4></a>
191194
</div>
192195
</div>
193196
<div className="box smallbox card">

docs/api/role-management-v2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: role-management-v2
3-
title: Role Management APIs V2 (Beta)
3+
title: Role Management APIs V2
44
sidebar_label: Roles V2
5-
description: Role Management APIs V2 (Beta) allow you to manage roles from HTTP endpoints.
5+
description: Role Management APIs V2 allow you to manage roles from HTTP endpoints.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -11,8 +11,6 @@ import ApiRoles from '../reuse/api-roles.md';
1111

1212
<img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="icon" width="50"/>
1313

14-
<p> <a href="/docs/beta"><span className="beta">Beta</span></a> </p>
15-
1614
Roles determine the functions that users are able to perform in Sumo Logic. The Role Management API (V2) allows you to configure access on partitions and manage roles from HTTP endpoints.
1715

1816
To manage roles, you must have an administrator role or your role must have been assigned the [Manage Users and Roles](/docs/manage/users-roles/) capability.

0 commit comments

Comments
 (0)