---
title: "Admin Update School settings"
method: PUT
path: "/admins/school/settings"
tags: ["admins-school"]
---

# Admin Update School settings

`PUT /admins/school/settings`

admin update school settings

## Request body

- V1UpdateSchoolSettingsInput
  - `color` string
  - `contactInfo` V1ContactInfo
    - `address` string
    - `businessName` string
    - `email` string
    - `phone` string
    - `registrationNumber` string
  - `disableRegistration` boolean
  - `domains` string[]
  - `email` string
  - `googleAnalyticsCode` string
  - `logo` string
  - `name` string
  - `pages` V1Pages
    - `confidential` string
    - `newsletterConsent` string
    - `serviceAgreement` string
  - `showPaymentImages` boolean

## Response `200`

ok

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

[API](https://skmtc.net/creatly/apis/creatly-api.md) · [All operations](https://skmtc.net/creatly/apis/creatly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/creatly/creatly-api/revisions/513aaee36614/schema)
