chore(ci): update commit author information

This commit is contained in:
Paul Makles
2023-02-22 12:09:03 +01:00
parent 883292e9d3
commit cc7c246c3b
2 changed files with 40 additions and 0 deletions
+36
View File
@@ -3696,6 +3696,42 @@
]
}
},
"/ci/test": {
"post": {
"summary": "Ignore this entry",
"operationId": "report_content_report_content",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DataReportContent"
}
}
},
"required": true
},
"responses": {
"default": {
"description": "An error occurred.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
},
"200": {
"description": ""
}
},
"security": [
{
"Session Token": []
}
]
}
},
"/auth/account/create": {
"post": {
"tags": [