cURL
curl --request PUT \ --url https://test-api.afrainity.com/api/v1/school/class-patterns/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "patterns": { "o_level": [ { "id": 123, "name": "<string>" } ], "a_level": [ { "id": 123, "name": "<string>" } ] } } '
{}
Update class pattern configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A UUID string identifying this class patterns.
Auto-populate created_by from request.user when available.
Show child attributes