mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 21:20:58 +00:00
fix(docs): api docs for bulk env update response (#7714)
This commit is contained in:
11
openapi.json
11
openapi.json
@@ -3009,13 +3009,10 @@
|
||||
"content": {
|
||||
"application\/json": {
|
||||
"schema": {
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string",
|
||||
"example": "Environment variables updated."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#\/components\/schemas\/EnvironmentVariable"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user