QuenyaParser.Object.RequestBody (Quenya Parser v0.3.6) View Source

RequestBody object

Link to this section Summary

Types

t()

RequestBody object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.RequestBody{
  content: %{required(String.t()) => MediaType.t()},
  description: String.t(),
  required: boolean()
}

RequestBody object from the spec

Link to this section Functions