Skip to content

Commit

Permalink
fix: change response code to 200 on closeApiPlan endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Oct 26, 2023
1 parent d073ea8 commit 1ce24e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apim/3.x/management-api/3.20/swagger.json
Expand Up @@ -9568,7 +9568,7 @@
}
],
"responses": {
"204": {
"200": {
"description": "Plan successfully closed",
"content": {
"application/json": {
Expand Down Expand Up @@ -30636,7 +30636,7 @@
}
],
"responses": {
"204": {
"200": {
"description": "Plan successfully closed",
"content": {
"application/json": {
Expand Down

0 comments on commit 1ce24e3

Please sign in to comment.