PUT
/
fastedge
/
v1
/
admin
/
clients
/
{id}
Update status and/or limits for the specified client
curl --request PUT \
  --url https://api.gcore.com/fastedge/v1/admin/clients/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "plan_id": 123,
  "networks": [
    "<string>"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

id
integer
required

ID of the client

Body

application/json

Client details

The body is of type object.

Response

204

Ok