Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added OpenAPI response structures for sys endpoints (#18515)
* added response objects to all of the endpoints laid out by the ticket linked * added changelog file and updated based on review * added the required bool to the correct fields * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * updated based on review * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Daniel Huckins <[email protected]> * updated based on review and added test cases for validating response structures * fix copy pasta issues breaking tests * Update vault/logical_system_paths.go Co-authored-by: Anton Averchenkov <[email protected]> * fix test failures * fixed issue with refrencing the wrong req var name * fixed another test case and double checked the rest * updated based on review * updated in all locations * Update vault/logical_system_paths.go Co-authored-by: Anton Averchenkov <[email protected]> * Update vault/logical_system_paths.go Co-authored-by: Anton Averchenkov <[email protected]> * fixed my brain fart * Update vault/logical_system_paths.go Co-authored-by: Anton Averchenkov <[email protected]> * address fmt error --------- Co-authored-by: lursu <[email protected]> Co-authored-by: Daniel Huckins <[email protected]> Co-authored-by: Anton Averchenkov <[email protected]>
- Loading branch information