Skip to content

Commit ac52b14

Browse files
committed
fix: update API documentation to reflect .NET 7 and 8 changes
1 parent 111b651 commit ac52b14

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
3.78 KB
Loading

src/content/docs/en-US/api/v1/introduction/roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Revoking an api role:
1515
List api roles for an account:
1616
`apiroles [username]`
1717

18-
## users.query
18+
## UserQuery
1919

2020
Grants read-access to the Users endpoints.
2121

22-
## users.manage
22+
## UserManage
2323

2424
Allows access to the Change Email/Password endpoints for Users without needing to know the users' existing password.

src/content/docs/en-US/api/v1/introduction/setup.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ title: Getting Started
66

77
For security purposes the API is disabled by default and must be enabled before you can start issuing commands.
88

9-
Open the API configuration (located at `server/resources/config/api.config.json`)
9+
Open the API configuration (located at `server/appsettings.Production.json`)
1010

11-
Set the `Enabled` field to `true` as shown below:
11+
Set the `Api`.`Enabled` field to `true` as shown below:
1212

13-
```
14-
"Enabled": true,
15-
```
13+
![API Enablement](api-enabled.png)
1614

1715
Optionally change the `Hosts` field to listen on your desired network ports.
1816

0 commit comments

Comments
 (0)