You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made all titles use sentence case instead of title case
This was inconsistent before, so I am trying to make it consistent.
Our preferred style is sentence case, so I am moving towards using
using that everywhere.
This commit only touches titles (not sub-headings within documents).
Ticket: ENT-9964
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
@@ -11,17 +11,17 @@ number of URI resources that support one or more GET, PUT, POST, or
11
11
DELETE operations. While reporting is done using SQL, this query is
12
12
always wrapped in a JSON request.
13
13
14
-
**See also:**[Enterprise API Examples][Enterprise API Examples]
14
+
**See also:**[Enterprise API examples][Enterprise API examples]
15
15
16
16
## Requests
17
17
18
18
**GET** requests are one of **listing** or **getting**. **Listing** resources
19
19
means that a number of results will be returned, but each entry may contain
20
-
limited information. An example of a **listing** query is [/api/user][Users and Access-Control REST API#List users] to list
20
+
limited information. An example of a **listing** query is [/api/user][Users and access-control REST API#List users] to list
21
21
users. Notice that URI components are always non-plural. An exception to this
22
-
is [/api/settings][Status and Settings REST API#Get settings], which returns the singleton resource for settings.
22
+
is [/api/settings][Status and settings REST API#Get settings], which returns the singleton resource for settings.
23
23
**Getting** a resource specifies an individual resource to return, e.g.
24
-
[/api/user/homer][Users and Access-Control REST API#Get user data].
24
+
[/api/user/homer][Users and access-control REST API#Get user data].
25
25
26
26
**PUT** request typically create a new resource, e.g. a user.
27
27
@@ -86,9 +86,9 @@ All timestamps are reported in *Unix Time*, i.e. seconds since 1970.
86
86
The API supports both internal and external authentication. The internal users
87
87
table will always be consulted first, followed by an external source specified
88
88
in the settings. External sources are *OpenLDAP* or *Active Directory* servers
89
-
configurable through [/api/settings][Status and Settings REST API#Update settings].
89
+
configurable through [/api/settings][Status and settings REST API#Update settings].
90
90
91
91
92
92
## Authorization
93
93
94
-
Some resources require that the request user is a member of the *admin* role. Roles are managed with [/api/role][Users and Access-Control REST API#List RBAC roles]. Role Based Access Control (RBAC) is configurable through the settings. Users typically have permission to access their own resources, e.g. their own scheduled reports.
94
+
Some resources require that the request user is a member of the *admin* role. Roles are managed with [/api/role][Users and access-control REST API#List RBAC roles]. Role Based Access Control (RBAC) is configurable through the settings. Users typically have permission to access their own resources, e.g. their own scheduled reports.
Copy file name to clipboardExpand all lines: api/enterprise-api-ref/changes.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ List changes performed by CFEngine to the infrastructure. List can be narrowed d
162
162
***data.hostkey**
163
163
Unique host identifier.
164
164
***data.hostname**
165
-
Host name locally detected on the host, configurable as `hostIdentifier` option in [Settings API][Status and Settings REST API#Get settings] and Mission Portal settings UI.
165
+
Host name locally detected on the host, configurable as `hostIdentifier` option in [Settings API][Status and settings REST API#Get settings] and Mission Portal settings UI.
166
166
***data.logmessages**
167
167
List of 5 last messages generated during promise execution. Log messages can be used for tracking specific changes made by CFEngine while repairing or failing promise execution.
168
168
***data.policyfile**
@@ -174,7 +174,7 @@ List changes performed by CFEngine to the infrastructure. List can be narrowed d
0 commit comments