Skip to content

Commit 4ae5883

Browse files
authored
Merge pull request #6843 from devtron-labs/specs-main-cut
misc: develop sync for specs
2 parents 261df88 + 3c2e2de commit 4ae5883

File tree

10 files changed

+1446
-1440
lines changed

10 files changed

+1446
-1440
lines changed

specs/audit/deployment-history-api-spec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ openapi: "3.0.3"
22
info:
33
version: 1.0.0
44
title: Helm App Deployment History
5+
description: API for retrieving deployment history information for Helm applications
6+
7+
servers:
8+
- url: /orchestrator
9+
description: Devtron Orchestrator API Server
10+
511
paths:
612
/orchestrator/application/deployment-history:
713
get:

specs/audit/deployment-history.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ openapi: "3.0.0"
22
info:
33
version: 1.0.0
44
title: Deployment History API
5+
description: API for retrieving deployment history and component details
6+
7+
servers:
8+
- url: /orchestrator
9+
description: Devtron Orchestrator API Server
10+
511
paths:
612
/orchestrator/app/history/deployed-component/detail/{appId}/{pipelineId}/{id}:
713
get:

0 commit comments

Comments
 (0)