Skip to main content

Update Developer App

PUT 

/developer-apps/:address

Updates a developer app. Indexer validates grants.

Request

Path Parameters

    address stringrequired

    Developer app address (API Key)

Query Parameters

    user_id stringrequired

    The user ID of the user who owns the developer app

Body

required

    name stringrequired

    Developer app name

    description string

    App description

    imageUrl string

    App logo/image URL (camelCase)

Responses

Developer app updated successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...