Added useDarkMode hook for detecting dark mode setting dynamically (#3019)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
},
|
||||
"version": "1.0.28"
|
||||
"version": "1.0.29"
|
||||
},
|
||||
"paths": {
|
||||
"/agent/tools": {
|
||||
@@ -480,6 +480,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid cron expression or recipe file"
|
||||
},
|
||||
"409": {
|
||||
"description": "Job ID already exists"
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user