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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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

