RenameWPSFile godoc @Summary 重命名WPS文档 @Description WPS集成接口,重命名指定文档 @Tags WPS集成(回调接口) @Accept json @Produce json @Param file_id path string true "文件ID" @Param X-App-ID header string true "APP_ID" @Param name body object{name=string} true "新文件名" @Success 200 {object} weboffice.Reply @Failure 400 {obje
(c *gin.Context)
| 662 | // @Failure 500 {object} weboffice.Reply |
| 663 | // @Router /api/wps/v3/3rd/files/{file_id}/name [put] |
| 664 | func RenameWPSFile(c *gin.Context) { |
| 665 | wrapHandlerFunc(renameWPSFile)(c) |
| 666 | } |
| 667 | |
| 668 | // PrepareWPSFileUpload godoc |
| 669 | // @Summary 准备WPS文件上传 |
nothing calls this directly
no test coverage detected