getTilesInfoForAsset
API Version: 0.3.0
GET /asset/{asset_id}/tiles_info
Get tiles info for asset.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
asset_Id
string
Asset_ID
Response
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated