File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,8 @@ The following is a list of the available sub APIs along with a sample use of eac
218
218
219
219
### Available Sub APIs
220
220
------------------
221
-   ;  ; [ AoolicationsApi] ( #applicationsapi ) <br />
221
+   ;  ; [ ApplicationSettingsApi] ( #applicationSettingsapi ) <br />
222
+   ;  ; [ ApplicationsApi] ( #applicationsapi ) <br />
222
223
  ;  ; [ AwardEmojiApi] ( #awardemojiapi ) <br />
223
224
  ;  ; [ BoardsApi] ( #boardsapi ) <br />
224
225
  ;  ; [ CommitsApi] ( #commitsapi ) <br />
@@ -254,6 +255,12 @@ The following is a list of the available sub APIs along with a sample use of eac
254
255
### Sub API Examples
255
256
----------------
256
257
258
+ #### ApplicationSettingsApi
259
+ ``` java
260
+ // Get the current GitLab server application settings
261
+ ApplicationSettings appSettings = gitLabApi. getApplicationSettingsApi(). getAppliationSettings();
262
+ ```
263
+
257
264
#### ApplicationsApi
258
265
``` java
259
266
// Add an OAUTH Application to GitLab
You can’t perform that action at this time.
0 commit comments