---
title: "Change account settings"
method: PUT
path: "/cdn/resellers/me"
tags: ["CDN Reseller Account"]
---

# Change account settings

`PUT /cdn/resellers/me`

Change the CDN service settings in your account.

## Request body

- UpdateResellerMeDetails
  - `default_enabled_features` integer[] — Paid features IDs that will be enabled for new clients created after the field value is specified. The list must contain available features only.

## Response `200`

Successful.

- ResellersMe
  - `id` integer — Reseller account ID.
  - `available_features` BodyResponseFeaturesID[] — IDs of paid features that you can manage for your clients accounts.
  - `default_enabled_features` BodyResponseFeaturesID[] — IDs of paid features that will be enabled for new clients.

## Other responses

- `400` — Invalid value of "default_enabled_features" parameter is provided.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
