You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate manifest schema inconsistency for services
Context
On call to "/v3/apps/$GUID/manifest" api returns the services as array of strings when expected was array of objects.
This inconsistency creates problem for strongly typed clients.
Issue
Generate manifest schema inconsistency for services
Context
On call to "/v3/apps/$GUID/manifest" api returns the services as array of strings when expected was array of objects.
This inconsistency creates problem for strongly typed clients.
Steps to Reproduce
cf push
export GUID=$(cf app http-bin --guid)
cf curl "/v3/apps/$GUID/manifest"
Expected result
I would expect the returned schema to have services as
Current result
Currently we are getting array of strings even when we are pushing it as an array of objects.
The text was updated successfully, but these errors were encountered: