toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.interfaces.web.api.interactions
/
ServerApi
/
UpdateServerApi
Update
Server
Api
sealed
interface
UpdateServerApi
:
ServerApi
Inheritors
Request
Response
Members
Types
Request
Link copied to clipboard
data
class
Request
(
val
name
:
String
,
val
description
:
String
)
:
ServerApi.UpdateServerApi
Response
Link copied to clipboard
data
class
Response
(
val
name
:
String
,
val
description
:
String
)
:
ServerApi.UpdateServerApi