Set the default location.
curl --request PUT \
--url https://a.s2.dev/v1/locations/default \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"is_private": true,
"name": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}locations
Set the default location.
Set the default S2 location for new basins.
PUT
/
locations
/
default
Set the default location.
curl --request PUT \
--url https://a.s2.dev/v1/locations/default \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"is_private": true,
"name": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}Basin location concepts
Review how locations affect basin placement, latency, and account defaults.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Body
application/json
The body is of type string.
Required string length:
1 - 64
