-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Mockify currently generates default API endpoint paths based on the model names (e.g., /api/User). This may not always match the desired API structure.
Describe the solution you'd like
Allow users to customize API endpoint paths, enabling them to:
Define custom endpoint names for each model (e.g., /api/v1/users or /api/custom-users).
Specify base paths and versioning for better API organization.
Describe alternatives you've considered
Manual modification of the endpoint paths in the backend code.
Additional context
Customizing paths will make Mockify better suited for testing and aligning with existing production API standards.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request