Initializer
init(mediaType:contents:parameters:symbol:)
Initialize a value to describe documentation about a payload body for an HTTP request symbol.
init(mediaType: String?, contents: [any Markup], parameters: [HTTPParameter] = [], symbol: SymbolGraph.Symbol? = nil)
Parameters
mediaTypeThe media type of the body.
contentsThe content that describe this body.
parametersThe individual parameters of a body that is a multipart or url-encoded form.
symbolThe symbol data extracted from the symbol graph.