From 9f987616cc23a2f7f8029f1adeb87d13e02807c1 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 10 Feb 2026 20:54:53 +0200 Subject: [PATCH] Bug 38365: (QA follow-up) Fix param sample indentation --- api/v1/swagger/definitions/csp_report_body.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v1/swagger/definitions/csp_report_body.yaml b/api/v1/swagger/definitions/csp_report_body.yaml index 82fda7f446f..397bbb5dca7 100644 --- a/api/v1/swagger/definitions/csp_report_body.yaml +++ b/api/v1/swagger/definitions/csp_report_body.yaml @@ -41,9 +41,9 @@ properties: maximum: 999999 minimum: 0 sample: - type: string - description: First 40 characters of the inline script that caused the violation - maxLength: 41 + type: string + description: First 40 characters of the inline script that caused the violation + maxLength: 41 sourceFile: type: string description: The URI of the script where the violation occurred -- 2.34.1