Skip to content
Discussion options

You must be logged in to vote

@cristalp you can have multiple content entries, one for each Media Type.

@RequestBody(
  content = {
    @Content(mediaType = "application/json", schema = @Schema(/* JSON schema or $ref */), examples = { /* JSON examples */ }),
    @Content(mediaType = "text/csv", schema = @Schema(/* CSV schema or $ref */), examples = { /* CSV examples */ })
  }
)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cristalp
Comment options

@MikeEdgar
Comment options

Answer selected by cristalp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants