Skip to content

Commit

Permalink
Definitions Update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Benkevich committed Jun 29, 2020
1 parent f48e456 commit 98edf05
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions alsdkdefs/apis/deployments/deployments.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ servers:
paths:
'/deployments/v1/{account_id}/deployments':
get:
summary: Your GET endpoint
summary: List Deployments
tags: []
responses:
'200':
Expand Down Expand Up @@ -91,7 +91,7 @@ paths:
security:
- X-AIMS-Auth-Token: []
put:
summary: ''
summary: Update Deployment
operationId: update_deployment
responses:
'200':
Expand All @@ -102,6 +102,11 @@ paths:
$ref: '#/components/schemas/Deployment'
security:
- X-AIMS-Auth-Token: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/DeploymentInfo'
components:
schemas:
DeploymentInfo:
Expand Down Expand Up @@ -159,8 +164,8 @@ components:
type: array
items:
$ref: '#/components/schemas/DeploymentCredentialInfo'
required:
- name
version:
type: number
AWSMonitorInfo:
title: MonitorInfo
type: object
Expand Down

0 comments on commit 98edf05

Please sign in to comment.