Skip to content

Commit

Permalink
fix(smartevents-mgmt/v1): update for smartevents-mgmt/v1 SDK (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
  • Loading branch information
app-services-ci and app-services-ci authored Aug 3, 2022
1 parent 7ff0936 commit fa1c71b
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .openapi/smartevents_mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,64 @@ paths:
$ref: '#/components/schemas/ErrorsList'
security:
- bearer: []
put:
tags:
- Bridges
summary: Update a Bridge instance
description: Update a Bridge instance for the authenticated user.
operationId: BridgesAPI_updateBridge
parameters:
- name: bridgeId
in: path
required: true
schema:
minLength: 1
type: string
nullable: false
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BridgeRequest'
responses:
"202":
description: Accepted.
content:
application/json:
schema:
$ref: '#/components/schemas/BridgeResponse'
"400":
description: Bad request.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorsList'
"401":
description: Unauthorized.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorsList'
"403":
description: Forbidden.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorsList'
"404":
description: Not found.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorsList'
"500":
description: Internal error.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorsList'
security:
- bearer: []
delete:
tags:
- Bridges
Expand Down

0 comments on commit fa1c71b

Please sign in to comment.