Skip to content

Commit

Permalink
Merge pull request #33 from smutel/PatchVlanGroupScope
Browse files Browse the repository at this point in the history
fix: Scope as object in vlangroup
  • Loading branch information
smutel authored Jun 16, 2022
2 parents 3800d26 + 4b65d2a commit 225db53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patchs/swagger-v3.1.11-vlangroup-scope.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- swagger-v3.1.11.json.ori 2022-06-16 07:07:58.733319323 +0200
+++ swagger-v3.1.11.json 2022-06-16 07:08:17.573555849 +0200
@@ -11665,7 +11665,7 @@
"scope" : {
"readOnly" : true,
"title" : "Scope",
- "type" : "string"
+ "type" : "object"
},
"scope_id" : {
"title" : "Scope id",

0 comments on commit 225db53

Please sign in to comment.