File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]  
8+ ### Fixed  
9+ -  Request body details for secret creation so all clients can properly set secrets. This changes
10+   the MIME type of the request body to ` application/octet-stream `  in place of text plain,
11+   allowing for proper binary secrets in clients (` format: binary `  is broken in some clients).
12+   [ cyberark/conjur-openapi-spec #187 ] ( https://github.com/cyberark/conjur-openapi-spec/pull/187 ) 
813
914## [ 5.1.1]  - 2021-04-28 
1015### Added  
Original file line number Diff line number Diff line change @@ -83,10 +83,9 @@ components:
8383          description : " Secret data" 
8484          required : false 
8585          content :
86-             text/plain :
86+             application/octet-stream :
8787              schema :
8888                type : string 
89-                 format : binary 
9089
9190        responses :
9291          " 201 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments