File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
src/content/docs/en-US/api/v1/introduction Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Revoking an api role:
1515List api roles for an account:
1616` apiroles [username] `
1717
18- ## users.query
18+ ## UserQuery
1919
2020Grants read-access to the Users endpoints.
2121
22- ## users.manage
22+ ## UserManage
2323
2424Allows access to the Change Email/Password endpoints for Users without needing to know the users' existing password.
Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ title: Getting Started
66
77For 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
1715Optionally change the ` Hosts ` field to listen on your desired network ports.
1816
You can’t perform that action at this time.
0 commit comments