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
There appears to be an inconsistency between the reference trace-server and the openapi specification. The examples below are done using trace-compass-incubator built from commit 4b14d71637df2cedecd48d4287851315418a2d31.
According to the openapi specification, the POST to import a trace is
supposed to look like:
There appears to be an inconsistency between the reference trace-server and the openapi specification. The examples below are done using trace-compass-incubator built from commit 4b14d71637df2cedecd48d4287851315418a2d31.
According to the openapi specification, the POST to import a trace is
supposed to look like:
But that gives back a response like:
What you actually need to send is:
Which returns:
The openapi specification is missing the wrapping
"parameters"
object inthe request body schema that the server requires.
The same applies to opening an experiment where this fails with a 400:
But this works:
So there are two main issues with the specification here:
The text was updated successfully, but these errors were encountered: