File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2042,7 +2042,7 @@ paths:
20422042 - monitor
20432043 ' /v1/projects/{projectOrProductUID}/products ' :
20442044 get :
2045- operationId : getProjectProducts
2045+ operationId : getProducts
20462046 description : Get Products within a Project
20472047 responses :
20482048 ' 200 ' :
@@ -2104,6 +2104,22 @@ paths:
21042104 - personalAccessToken : []
21052105 tags :
21062106 - project
2107+ ' /v1/projects/{projectOrProductUID}/products/{productUID} ' :
2108+ delete :
2109+ operationId : deleteProduct
2110+ description : Delete a product
2111+ responses :
2112+ ' 204 ' :
2113+ description : Successful operation
2114+ default :
2115+ $ref : ' #/components/responses/ErrorResponse'
2116+ security :
2117+ - personalAccessToken : []
2118+ tags :
2119+ - project
2120+ parameters :
2121+ - $ref : ' #/components/parameters/projectOrProductUIDParam'
2122+ - $ref : ' #/components/parameters/productUIDParam'
21072123 ' /v1/projects/{projectOrProductUID}/routes ' :
21082124 get :
21092125 operationId : getRoutes
You can’t perform that action at this time.
0 commit comments