Project Updates REST Endpoints

Project Updates

REST API endpoints for Project Updates

Cancel Project Update
Method: get
Path: /api/v2/project_updates/{id}/cancel/
Cancel Project Update
Method: post
Path: /api/v2/project_updates/{id}/cancel/
Delete a Project Update
Method: delete
Path: /api/v2/project_updates/{id}/
List Inventory Updates for a Project Update
Method: get
Path: /api/v2/project_updates/{id}/scm_inventory_updates/
List Notifications for a Project Update
Method: get
Path: /api/v2/project_updates/{id}/notifications/
List Project Update Events for a Project Update
Method: get
Path: /api/v2/project_updates/{id}/events/
List Project Updates
Method: get
Path: /api/v2/project_updates/
Retrieve a Project Update
Method: get
Path: /api/v2/project_updates/{id}/
Retrieve Project Update Stdout
Method: get
Path: /api/v2/project_updates/{id}/stdout/