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
In attempting to address #1448 locally until @EricWittmann is able to supply an official solution, I saw the getArtifactVersionMetaDataByContent operation requires a body of content type application/json. I can understand this for artifacts whose content is JSON, however I'm not sure how this endpoint would be used for WSDL, GraphQL, XSD, and other artifacts that aren't typically represented with JSON.
In attempting to address #1448 locally until @EricWittmann is able to supply an official solution, I saw the
getArtifactVersionMetaDataByContent
operation requires a body of content typeapplication/json
. I can understand this for artifacts whose content is JSON, however I'm not sure how this endpoint would be used for WSDL, GraphQL, XSD, and other artifacts that aren't typically represented with JSON.Is there a reason to restrict that endpoint to just
application/json
? AFAICT following the code, the content isn't ever parsed as JSON (in fact, there's one place where the body is converted from YAML to JSON).The text was updated successfully, but these errors were encountered: