Skip to content

Commit 4ba2a71

Browse files
Update api-section.md
1 parent 17cbb54 commit 4ba2a71

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

docs/settings/api-section.md

+33-6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This is the list of API settings that you can enable/disable:
2020
- APIEnableADGroup
2121
- APIEnableADGroupMembership
2222
- APIEnableADUser
23+
- APIEnableADOu
2324
- APIEnableDNS
2425
- APIEnableDnsA
2526
- APIEnableDnsAAAA
@@ -30,7 +31,7 @@ This is the list of API settings that you can enable/disable:
3031

3132
## APIEnableAD
3233

33-
The **APIEnableAD** setting manages **ALL** Active Directory sections.
34+
The **APIEnableAD** setting manages **ALL Active Directory** sections.
3435

3536
When you enable/disable this section, you will see/hide the **AD Computer**, **AD OU**, **AD User**, **AD Group**, and **ADGroupMembership** sections.
3637

@@ -54,24 +55,50 @@ Restart the web server using the **IISReset command** or the IIS Console.
5455

5556
----
5657

58+
## APIEnableADComputer
59+
60+
The **APIEnableADComputer** setting manages the **AD Computer** section.
61+
62+
When you enable/disable this section, you will see/hide the **AD Computer** section.
63+
64+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
65+
66+
> AD Computer Section Enabled
67+
68+
```
69+
"APIEnableADComputer: true"
70+
```
71+
72+
> AD Computer Section Disabled
73+
74+
```
75+
"APIEnableADComputer: false"
76+
```
77+
78+
Save the file.
79+
80+
Restart the web server using the **IISReset command** or the IIS Console.
81+
82+
----
83+
5784
## APIEnableDNS
5885

59-
The **APIEnableDNS** setting manages **ALL** DNS sections.
86+
The **APIEnableDNS** setting manages **ALL DNS** sections.
6087

6188
When you enable/disable this section, you will see/hide the **APIEnableDnsA**, **APIEnableDnsAAAA**, **APIEnableDnsCNAME**, and **APIEnableDnsZones** sections.
6289

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

65-
> AD Sections Enabled
92+
> DNS Sections Enabled
6693
6794
```
68-
"APIEnableAD: true"
95+
"APIEnableDNS: true"
6996
```
7097

71-
> AD Sections Disabled
98+
> DNS Sections Disabled
7299
73100
```
74-
"APIEnableAD: false"
101+
"APIEnableDNS: false"
75102
```
76103

77104
Save the file.

0 commit comments

Comments
 (0)