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
4c58fc8d
Commit
4c58fc8d
authored
Oct 09, 2019
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Release API documentation
parent
0f5c6b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
doc/api/releases/index.md
doc/api/releases/index.md
+24
-0
No files found.
doc/api/releases/index.md
View file @
4c58fc8d
...
...
@@ -121,6 +121,10 @@ Example response:
"external"
:
true
}
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.2&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.2&scope=all&state=opened"
}
},
{
...
...
@@ -177,6 +181,10 @@ Example response:
"links"
:[
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
]
...
...
@@ -288,6 +296,10 @@ Example response:
"links"
:[
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```
...
...
@@ -413,6 +425,10 @@ Example response:
"external"
:
true
}
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.3&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.3&scope=all&state=opened"
}
}
```
...
...
@@ -514,6 +530,10 @@ Example response:
"links"
:[
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```
...
...
@@ -596,6 +616,10 @@ Example response:
"links"
:[
]
},
"_links"
:{
"merge_requests"
:
"https://gitlab.example.com/root/awesome_app/merge_requests?release_tag=v0.1&scope=all&state=opened"
,
"issues"
:
"https://gitlab.example.com/root/awesome_app/issues?release_tag=v0.1&scope=all&state=opened"
}
}
```
...
...
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