Clarify if params should use capital letter in API doc

In !25201 (merged) it was suggested to use Boolean instead of boolean in REST API doc. I'm fine with either small or capitalized parameters in doc, but it would be great to be consistent, because:

The following discussion from !25201 (merged) should be addressed:

  • @msedlakjakubowski started a discussion: (+2 comments)

    "Boolean" should be capitalized.

    | `confidential`                            | Boolean        | no       | Set an issue to be confidential. Default is `false`.  |

Resolution: use "boolean" for consistency

Edited by Marcin Sedlak-Jakubowski