juliacebria commented on issue #32037:
URL: https://github.com/apache/superset/issues/32037#issuecomment-2624019721

   Hello @dosu ,
   I am using the provided API endpoint POST 
/api/v1/dashboard/{dashboard_id}/cache_dashboard_screenshot/. However, when 
making the request, I am receiving a 404 Not Found response with the message 
"Not found".
   
   The URL I am using is:
   
   http://localhost:8088/api/v1/dashboard/2/cache_dashboard_screenshot/
   
   And the payload I am sending is as follows:
   
   {
     "jsonPayload": {
       "dataMask": {
         "filters": [
           {
             "col": "name",
             "op": "IN",
             "val": ["Aaron"]
           }
         ]
       }
     }
   }
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to