HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How can the API be extended for existing classes?

I've tried writing a new API controller and it was immediately shown in the Swagger UI in the dashboard, which was quite impressive. But what I really wanted was creating a new function for the "users" endpoint.

Based on how I understood the API I would have to create a class UsersApiController {, but that certainly is not possible since that class is already defined by the api itself.
So let's say I want to provide a /api/v2/users/signin endpoint, how would I have to start?

Sign In or Register to comment.