Skip to content

Commit

Permalink
Merge pull request #468 from RepreZen/task/ZEN-4368
Browse files Browse the repository at this point in the history
ZEN-4368 - Consider PATCH instead of PUT in OAS3 Object Resource code template
  • Loading branch information
tfesenko authored Aug 27, 2018
2 parents e92d83f + f63e387 commit b68942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.reprezen.swagedit.openapi3/resources/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ email: ${contact_email}</template>
$$ref: '${itemSchema}'
'404':
description: Not Found
put:
patch:
description: Create a new ${item}
requestBody:
description: description
Expand Down

0 comments on commit b68942b

Please sign in to comment.