Skip to content

Commit

Permalink
bumps version, fixes ca create response
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Jul 16, 2024
1 parent d2a16ba commit a005a85
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.26.20
version: 0.26.21
host: demo.ziti.dev
basePath: /edge/client/v1
paths:
Expand Down
7 changes: 4 additions & 3 deletions management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.26.20
version: 0.26.21
host: demo.ziti.dev
basePath: /edge/management/v1
paths:
Expand Down Expand Up @@ -1211,9 +1211,10 @@ paths:
$ref: '#/definitions/authenticatorCreate'
responses:
"201":
description: The create was successful
description: The create request was successful and the resource has been
added at the following location
schema:
$ref: '#/definitions/authenticatorCreate'
$ref: '#/definitions/createEnvelope'
"400":
description: The supplied request contains invalid fields or could not be
parsed (json and non-json bodies). The error's code, message, and cause
Expand Down
2 changes: 1 addition & 1 deletion rest_client_api_server/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rest_client_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest_management_api_server/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions rest_management_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/client.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
swagger: '2.0'
info:
version: 0.26.20
version: 0.26.21
title: Ziti Edge Client
description: OpenZiti Edge Client API
contact:
Expand Down
2 changes: 1 addition & 1 deletion source/management.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
swagger: '2.0'
info:
version: 0.26.20
version: 0.26.21
title: Ziti Edge Management
description: OpenZiti Edge Management API
contact:
Expand Down
4 changes: 1 addition & 3 deletions source/management/authenticators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ paths:
$ref: '../shared/authenticators.yml#/definitions/authenticatorCreate'
responses:
'201':
description: The create was successful
schema:
$ref: '../shared/authenticators.yml#/definitions/authenticatorCreate'
$ref: '../shared/standard-responses.yml#/responses/createResponse'
'400':
$ref: '../shared/standard-responses.yml#/responses/badRequestResponse'
'401':
Expand Down

0 comments on commit a005a85

Please sign in to comment.