feat: get target url from req body
This commit is contained in:
@@ -259,7 +259,7 @@ function handleWorkflowActions(workflow: any[], credentials: Credentials) {
|
||||
router.put('/recordings/:id', requireSignIn, async (req: AuthenticatedRequest, res) => {
|
||||
try {
|
||||
const { id } = req.params;
|
||||
const { name, limit, credentials } = req.body;
|
||||
const { name, limit, credentials, targetUrl } = req.body;
|
||||
|
||||
// Validate input
|
||||
if (!name && limit === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user