diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4aefa14550..147d45704f 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -14,9 +14,6 @@ jobs: sync: name: Sync runs-on: ubuntu-22.04 - env: - VERSION: v2 - ID: 626badcabbc59c02acc1a53f steps: - name: Check out code diff --git a/api/swagger/header.json b/api/swagger/header.json index 90c8445d6f..15009b0031 100644 --- a/api/swagger/header.json +++ b/api/swagger/header.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "PMM API", - "version": "v2" + "version": "v3" }, "schemes": [ "https", @@ -26,5 +26,5 @@ "python" ] }, - "x-readme-id": "626badcabbc59c02acc1a53f" + "x-readme-id": "622892a957a7410330bc6184" } diff --git a/api/swagger/swagger.json b/api/swagger/swagger.json index a69241f74f..765fbdcdd3 100644 --- a/api/swagger/swagger.json +++ b/api/swagger/swagger.json @@ -12,7 +12,7 @@ "swagger": "2.0", "info": { "title": "PMM API", - "version": "v2" + "version": "v3" }, "paths": { "/v1/actions/{action_id}": { @@ -27172,5 +27172,5 @@ "python" ] }, - "x-readme-id": "626badcabbc59c02acc1a53f" + "x-readme-id": "622892a957a7410330bc6184" } \ No newline at end of file