cURL
curl --request PUT \ --url https://api.example.com/api/v1/school/general-settings/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "phone": "<string>", "email": "jsmith@example.com", "school_name": "<string>", "logo": "<string>" } '
{}
Update general school settings (school name, address, logo, etc.)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A UUID string identifying this general settings.
Auto-populate created_by from request.user when available.
1 - 255
1 - 254