-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
When fetching Assets via [GET] /v1beta1/assets or [GET] /v1beta1/assets/{urn}, all the owner information on owners field are empty.
Sample response from [GET] /v1beta1/assets/{urn}
{
"urn": "some-urn",
"owners": [
{
"id": "",
"uuid": "",
"email": ""
},
{
"id": "",
"uuid": "",
"email": ""
}
]
}
To Reproduce
Steps to reproduce the behavior:
- Create an asset with owner(s)
- Fetch the asset via
[GET] /v1beta1/assets/{urn} - See
ownersfield with empty owner information
Expected behavior
All owners in owners field should not have empty information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed