minder icon indicating copy to clipboard operation
minder copied to clipboard

Users endpoint does not return `displayName` for projects

Open kantord opened this issue 2 years ago • 0 comments

Describe the issue

I noticed that in the /api/v1/user endpoint, the projects are returned with the same type as they are returned elsewhere (in the generated sdk it's called v1Project ), but the returned value here seems to be missing the displayName attribute. We actually want to display this value to the user.

To Reproduce

Should be enough to call the endpoint and observe the output. The user will need to have at least one project of course.

What version are you using?

No response

kantord avatar Apr 25 '24 13:04 kantord