Base route: /api/project
Adds a specific script module to the project's library, making its functions available for use in deployment steps.
POST /api/project/script-module
{
"projectId": "string",
"scriptModuleId": "string"
}
200 OK