Skip to main content

updateApplication

Update application by id.

Path Parameters
id string REQUIRED

Application id.

Request Body
name string
key string
walletAddress string
Responses
200

Updated application.

Schema
id number
name string
key string
walletAddress string
400

Invalid input received. Bad request.

Schema
message string
error string
403

User is not authorized to perform this action.

Schema
message string
404

The item you are making request for does not exist.

Schema
message string
500

Unable to fullfil request due to internal server error.

Schema
message string