reseller

PATCH /v1/reseller/languages

Choose the languages and the default your clients start in.

Tất cả các điểm cuối reseller

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Khóa này phải có quyền reseller.manage; khóa không có quyền này sẽ bị từ chối với mã lỗi 403, không phải 404.

Nơi điền id tổ chức của bạn

Điểm cuối này nhận org_id làm tham số truy vấn. Hãy bỏ trống để áp dụng cho toàn bộ cây thuê của bạn; hoặc truyền giá trị vào để thu hẹp phạm vi gọi về một tổ chức duy nhất.

Mã tổ chức của bạn nằm ở màn hình khóa API trong bảng điều khiển, ngay bên cạnh khóa đó. Đây là cùng một mã trong mọi lệnh gọi mà bạn thực hiện.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

curl -X PATCH https://api.zinndigital.com/v1/reseller/languages \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

`locales` replaces the list your clients may choose from; send an empty array to go back to offering every language. `default_locale` is what a new client account starts in and must be one you offer — your clients can still change their own language afterwards. A code we do not ship is refused rather than dropped. Requires `reseller.manage`.

Tham số

TênLoạiBắt buộcNội dung này là gì
org_id (query)UuidKhôngWhich of your organizations this applies to. Required only when you belong to more than one here — otherwise it is inferred, and an id outside your direct memberships is a 404 r…

Nội dung yêu cầu

TênLoạiBắt buộcNội dung này là gì
localesstring[]KhôngReplaces the list your clients may choose from. An empty array returns you to offering every language.
default_localestringKhôngEmpty returns to the platform default.
switcherbooleanKhôngWhether the language control renders in your clients' panel.

Phản hồi

TênLoạiBắt buộcNội dung này là gì
languagesResellerLanguage[]
offers_allbooleanYou have made no choice, so your clients get every language.
offered_countinteger
total_countinteger
default_localestringWhat a new client account starts in. Empty means the platform default.
switcherbooleanKhôngWhether the language control renders in your clients' panel at all. `false` shows every client the panel in `default_locale`; it never removes their right to change their own ac…

Các lỗi điểm cuối này có thể trả về

401 · 403 · 404 · 422 · 429