Skip to content

Commit f68b0c4

Browse files
Update api-section.md
1 parent d2cd3da commit f68b0c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/settings/api-section.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2024-05-20
77
# Enable/Disable (Show/Hide) API Sections
88
[![KopiCloud_AD_API](https://img.shields.io/badge/kopiCloud_ad-v1.1+-blueviolet.svg)](https://adapi.kopicloud.com)
99

10-
By default, all API sections are **enabled**, but you may need to disable sections for security reasons.
10+
By default, all API sections are **enabled**, but you may need to disable sections for application or security reasons.
1111

1212
This article explains enabling or disabling some specific KopiCloud AD API sections.
1313

@@ -85,17 +85,17 @@ Restart the web server using the **IISReset command** or the IIS Console.
8585

8686
The **APIEnableADGroup** setting manages the **AD Groups** section.
8787

88-
When you enable/disable this section, you will see/hide the **AD Group** section.
88+
When you enable/disable this section, you will see/hide the **AD Groups** section.
8989

9090
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
9191

92-
> AD Group Section Enabled
92+
> AD Groups Section Enabled
9393
9494
```
9595
"APIEnableADGroup: true"
9696
```
9797

98-
> AD Group Section Disabled
98+
> AD Groups Section Disabled
9999
100100
```
101101
"APIEnableADGroup: false"
@@ -141,13 +141,13 @@ When you enable/disable this section, you will see/hide the **AD Users** section
141141

142142
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
143143

144-
> AD User Section Enabled
144+
> AD Users Section Enabled
145145
146146
```
147147
"APIEnableADUser: true"
148148
```
149149

150-
> AD User Section Disabled
150+
> AD Users Section Disabled
151151
152152
```
153153
"APIEnableADUser: false"
@@ -167,13 +167,13 @@ When you enable/disable this section, you will see/hide the **AD Organization Un
167167

168168
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
169169

170-
> AD OU Section Enabled
170+
> AD Organization Units (OU) Section Enabled
171171
172172
```
173173
"APIEnableADOu: true"
174174
```
175175

176-
> AD OU Section Disabled
176+
> AD Organization Units (OU) Section Disabled
177177
178178
```
179179
"APIEnableADOu: false"

0 commit comments

Comments
 (0)