@@ -127,6 +127,24 @@ export default defineConfig({
127127 label : "[POST] Change Password" ,
128128 link : "/parent-client-api/operations/change-password" ,
129129 } ,
130+ {
131+ label : "Parent Behaviour" ,
132+ collapsed : true ,
133+ items : [
134+ {
135+ label : "[GET] List Point Types" ,
136+ link : "/parent-client-api/operations/list-parent-behaviour" ,
137+ } ,
138+ {
139+ label : "[POST] Delete Point" ,
140+ link : "/parent-client-api/operations/delete-parent-behaviour" ,
141+ } ,
142+ {
143+ label : "[POST] Add Point" ,
144+ link : "/parent-client-api/operations/add-parent-behaviour" ,
145+ } ,
146+ ] ,
147+ } ,
130148 ] ,
131149 } ,
132150 {
@@ -177,20 +195,26 @@ export default defineConfig({
177195 link : "/client-api/operations/get-academic-report" ,
178196 } ,
179197 {
180- label : "[POST] List Report Cards" ,
181- link : "/client-api/operations/list-on-report-cards" ,
182- } ,
183- {
184- label : "[GET] Get Report Card" ,
185- link : "/client-api/operations/get-on-report-card" ,
186- } ,
187- {
188- label : "[GET] Get Report Card Summary" ,
189- link : "/client-api/operations/get-on-report-card-summary-comment" ,
190- } ,
191- {
192- label : "[GET] Get Report Card Target" ,
193- link : "/client-api/operations/get-on-report-card-target" ,
198+ label : "Report Cards" ,
199+ collapsed : true ,
200+ items : [
201+ {
202+ label : "[GET] List Cards" ,
203+ link : "/client-api/operations/list-on-report-cards" ,
204+ } ,
205+ {
206+ label : "[GET] Get Card" ,
207+ link : "/client-api/operations/get-on-report-card" ,
208+ } ,
209+ {
210+ label : "[GET] Get Card Summary" ,
211+ link : "/client-api/operations/get-on-report-card-summary-comment" ,
212+ } ,
213+ {
214+ label : "[GET] Get Card Target" ,
215+ link : "/client-api/operations/get-on-report-card-target" ,
216+ } ,
217+ ] ,
194218 } ,
195219 ] ,
196220 } ,
0 commit comments