mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
updates
This commit is contained in:
@@ -161,7 +161,7 @@ const oauth2AuthorizationAdditionalParametersSchema = Yup.object({
|
||||
name: Yup.string().nullable(),
|
||||
value: Yup.string().nullable(),
|
||||
sendIn: Yup.string()
|
||||
.oneOf(['headers', 'queryparams', 'body'])
|
||||
.oneOf(['headers', 'queryparams'])
|
||||
.required('send in property is required'),
|
||||
enabled: Yup.boolean()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user