Skip to content

Commit

Permalink
PMM-12985 Create v3 API infra
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Aug 2, 2024
1 parent 85a01ce commit 0d5acc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
sync:
name: Sync
runs-on: ubuntu-22.04
env:
VERSION: v2
ID: 626badcabbc59c02acc1a53f

steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions api/swagger/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "PMM API",
"version": "v2"
"version": "v3"
},
"schemes": [
"https",
Expand All @@ -26,5 +26,5 @@
"python"
]
},
"x-readme-id": "626badcabbc59c02acc1a53f"
"x-readme-id": "622892a957a7410330bc6184"
}
4 changes: 2 additions & 2 deletions api/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"swagger": "2.0",
"info": {
"title": "PMM API",
"version": "v2"
"version": "v3"
},
"paths": {
"/v1/actions/{action_id}": {
Expand Down Expand Up @@ -27172,5 +27172,5 @@
"python"
]
},
"x-readme-id": "626badcabbc59c02acc1a53f"
"x-readme-id": "622892a957a7410330bc6184"
}

0 comments on commit 0d5acc0

Please sign in to comment.