Projects REST Endpoints

Hub Administration/Projects
Projects management
Create projects
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects
Delete a project
Method: delete
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects/{project-name}
Get a project
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects/{project-name}
Get a project inclusions report
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects/{project-name}/inclusions-report
Get all projects
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects
Update a project
Method: patch
Path: https://{your_site_interface}/opa-hub/api/12.2.34/projects/{project-name}