Assets

Create an Asset

POST https://api.uproofs.apio.cc/assets

Headers

Request Body

{
    "status": true,
    "data": {
        "type": "JSON",
        "application": "Timestamp",
        "name": "Dati ERP",
        "description": "Dati del ERP 123",
        "backgroundImage": "123",
        "blockchain": "xDai",
        "accountId": "8fc9d70a-682a-4587-9793-985120613f04",
        "uuid": "c6b24306-c08f-4dbd-896e-4baacd34abc8",
        "createdAt": "2021-07-14T17:28:12.624Z",
        "updatedAt": "2021-07-14T17:28:12.624Z"
    }
}

Last updated