curl --request PUT \ --url http://localhost:4000/projects/{id} \ --header 'Content-Type: application/json' \ --header 'api_key: <api_key>' \ --data '{ "name": "<string>" }'
{ "asset_id": "<string>", "created_at": "<string>", "exchangeRate": 123, "id": 123, "metadata": {}, "name": "<string>", "owner": "<string>", "supportExchangeRate": true, "type": "loyalty", "updated_at": "<string>" }
Show child attributes
loyalty
virtual