Update the current settings for the active account
PUT /accounts/{account_id}/cni/settings
Responses
200 The active account settings values
Data is at
body["result"]
{
"default_asn": "*integer*"
}400 Bad request
404 Account not found
500 Internal server error
Get the current settings for the active account
GET /accounts/{account_id}/cni/settings
Responses
200 The active account settings values
Data is at
body["result"]
{
"default_asn": "*integer*"
}400 Bad request
404 Account not found
500 Internal server error