Project Updates REST Endpoints
Project Updates
REST API endpoints for Project Updates
- Cancel Project Update
- Method: getPath:
/api/v2/project_updates/{id}/cancel/ - Cancel Project Update
- Method: postPath:
/api/v2/project_updates/{id}/cancel/ - Delete a Project Update
- Method: deletePath:
/api/v2/project_updates/{id}/ - List Inventory Updates for a Project Update
- Method: getPath:
/api/v2/project_updates/{id}/scm_inventory_updates/ - List Notifications for a Project Update
- Method: getPath:
/api/v2/project_updates/{id}/notifications/ - List Project Update Events for a Project Update
- Method: getPath:
/api/v2/project_updates/{id}/events/ - List Project Updates
- Method: getPath:
/api/v2/project_updates/ - Retrieve a Project Update
- Method: getPath:
/api/v2/project_updates/{id}/ - Retrieve Project Update Stdout
- Method: getPath:
/api/v2/project_updates/{id}/stdout/