Productsup

Collection of unspecified files in run storage

GET
/run-storage/unspecified

Response Body

application/json

curl -X GET "https://loading/run-storage/unspecified"
{
  "message": "successful operation",
  "data": [
    {
      "name": "unspecified_1.name",
      "type": "unspecified"
    },
    {
      "name": "unspecified_2.name",
      "type": "unspecified"
    },
    {
      "name": "unspecified_3.name",
      "type": "unspecified"
    }
  ]
}

How is this guide?