@@ -327,6 +327,39 @@ paths:
327327 - personalAccessToken : []
328328 tags :
329329 - project
330+ ' /v1/projects/{projectOrProductUID} ' :
331+ delete :
332+ operationId : deleteProject
333+ description : Delete a Project by ProjectUID
334+ parameters :
335+ - $ref : ' #/components/parameters/projectOrProductUIDParam'
336+ responses :
337+ ' 200 ' :
338+ description : Successful operation
339+ default :
340+ $ref : ' #/components/responses/ErrorResponse'
341+ security :
342+ - personalAccessToken : []
343+ tags :
344+ - project
345+ get :
346+ operationId : getProject
347+ description : Get a Project by ProjectUID
348+ parameters :
349+ - $ref : ' #/components/parameters/projectOrProductUIDParam'
350+ responses :
351+ ' 200 ' :
352+ description : Successful operation
353+ content :
354+ application/json :
355+ schema :
356+ $ref : ' #/components/schemas/Project'
357+ default :
358+ $ref : ' #/components/responses/ErrorResponse'
359+ security :
360+ - personalAccessToken : []
361+ tags :
362+ - project
330363 ' /v1/projects/{projectOrProductUID}/alerts ' :
331364 get :
332365 operationId : getAlerts
@@ -2630,39 +2663,6 @@ paths:
26302663 - personalAccessToken : []
26312664 tags :
26322665 - webhook
2633- ' /v1/projects/{projectUID} ' :
2634- delete :
2635- operationId : deleteProject
2636- description : Delete a Project by ProjectUID
2637- parameters :
2638- - $ref : ' #/components/parameters/projectOrProductUIDParam'
2639- responses :
2640- ' 200 ' :
2641- description : Successful operation
2642- default :
2643- $ref : ' #/components/responses/ErrorResponse'
2644- security :
2645- - personalAccessToken : []
2646- tags :
2647- - project
2648- get :
2649- operationId : getProject
2650- description : Get a Project by ProjectUID
2651- parameters :
2652- - $ref : ' #/components/parameters/projectOrProductUIDParam'
2653- responses :
2654- ' 200 ' :
2655- description : Successful operation
2656- content :
2657- application/json :
2658- schema :
2659- $ref : ' #/components/schemas/Project'
2660- default :
2661- $ref : ' #/components/responses/ErrorResponse'
2662- security :
2663- - personalAccessToken : []
2664- tags :
2665- - project
26662666components :
26672667 parameters :
26682668 cursorParam :
0 commit comments