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
- application/json
Body
required
name stringrequired
Developer app name
description string
App description
imageUrl string
App logo/image URL (camelCase)
Responses
- 200
- 400
- 401
- 404
- 500
Developer app updated successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Bad request
Unauthorized
Developer app not found
Server error
Loading...