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
I am trying to create a a vulnerability analysis using curl. As the documentation in the Swagger.json is pretty bad, I have tried a lot of variations of the CURL request. This is my current version:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to create a a vulnerability analysis using curl. As the documentation in the Swagger.json is pretty bad, I have tried a lot of variations of the CURL request. This is my current version:
curl -X "PUT" "https:///api/v1/analysis" -H "accept: application/json" -H "X-Api-Key : " -d "{analysisDetails: "Patched by parent",suppressed: true,vulnerability: "",component: "",analysisState: "NOT_AFFECTED"}"
Does anyone know what is wrong with this request?
Beta Was this translation helpful? Give feedback.
All reactions