We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08da9a6 commit fe7c5f3Copy full SHA for fe7c5f3
content/v3/repos/deployments.md
@@ -159,15 +159,15 @@ Users with pull access can view deployment statuses for a deployment:
159
160
Name | Type | Description
161
-----|------|--------------
162
-`id` |`integer`| **Required**. The Deployment id to list the statuses from.
+`id` |`integer`| **Required**. The Deployment ID to list the statuses from.
163
164
165
### Response
166
167
<%= headers 200, :pagination => default_pagination_rels %>
168
<%= json(:deployment_status) { |h| [h] } %>
169
170
-## Create Deployment Statuses
+## Create a Deployment Status
171
172
Users with push access can create deployment statuses for a given deployment:
173
0 commit comments