зеркало из https://github.com/microsoft/CCF.git
Return schema correctly in gov/service/javascript-app endpoint (#6432)
This commit is contained in:
Родитель
4cbc7eb4b5
Коммит
4089c9193c
|
@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [5.0.3]
|
||||
|
||||
[5.0.3]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.3
|
||||
|
||||
### Bug fix
|
||||
|
||||
- In `GET gov/service/javascript-app`, `openApi` now correctly returns the schema set for the endpoint (#6430)
|
||||
|
||||
## [5.0.2]
|
||||
|
||||
[5.0.2]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.2
|
||||
|
|
|
@ -309,7 +309,7 @@ namespace ccf::gov::endpoints
|
|||
operation["authnPolicies"] = policies;
|
||||
|
||||
operation["mode"] = properties.mode;
|
||||
operation["openApi"] = properties.authn_policies;
|
||||
operation["openApi"] = properties.openapi;
|
||||
|
||||
operations[key.verb.c_str()] = operation;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче