Edit a private location
PUT {{baseUrl}}/api/v1/synthetics/private-locations/:location_id
Edit a Synthetic private location.
Request Body
{"name"=>"New private location", "description"=>"Description of private location", "tags"=>["team:front"], "id"=>"non elit", "metadata"=>{"restricted_roles"=>["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"]}, "secrets"=>{"authentication"=>{"id"=>"pariatu", "key"=>"dolore incididunt cupidatat"}, "config_decryption"=>{"key"=>"commodo Excepteur fugiat non minim"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"New private location","description":"Description of private location","tags":["team:front"],"id":"non elit","metadata":{"restricted_roles":["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"]},"secrets":{"authentication":{"id":"pariatu","key":"dolore incididunt cupidatat"},"config_decryption":{"key":"commodo Excepteur fugiat non minim"}}}