src/Controller/ProjectApiController.php
Line exceeds 120 characters; contains 125 characters Open
Open
* description="Example: </br><pre><code>curl https://www.ci-report.io/api/projects/project-one -X GET</code></pre>",
- Exclude checks
Line exceeds 120 characters; contains 198 characters Open
Open
* description="Example: </br><pre><code>curl https://www.ci-report.io/api/projects/project-one/private -H "X-CIR-TKN: 1f4ffb19e4b9-02278af07b7d-4e370a76f001" -X GET</code></pre>",
- Exclude checks
Line exceeds 120 characters; contains 398 characters Open
Open
* description="Example: </br><pre><code>curl https://www.ci-report.io/api/projects/project-one -H "Content-Type: application/json" -H "X-CIR-TKN: 1f4ffb19e4b9-02278af07b7d-4e370a76f001" -X PUT --data '{"name":"Project To Update", "warning":85, "success":90, "email":"test-changed@example.com"}'</code></pre>",
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
* @ParamConverter("project", converter="fos_rest.request_body", options={ "validator"={"groups"={"input", "unique"}} } )
- Exclude checks
Line exceeds 120 characters; contains 193 characters Open
Open
* description="Example: </br><pre><code>curl https://www.ci-report.io/api/projects/project-one -H "X-CIR-TKN: 1f4ffb19e4b9-02278af07b7d-4e370a76f001" -X DELETE</code></pre>",
- Exclude checks
Line exceeds 120 characters; contains 311 characters Open
Open
* description="Example: </br><pre><code>curl https://www.ci-report.io/api/projects -H "Content-Type: application/json" -X POST --data '{"name":"Project To Add", "warning":80, "success":95, "email":"test@example.com"}'</code></pre>",
- Exclude checks