fix(api): added missing "x-id"s

This commit is contained in:
yusing
2025-08-16 23:24:03 +08:00
parent 11af9d107a
commit 6b89cd9106
8 changed files with 37 additions and 12 deletions

View File

@@ -332,7 +332,9 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-id": "info",
"operationId": "info"
}
},
"/cert/renew": {
@@ -367,7 +369,9 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-id": "renew",
"operationId": "renew"
}
},
"/docker/containers": {
@@ -405,7 +409,9 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-id": "containers",
"operationId": "containers"
}
},
"/docker/info": {
@@ -443,7 +449,9 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-id": "info",
"operationId": "info"
}
},
"/docker/logs/{server}/{container}": {
@@ -534,7 +542,9 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-id": "logs",
"operationId": "logs"
}
},
"/favicon": {