cypherean commented on PR #17552:
URL: https://github.com/apache/pinot/pull/17552#issuecomment-3782924036

   Other endpoints to consider:
   ```
   POST /users/{username}
   DELETE /databases/{databaseName}
   POST /applicationQuotas/{appName}
   POST /databases/{databaseName}/quotas
   DELETE query/{brokerId}/{queryId}
   DELETE clientQuery/{brokerId}/{clientQueryId}
   DELETE clientQuery/{clientQueryId}
   POST /periodictask/run
    ```
    
    Non sensitive endpoints with RBAC but not annotated with `Authenticate`
    ```
   POST tables/{tableName}/timeBoundary
   PUT /tables/recommender
   POST /upsert/estimateHeapUsage
    ```


-- 
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