Browse Source

fix(sdk): update relation type var in swagger

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4046/head
Pranav C 2 years ago
parent
commit
1096d0adbb
  1. 12
      scripts/sdk/swagger.json

12
scripts/sdk/swagger.json

@ -4106,7 +4106,8 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"mm", "mm",
"hm" "hm",
"bt"
] ]
}, },
"name": "relationType", "name": "relationType",
@ -4208,7 +4209,8 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"mm", "mm",
"hm" "hm",
"bt"
] ]
}, },
"name": "relationType", "name": "relationType",
@ -4323,7 +4325,8 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"mm", "mm",
"hm" "hm",
"bt"
] ]
}, },
"name": "relationType", "name": "relationType",
@ -4558,7 +4561,8 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"mm", "mm",
"hm" "hm",
"bt"
] ]
}, },
"name": "relationType", "name": "relationType",

Loading…
Cancel
Save