fix: incorrect server API patch response
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"openapi": "3.1.0",
|
||||
"info": {
|
||||
"title": "Coolify",
|
||||
"version": "0.1"
|
||||
@@ -5451,10 +5451,7 @@
|
||||
"content": {
|
||||
"application\/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#\/components\/schemas\/Server"
|
||||
}
|
||||
"$ref": "#\/components\/schemas\/Server"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user