Home / Resources / API Reference

Project

Base route: /api/project

Assign script module to project

Adds a specific script module to the project's library, making its functions available for use in deployment steps.

Request

Parameters
projectId
string
required
Target project identifier.
scriptModuleId
string
required
The identifier of the script module to assign.
Request body

POST /api/project/script-module {   "projectId": "string",   "scriptModuleId": "string" }

Response

200 OK