Base route: /api/project
This API endpoint replaces the entire collection of script modules assigned to a project with a new set of module identifiers.
PUT /api/project/script-modules
{
"projectId": "string",
"scriptModuleIds": ["string"]
}
200 OK