diff --git a/docs/api/methods/deprecated-methods.rst b/docs/api/methods/deprecated-methods.rst index ea5f069f..8bc49cf9 100644 --- a/docs/api/methods/deprecated-methods.rst +++ b/docs/api/methods/deprecated-methods.rst @@ -38,7 +38,7 @@ changeset_comment Example error output: - .. code-block:: json + .. code-block:: javascript { "id" : , diff --git a/rhodecode/api/views/deprecated_api.py b/rhodecode/api/views/deprecated_api.py index e6e4d9ce..904f9a41 100644 --- a/rhodecode/api/views/deprecated_api.py +++ b/rhodecode/api/views/deprecated_api.py @@ -66,7 +66,7 @@ def changeset_comment(request, apiuser, repoid, revision, message, Example error output: - .. code-block:: json + .. code-block:: javascript { "id" : ,