// Projects

Import one script module

Import a single workspace script module into a project.

POST/api/project/script-module

Description

Adds one script module assignment without affecting the others.

Parameters

NameInTypeRequiredDescription
projectId body string yes ID of the project.
scriptModuleId body string yes ID of the script module to import.

Errors

StatusMeaning
400 Invalid projectId or scriptModuleId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.