toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract.openapi.v3
/
ApiPath
/
NoBody
/
NoBody
No
Body
constructor
(
summary
:
String
,
description
:
String
?
,
tags
:
List
<
String
>
?
,
parameters
:
List
<
RequestParameter
<
NODE
>
>
,
responses
:
Map
<
String
,
ResponseContents
<
NODE
>
>
,
security
:
NODE
?
,
operationId
:
String
?
,
deprecated
:
Boolean
?
,
callbacks
:
Map
<
String
,
Map
<
Uri
,
Map
<
String
,
ApiPath
<
NODE
>
>
>
>
?
)