open_api_spex v1.1.4 OpenApiSpex.RequestBody View Source
Defines the OpenApiSpex.RequestBody.t
type.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %OpenApiSpex.RequestBody{content: %{optional(String.t()) => OpenApiSpex.MediaType.t()}, description: String.t(), required: boolean()}
Describes a single request body.