PUT
/
api
/
conversations
/
{conversation_id}
/
security
/
{path}
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 '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Conversation ID

path
string
required

Security analyzer API path

Body

application/json ยท object

Response

200
application/json

Security analyzer response

The response is of type object.