Add tool detail api
This commit is contained in:
@@ -78,15 +78,6 @@ data class ToolCreateParam(
|
||||
@field: NotNull(message = "TemplateId can not be null")
|
||||
val templateId: Long?,
|
||||
|
||||
/**
|
||||
* Privately
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "私有", allowableValues = ["true", "false"], defaultValue = "false")
|
||||
val privately: Boolean = false,
|
||||
|
||||
/**
|
||||
* Keywords
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user