{
"injector": "string"
}
curl --location --request PATCH 'https://api.laf.run/v1/apps//policies/' \
--header 'Content-Type: application/json' \
--data-raw '{
"injector": "string"
}'
{
"error": "string",
"data": {
"_id": "string",
"appid": "string",
"name": "string",
"injector": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}