mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 06:33:18 +02:00
fix(api): added missing "x-id"s
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user