refactor: clean up client side code for creating schedule (#6805)
This commit is contained in:
@@ -3437,7 +3437,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"recipe_source",
|
||||
"recipe",
|
||||
"cron"
|
||||
],
|
||||
"properties": {
|
||||
@@ -3447,8 +3447,8 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"recipe_source": {
|
||||
"type": "string"
|
||||
"recipe": {
|
||||
"$ref": "#/components/schemas/Recipe"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user