Skip to content

Fix line wrapping, and redact discussion IDs

Amy Qualls requested to merge 325706-aqualls-api-multiline into master

What does this MR do?

As part of the work of #325706 (closed), I started reading through the page. Thanks to our CSS styling, the long curl commands got scrollbars that made it tough to read the actually useful part of these commands.

Changes:

  • Hard line wraps in a few areas of text
  • Escaping long lines in curl commands so they can be changed to multiline commands
  • Replacing discussion IDs with <discussion_id> to help shorten the really long lines

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #325706 (closed)

Edited by Amy Qualls

Merge request reports