{
"description": "string",
"expression": "format == \"maven2\" and path =^ \"/org/sonatype/nexus\""
}
curl --location -g --request PUT 'http://{{host}}/v1/security/content-selectors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"expression": "format == \"maven2\" and path =^ \"/org/sonatype/nexus\""
}'
{}