{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api penalty API", "version": "version" }, "items": [ { "info": { "name": "penalty", "type": "folder" }, "items": [ { "info": { "name": "Get Student Penalties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/penalty/", "params": [ { "name": "student_ids", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Get Student Penalties" }, { "info": { "name": "Create Student Penalty", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/penalty/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Create Student Penalty" }, { "info": { "name": "Update Student Penalty", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/penalty/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Update Student Penalty" }, { "info": { "name": "Delete Student Penalty", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/penalty/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Delete Student Penalty" } ] } ], "bundled": true }