Home / Resources / API Reference

Project

Base route: /api/project

Replace project script modules

This API endpoint replaces the entire collection of script modules assigned to a project with a new set of module identifiers.

Request

Parameters
projectId
string
required
The unique identifier of the project.
scriptModuleIds
array
required
An array of script module IDs to be associated with the project.
Request body

PUT /api/project/script-modules {   "projectId": "string",   "scriptModuleIds": ["string"] }

Response

200 OK