Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Custom Applications] Actual values from the metadata are not applied to the application information at the listing endpoint. #733

Closed
denys-kolomiitsev opened this issue Mar 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@denys-kolomiitsev
Copy link
Contributor

Name and Version

dial 0.26.0

What steps will reproduce the bug?

  1. Make the GET request to the <host>/openai/applications endpoint to get the latest applications listing

What is the expected behavior?

Expected to see the actual metadata included in the response:

"owner": <actual author from the metadata>,
"created_at": <actual created_at from the metadata>,
 "updated_at": <actual updated_at from the metadata>,
... rest app data

What do you see instead?

The actual result is as follows:

"owner": <default owner>,
"created_at": <default date>,
 "updated_at": <default date>,
... rest app data

Additional information

No response

@denys-kolomiitsev denys-kolomiitsev added the bug Something isn't working label Mar 13, 2025
astsiapanay added a commit that referenced this issue Mar 18, 2025
…plied to the application information at the listing endpoint. #733
astsiapanay added a commit that referenced this issue Mar 19, 2025
…plied to the application information at the listing endpoint. #733 (#738)
@github-project-automation github-project-automation bot moved this to Done in AI DIAL Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants