File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ Pagination Headers Returned:
64
64
- ` x-next-page ` number of next page (omitted if last page)
65
65
- ` x-last-page ` number of last page
66
66
67
- ```
67
+
68
68
```
69
69
GET /api/v1/engagements/customer/{customer}/{engagement}
70
70
```
71
71
Returns the engagement associated with the customer and engagement name combination.
72
- ```
72
+
73
73
```
74
74
GET /api/v1/engagements/customer/{customer}/{engagement}/commits
75
75
```
@@ -95,6 +95,22 @@ DELETE /api/v1/engagements/hooks
95
95
```
96
96
Deletes all webhooks in all configured engagement projects.
97
97
98
+ ### Engagement / Project Mapping
99
+
100
+ This resource exposes APIs that relates engagement uuids to project ids
101
+
102
+ ```
103
+ GET /api/v1/engagements/projects
104
+ ```
105
+
106
+ Returns a full list of projects and associated engagement uuid. (uuid is null if not set although it should always be set)
107
+
108
+ ```
109
+ GET /api/v1/engagements/projects/{uuid}
110
+ ```
111
+
112
+ Returns project information including project id for the uuid specified.
113
+
98
114
### Version Resource
99
115
100
116
The version resource exposes an API that allows a client to determine which version of the application is deployed.
You can’t perform that action at this time.
0 commit comments