updateApplication
Update application by id.
| Path Parameters | 
|---|
id string —  REQUIREDApplication id.  | 
| Request Body | 
|---|
name string | 
key string | 
walletAddress string | 
| Responses | |||||
|---|---|---|---|---|---|
200Updated application. 
  | |||||
400Invalid input received. Bad request. 
  | |||||
403User is not authenticated or authorized to perform this action. 
  | |||||
404The item you are making request for does not exist. 
  | |||||
500Unable to fullfil request due to internal server error. 
  |