cURL
curl --request PATCH \ --url https://api.rivermarkets.com/v1/custom-assets/{custom_asset_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "custom_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "inserted_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" }
Update a custom asset’s name or description.
API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.
Request schema for updating a custom asset.
255
Successful Response
Response schema for a custom asset (list view).
Creation timestamp (UTC)
Last update timestamp (UTC)