curl --request PUT \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/security/{path} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{}
Catch-all route for security analyzer API PUT requests
curl --request PUT \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/security/{path} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Conversation ID
Security analyzer API path
Security analyzer response
The response is of type object
.
Was this page helpful?