Keys.json>>
"uris": {
"/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Keys/{KeyId}": {
"@ResponseCodes": {
"DELETE": [
"204"
],
"GET": [
"200"
],
"PATCH": [
"200"
]
},
"@meta.Enabled": true
},
only responses which specified in list will be added to the openapi.yaml,
default method to responsecode ={
"get":["200"],
"patch":["200","202","204"],
"post":["201","202","204"],
"put":["200","202","204"],
"delete":["200","202","204"]
}
@abhirupseal @mraineri