docs: small rst fixes.
This commit is contained in:
parent
3ff7d208b8
commit
711278bd27
6 changed files with 13 additions and 7 deletions
|
|
@ -38,13 +38,13 @@ changeset_comment
|
|||
|
||||
Example error output:
|
||||
|
||||
.. code-block:: json
|
||||
.. code-block:: javascript
|
||||
|
||||
{
|
||||
"id" : <id_given_in_input>,
|
||||
"id" : "<id_given_in_input>",
|
||||
"result" : {
|
||||
"msg": "Commented on commit `<revision>` for repository `<repoid>`",
|
||||
"status_change": null or <status>,
|
||||
"status_change": null or "<status>",
|
||||
"success": true
|
||||
},
|
||||
"error" : null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue