Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 7926498

Browse files
author
Andy Cox
committed
Add single deployment get
1 parent 8fedece commit 7926498

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/v3/repos/deployments.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ Users with pull access can view deployments for a repository:
9595
<%= headers 200, :pagination => default_pagination_rels %>
9696
<%= json(:deployment) { |h| [h] } %>
9797

98+
## Get a single deployment
99+
100+
GET /repos/:owner/:repo/deployments/:id
101+
102+
### Response
103+
104+
<%= headers 200, :pagination => default_pagination_rels %>
105+
<%= json :deployment %>
106+
98107
## Create a Deployment
99108

100109
If your repository is taking advantage of [commit statuses](/v3/repos/statuses),

0 commit comments

Comments
 (0)