MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.openapi.model
/
PathItem
Path
Item
@
Serializable
data
class
PathItem
(
val
summary
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
get
:
Operation
?
=
null
,
val
post
:
Operation
?
=
null
,
val
put
:
Operation
?
=
null
,
val
delete
:
Operation
?
=
null
,
val
patch
:
Operation
?
=
null
)
パスアイテム 特定のパスに対する操作を定義する
Members
Constructors
Path
Item
Link copied to clipboard
constructor
(
summary
:
String
?
=
null
,
description
:
String
?
=
null
,
get
:
Operation
?
=
null
,
post
:
Operation
?
=
null
,
put
:
Operation
?
=
null
,
delete
:
Operation
?
=
null
,
patch
:
Operation
?
=
null
)
Properties
delete
Link copied to clipboard
val
delete
:
Operation
?
DELETEオペレーション
description
Link copied to clipboard
val
description
:
String
?
パスの説明
get
Link copied to clipboard
val
get
:
Operation
?
GETオペレーション
patch
Link copied to clipboard
val
patch
:
Operation
?
PATCHオペレーション
post
Link copied to clipboard
val
post
:
Operation
?
POSTオペレーション
put
Link copied to clipboard
val
put
:
Operation
?
PUTオペレーション
summary
Link copied to clipboard
val
summary
:
String
?
パスの概要