mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
fix(docs): add missing swagger docs for upload file [EE-4886] (#8708)
* add docs for uploading files via host management features * fix other doc issues
This commit is contained in:
parent
c650868fe9
commit
8c5edd2c97
23 changed files with 66 additions and 41 deletions
|
@ -25,8 +25,8 @@ func (payload *logsPayload) Validate(r *http.Request) error {
|
|||
// @tags edge, endpoints
|
||||
// @accept json
|
||||
// @produce json
|
||||
// @param id path string true "environment(endpoint) Id"
|
||||
// @param jobID path string true "Job Id"
|
||||
// @param id path int true "environment(endpoint) Id"
|
||||
// @param jobID path int true "Job Id"
|
||||
// @success 200
|
||||
// @failure 500
|
||||
// @failure 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue