Forum Discussion

marcinluczynski's avatar
marcinluczynski
New Contributor
2 years ago

Generated Java endpoints for array body

I have a following parameter definition in a PATCH request: - name: patch_request in: body required: true schema: $ref: '#/definitions/JSONResourcePatchRequestModel' The object in $...