From c70ee164a31706ebeb053645ad721985dbc9ecc3 Mon Sep 17 00:00:00 2001 From: Haacked Date: Thu, 11 Oct 2012 16:38:37 -0700 Subject: [PATCH] Add parameter JSON example --- content/v3/repos/statuses.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/v3/repos/statuses.md b/content/v3/repos/statuses.md index 59ff79da07..4ea226a292 100644 --- a/content/v3/repos/statuses.md +++ b/content/v3/repos/statuses.md @@ -61,6 +61,12 @@ this specific sha - `http://ci.example.com/johndoe/my-repo/builds/sha`. description : _Optional_ **string** Short description of the status +<%= json \ + :state => "success", + :description => "The build succeeded!", + :homepage => "https://example.com/build/status" +%> + ### Response <%= headers 201,