Closed
Description
Is your feature request related to a problem? Please describe.
To debug problem such as #2925 it would be handy to have API endpoint to get repository object properties.
Describe the solution you'd like
Similar to the pre-existing /projects/{project}/property/{field}
endpoint.
Describe alternatives you've considered
N/A
Additional context
This will not be as nice as in ProjectsController
because the repository needs to be identified by path. Also, the pre-existing /type
endpoint in RepositoriesController
will be folded into the new one.