feat(api): enhance OpenAPI specifications with token variable and additional key attributes
This commit is contained in:
14
openapi.json
14
openapi.json
@@ -7,7 +7,13 @@
|
||||
"servers": [
|
||||
{
|
||||
"url": "https:\/\/app.coolify.io\/api\/v1",
|
||||
"description": "Coolify Cloud API. Change the host to your own instance if you are self-hosting."
|
||||
"description": "Coolify Cloud API. Change the host to your own instance if you are self-hosting.",
|
||||
"variables": {
|
||||
"token": {
|
||||
"default": "Coolify token for authentication",
|
||||
"description": "your-coolify-token-here"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
@@ -7729,6 +7735,12 @@
|
||||
"type": "string",
|
||||
"format": "private-key"
|
||||
},
|
||||
"public_key": {
|
||||
"type": "string"
|
||||
},
|
||||
"fingerprint": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_git_related": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user