put https://api.ol-hub.com/backend/api/v1/projects//modules
The add modules to project API sends a PUT request to add modules to a project.
Prerequisites:
The caller must supply the project id and modulesIds to be added to the project.
Input parameters:
Field name | Description | Format |
---|---|---|
id | Project id | UUID |
modulesIds | Set (list) of module ids | UUID |
Output:
HTTP Status: 204 No Content