chore: generate
parent
2a4dedc210
commit
2c825c3223
|
|
@ -637,7 +637,8 @@
|
|||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -694,7 +695,8 @@
|
|||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -777,7 +779,8 @@
|
|||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -836,7 +839,8 @@
|
|||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -3966,7 +3970,8 @@
|
|||
"in": "path",
|
||||
"name": "permissionID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -4052,7 +4057,8 @@
|
|||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -4228,7 +4234,8 @@
|
|||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -4316,7 +4323,8 @@
|
|||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
|
|
@ -8579,7 +8587,8 @@
|
|||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"reply": {
|
||||
"type": "string",
|
||||
|
|
@ -8788,7 +8797,8 @@
|
|||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"answers": {
|
||||
"type": "array",
|
||||
|
|
@ -8817,7 +8827,8 @@
|
|||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
}
|
||||
},
|
||||
"required": ["sessionID", "requestID"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue