POST
/
folders
/
{folder_id}
/
workflows
/
{workflow_id}
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.folders.workflows.associate('workflow_id', { folder_id: 'folder_id' });

console.log(response);
{}

Headers

authorization
string

Path Parameters

folder_id
string
required
workflow_id
string
required

Response

200
application/json

Successful Response

The response is of type object.