diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7939f23..8e72ddb 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -23,6 +23,8 @@ jobs: - name: Commit changes uses: EndBug/add-and-commit@v9 with: + author_name: Revolt CI + author_email: revolt-ci@users.noreply.github.com message: "chore: build library from latest spec [skip ci]" - name: Find current API version @@ -41,6 +43,8 @@ jobs: if: ${{ steps.checkTag.outputs.exists }} != true uses: EndBug/add-and-commit@v9 with: + author_name: Revolt CI + author_email: revolt-ci@users.noreply.github.com tag: "${{ env.api_version }} --force" message: "chore: bump version to ${{ env.api_version }} [skip ci]" - name: Publish to NPM diff --git a/OpenAPI.json b/OpenAPI.json index d58cded..9068e4c 100644 --- a/OpenAPI.json +++ b/OpenAPI.json @@ -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": [