This commit is contained in:
lohxt1
2025-04-03 13:48:39 +05:30
parent 84cd91b798
commit f06eb86574

View File

@@ -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()
})