chore: generate
This commit is contained in:
parent
f591bf5f93
commit
969bb90f69
5 changed files with 34 additions and 39 deletions
|
|
@ -3990,14 +3990,6 @@
|
|||
},
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "directory",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"name": "workspace",
|
||||
"in": "query",
|
||||
|
|
@ -4039,9 +4031,12 @@
|
|||
"properties": {
|
||||
"directory": {
|
||||
"type": "string"
|
||||
},
|
||||
"force": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": ["directory"],
|
||||
"required": ["directory", "force"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
|
@ -19626,6 +19621,9 @@
|
|||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"forceRequired": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": ["message"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue