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
218218
219219### Available Sub APIs
220220------------------
221-   ;  ; [ AoolicationsApi] ( #applicationsapi ) <br />
221+   ;  ; [ ApplicationSettingsApi] ( #applicationSettingsapi ) <br />
222+   ;  ; [ ApplicationsApi] ( #applicationsapi ) <br />
222223  ;  ; [ AwardEmojiApi] ( #awardemojiapi ) <br />
223224  ;  ; [ BoardsApi] ( #boardsapi ) <br />
224225  ;  ; [ CommitsApi] ( #commitsapi ) <br />
@@ -254,6 +255,12 @@ The following is a list of the available sub APIs along with a sample use of eac
254255### Sub API Examples
255256----------------
256257
258+ #### ApplicationSettingsApi
259+ ``` java
260+ // Get the current GitLab server application settings
261+ ApplicationSettings appSettings = gitLabApi. getApplicationSettingsApi(). getAppliationSettings();
262+ ```
263+
257264#### ApplicationsApi
258265``` java
259266// Add an OAUTH Application to GitLab
You can’t perform that action at this time.
0 commit comments