cURL
curl --request PUT \ --url http://localhost:4000/assets/{id} \ --header 'Content-Type: application/json' \ --header 'api_key: <api_key>' \ --data ' { "name": "<string>", "projectId": 123, "symbol": "<string>" } '
{ "created_at": "<string>", "fractions": 123, "id": "<string>", "name": "<string>", "owner": "<string>", "symbol": "<string>", "updated_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://harbor.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success response