Skip to content

Commit a9d625c

Browse files
committed
chore: update openapi.json with csp-report endpoint
1 parent 1d7d300 commit a9d625c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

app/frontend/openapi.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,6 +1975,22 @@
19751975
]
19761976
}
19771977
},
1978+
"/api/v1/csp-report": {
1979+
"post": {
1980+
"description": "Endpoint to receive and log Content Security Policy violations.",
1981+
"operationId": "CspReportController_handleCspReport_v1",
1982+
"parameters": [],
1983+
"responses": {
1984+
"201": {
1985+
"description": ""
1986+
}
1987+
},
1988+
"summary": "Receive CSP violation reports",
1989+
"tags": [
1990+
"CSP"
1991+
]
1992+
}
1993+
},
19781994
"/api/v1/test-error/generic": {
19791995
"get": {
19801996
"operationId": "TestErrorController_getGenericError_v1",

0 commit comments

Comments
 (0)