Update App

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

This API requires API Signature

Using this API, developers can update data for existing apps.

App chain

The chain of the app is immutable and cannot be changed after the app is created.

App policy

MetaKeep supports setting up an app policy to restrict the management and usage of certain app features. This allows you to set up a quorum of members who need to approve certain actions. Please check out the App Policy doc for more details.

🚧

Api Error Status

You can find error status returned by the api here.

© Copyright 2024, Passbird Research Inc.

Body Params
string
required

The ID of the app to update. This is obtained from a previous /v2/app/create API call or /v2/app/list API call.

string

The name of the app.

string
enum

The state of the app. This can be ENABLED or DISABLED. Use this to enable or disable the app. All operations on a disabled app will fail.

Allowed:
userWallet
object

The user wallet configuration.

apiKeys
object

The API keys to be added, deleted, or updated. Please get in touch with us before using this field to ensure that the API keys are managed correctly.

boolean

If enabled, the API operations on the app will only accept requests with a valid API signature. Please take a look at the API Signature docs for more details.

policy
object

The policy of the app.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json