We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65fe87d + c70ee16 commit b73b251Copy full SHA for b73b251
content/v3/repos/statuses.md
@@ -61,6 +61,12 @@ this specific sha - `http://ci.example.com/johndoe/my-repo/builds/sha`.
61
description
62
: _Optional_ **string** Short description of the status
63
64
+<%= json \
65
+ :state => "success",
66
+ :description => "The build succeeded!",
67
+ :homepage => "https://example.com/build/status"
68
+%>
69
+
70
### Response
71
72
<%= headers 201,
0 commit comments