Skip to content

Commit

Permalink
Merge pull request #6 from stape-io/patch-request
Browse files Browse the repository at this point in the history
PATCH request
  • Loading branch information
Bukashk0zzz authored Apr 5, 2024
2 parents 1c3fa10 + d680072 commit bd765b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
homepage: "https://stape.io/"
documentation: "https://github.com/stape-io/json-http-request-tag"
versions:
- sha: 91fe8e69330444b4c72cf00604da7cc7d78db8e9
changeNotes: Added support of PATCH request.
- sha: 0b3a021ec9d32f010abf212ca7f85da62637c9e7
changeNotes: Fix log name
- sha: a3dc2725e8396fbe2b8e10a839828d8a7949c985
Expand Down
6 changes: 5 additions & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ ___TEMPLATE_PARAMETERS___
{
"value": "PUT",
"displayValue": "PUT"
},
{
"value": "PATCH",
"displayValue": "PATCH"
}
],
"simpleValueType": true,
Expand All @@ -158,7 +162,7 @@ ___TEMPLATE_PARAMETERS___
{
"type": "REGEX",
"args": [
"POST|PUT"
"POST|PUT|PATCH"
]
}
]
Expand Down

0 comments on commit bd765b4

Please sign in to comment.