DMTF / Redfishtool

A Python34 program that implements a command line tool for accessing the Redfish API.
Other
225 stars 69 forks source link

add PUT to the valid methods for raw subcommand #30

Closed pwvancil closed 6 years ago

pwvancil commented 6 years ago

the PUT method was not supported. It was a commented out place holder.\ This simply allows redfishtool raw <method> to include PUT as a valid method

mraineri commented 6 years ago

Approved 11/30