mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 17:06:48 +00:00
find permissions -name '*.json' | while read -r file; do
echo Processing $file
sed -i 's|"description": "\([a-zA-Z]\)\([a-zA-Z\ ]*\)\.*",|"description": "\u\1\2",|' $file
done
22 lines
400 B
JSON
22 lines
400 B
JSON
{
|
|
"name": "project.placement.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:placement_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/v2/config/project/:project_id/placement",
|
|
"description": "View project placements",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |