Overview
The Update Private Location endpoint allows you to modify existing private locations, including name, description, and configuration settings for your monitoring agents. Common Use Cases:- Location Name Updates
- Configuration Changes
- Description Updates
- Settings Modifications
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here.
Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL:
curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Path Parameters
Body
Response
Successful
"0baf2a80-7266-44af-b56c-2af7086782ee"
The name assigned to the private location.
"New Private Location"
Valid slug name.
"new-private-location"
The private location icon.
"location"
The check this private location has assigned.
The group this private location has assigned.
A proxy for outgoing API check HTTP calls from your private location.
"https://user:password@164.92.149.127:3128"