Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d38faa30
Commit
d38faa30
authored
Jan 23, 2018
by
Toon Claes
Committed by
Toon Claes
Jan 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation about when the application API was added
parent
81bbcfac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/api/applications.md
doc/api/applications.md
+5
-1
lib/api/applications.rb
lib/api/applications.rb
+1
-0
No files found.
doc/api/applications.md
View file @
d38faa30
# Applications API
# Applications API
> [Introduced][ce-8160] in GitLab 10.5
[
ce-8160
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8160
## Create a application
## Create a application
Create a application by posting a JSON payload.
Create a application by posting a JSON payload.
...
...
lib/api/applications.rb
View file @
d38faa30
...
@@ -5,6 +5,7 @@ module API
...
@@ -5,6 +5,7 @@ module API
resource
:applications
do
resource
:applications
do
desc
'Create a new application'
do
desc
'Create a new application'
do
detail
'This feature was introduced in GitLab 10.5'
success
Entities
::
Application
success
Entities
::
Application
end
end
params
do
params
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment