We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ce98e commit e023180Copy full SHA for e023180
ui/src/components/elements/ApiActionRequest.tsx
@@ -102,7 +102,7 @@ export default function ApiActionRequest(props: Props) {
102
</div>
103
)}
104
105
- {(method == 'POST' || method == 'PUT' || method == 'PATH') && (
+ {(method == 'POST' || method == 'PUT' || method == 'PATCH') && (
106
<div className="mockup-code">
107
<span className='pl-5 text-sm text-slate-500'>REQUEST BODY</span>
108
{/* <div className='pl-5'>Image</div>
0 commit comments