- Subcategories:
- Project Versions
Projects REST Endpoints
Hub Administration/Projects
Projects management
- Create projects
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects - Delete a project
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects/{project-name} - Get a project
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects/{project-name} - Get a project inclusions report
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects/{project-name}/inclusions-report - Get all projects
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects - Update a project
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/projects/{project-name}