Skip to content

Commit dc5c4dd

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from Notehub commit 0d34793
1 parent 6ff4b05 commit dc5c4dd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

openapi.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)