{"info":{"_postman_id":"bd22a0c7-c4fa-460b-ad56-794c7cce6e4d","name":"Labenu System Barros grupo 3","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24706667","collectionId":"bd22a0c7-c4fa-460b-ad56-794c7cce6e4d","publishedId":"2s8Z73xqeP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"000000","highlight":"c5c520"},"publishDate":"2023-01-06T00:11:27.000Z"},"item":[{"name":"Buscar turmas","id":"f2564e3c-b234-4f7d-b8ef-2af3cc5d6204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/turma","description":"<p>Endpoint para buscar todas turmas.</p>\n","urlObject":{"protocol":"https","path":["turma"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"64bb164d-924d-4d0f-addc-d3a57026436e","name":"Buscar turmas","originalRequest":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/turma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:14:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7868f9414992010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"fb-WI0sLqPYCbe1hjxevJlfnFS9lrI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"turmas\": [\n        {\n            \"id\": \"1\",\n            \"nome\": \"Barros\",\n            \"modulo\": \"6\"\n        },\n        {\n            \"id\": \"1671578012508\",\n            \"nome\": \"Lamar\",\n            \"modulo\": \"7\"\n        },\n        {\n            \"id\": \"1672767870605\",\n            \"nome\": \"Floriano\",\n            \"modulo\": \"4\"\n        },\n        {\n            \"id\": \"1672963091300\",\n            \"nome\": \"bananinha\",\n            \"modulo\": \"0\"\n        },\n        {\n            \"id\": \"2\",\n            \"nome\": \"James\",\n            \"modulo\": \"6\"\n        }\n    ]\n}"}],"_postman_id":"f2564e3c-b234-4f7d-b8ef-2af3cc5d6204"},{"name":"Buscar estudante por nome","id":"4a4ce740-f39a-4d88-a3a1-4d3481b06f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/estudante?nome=caroline","description":"<p>Endpoint para buscar estudantes mas se não for passado nome retorna todos.</p>\n","urlObject":{"protocol":"https","path":["estudante"],"host":["labe-systens","onrender","com"],"query":[{"key":"nome","value":"caroline"}],"variable":[]}},"response":[{"id":"307b31d1-2156-42f3-a62a-fd85fc329a80","name":"Buscar estudante por nome(sem passar params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://labe-systens.onrender.com/estudante","protocol":"https","host":["labe-systens","onrender","com"],"path":["estudante"],"query":[{"key":"nome","value":"caroline","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:15:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7868fa575bbe010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"278-fnUScdMBkFQkrB0cRwpr5Gg6UVc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"Estudante\": [\n        {\n            \"id\": \"1\",\n            \"nome\": \"Bianca Paccola\",\n            \"email\": \"bianca@labenu.com\",\n            \"data_nasc\": \"2022-03-28T00:00:00.000Z\",\n            \"turma_id\": \"2\"\n        },\n        {\n            \"id\": \"1672934744028\",\n            \"nome\": \"Aluno TESTE\",\n            \"email\": \"teste3@email.com\",\n            \"data_nasc\": \"1999-02-11T00:00:00.000Z\",\n            \"turma_id\": \"1671578012508\"\n        },\n        {\n            \"id\": \"1672952237197\",\n            \"nome\": \"Aluno TESTE NOVO\",\n            \"email\": \"teste@Gmail.com\",\n            \"data_nasc\": \"1999-02-11T00:00:00.000Z\",\n            \"turma_id\": \"1\"\n        },\n        {\n            \"id\": \"2\",\n            \"nome\": \"Samuel Garcia\",\n            \"email\": \"samuel@labenu.com\",\n            \"data_nasc\": \"2022-03-28T00:00:00.000Z\",\n            \"turma_id\": \"1\"\n        },\n        {\n            \"id\": \"3\",\n            \"nome\": \"Caroline Martins\",\n            \"email\": \"carol@labenu.com\",\n            \"data_nasc\": \"2022-03-28T00:00:00.000Z\",\n            \"turma_id\": \"1\"\n        }\n    ]\n}"},{"id":"89ce518a-c513-43fa-8911-6ddc0cd29903","name":"Buscar estudante por nome","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://labe-systens.onrender.com/estudante?nome=caroline","protocol":"https","host":["labe-systens","onrender","com"],"path":["estudante"],"query":[{"key":"nome","value":"caroline","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:16:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7868fc0a88e7010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"85-xCoPFnDhfkhtOWzzhuN/RINvtrk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"Estudante\": [\n        {\n            \"id\": \"3\",\n            \"nome\": \"Caroline Martins\",\n            \"email\": \"carol@labenu.com\",\n            \"data_nasc\": \"2022-03-28T00:00:00.000Z\",\n            \"turma_id\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"4a4ce740-f39a-4d88-a3a1-4d3481b06f9d"},{"name":"Buscar docente","id":"225efc0d-25df-4882-ab84-53bb5b348079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/docente","description":"<p>Endpoint para buscar todos docentes.</p>\n","urlObject":{"protocol":"https","path":["docente"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"29beb4d6-95ef-4aaa-9819-a5c8f52aa40c","name":"Buscar docente","originalRequest":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/docente"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:18:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7868febe4ae1010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e6-hWPdFiEWnUWd4O11OVGRg8w43nA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"docentes\": [\n        {\n            \"id\": \"1\",\n            \"nome\": \"Deia\",\n            \"email\": \"deia@labenu.com\",\n            \"data_nasc\": \"2022-01-01T00:00:00.000Z\",\n            \"id_turma\": \"2\"\n        },\n        {\n            \"id\": \"1672787982195\",\n            \"nome\": \"Fayra Miranda\",\n            \"email\": \"fay@email.com\",\n            \"data_nasc\": \"1999-02-15T00:00:00.000Z\",\n            \"id_turma\": \"2\"\n        },\n        {\n            \"id\": \"1672788901806\",\n            \"nome\": \"Professor Teste 2\",\n            \"email\": \"teste2@email.com\",\n            \"data_nasc\": \"1999-02-15T00:00:00.000Z\",\n            \"id_turma\": \"2\"\n        },\n        {\n            \"id\": \"1672789008829\",\n            \"nome\": \"Professor Teste 3\",\n            \"email\": \"teste3@email.com\",\n            \"data_nasc\": \"1999-02-15T00:00:00.000Z\",\n            \"id_turma\": \"2\"\n        },\n        {\n            \"id\": \"1672952090889\",\n            \"nome\": \"Professor Teste 4\",\n            \"email\": \"teste4@email.com\",\n            \"data_nasc\": \"1998-02-11T00:00:00.000Z\",\n            \"id_turma\": \"1\"\n        },\n        {\n            \"id\": \"2\",\n            \"nome\": \"Junior\",\n            \"email\": \"juh@labenu.com\",\n            \"data_nasc\": \"2022-01-01T00:00:00.000Z\",\n            \"id_turma\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"225efc0d-25df-4882-ab84-53bb5b348079"},{"name":"Buscar especialidades","id":"569b817f-3748-4bb2-a9e2-4c66ed0ee1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/especialidades","description":"<p>Endpoint para buscar todos as especialidades.</p>\n","urlObject":{"protocol":"https","path":["especialidades"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"9bb27b32-2b77-42cc-9217-656c2377ed45","name":"Buscar especialidades","originalRequest":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/especialidades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:18:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7868ff5c2b77010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"89-5JnzjzO+LE629jnzueGVQ3lgbd0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"4\",\n        \"nome\": \"CSS\"\n    },\n    {\n        \"id\": \"1\",\n        \"nome\": \"Javascript\"\n    },\n    {\n        \"id\": \"5\",\n        \"nome\": \"POO\"\n    },\n    {\n        \"id\": \"3\",\n        \"nome\": \"React\"\n    },\n    {\n        \"id\": \"2\",\n        \"nome\": \"Typescript\"\n    }\n]"}],"_postman_id":"569b817f-3748-4bb2-a9e2-4c66ed0ee1af"},{"name":"Criar novo docente","id":"88fd3b92-5a2e-40db-b95c-3c66f1493947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"Bananinha\",\r\n    \"email\": \"123@labenu.com\",\r\n    \"data_nasc\": \"1998-2-11\",\r\n    \"turma_id\": \"2\",\r\n    \"especialidades\": [\"1\",\"2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/docente","description":"<p>Endpoint para criar novo docente passando especialidades em array.</p>\n","urlObject":{"protocol":"https","path":["docente"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"c00ac0c6-5f0a-4bbd-8fe5-48fa88e0ebcc","name":"Criar novo docente","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"Bananinha\",\r\n    \"email\": \"123@labenu.com\",\r\n    \"data_nasc\": \"1998-2-11\",\r\n    \"turma_id\": \"2\",\r\n    \"especialidades\": [\"1\",\"2\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/docente"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:29:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78690fc75fbd010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"b9-4QVc5V8pa/K8yiepzYDkoX1TNy0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário docente criado\",\n    \"docente\": {\n        \"id\": \"1673224198552\",\n        \"nome\": \"Bananinha\",\n        \"email\": \"123@labenu.com\",\n        \"dataNascimento\": \"1998-2-11\",\n        \"turma_id\": \"2\",\n        \"especialidades\": [\n            \"1\",\n            \"2\"\n        ]\n    }\n}"}],"_postman_id":"88fd3b92-5a2e-40db-b95c-3c66f1493947"},{"name":"Criar novo estudante","id":"a58d5475-33ab-4149-97e6-e0c02023f7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"Aluno NOVO\",\r\n    \"email\": \"testando@Gmail.com\",\r\n    \"dataNascimento\": \"1999-2-11\",\r\n    \"turma_id\": \"2\",\r\n    \"hobby\": [\"2\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/estudante","description":"<p>Endpoint para criar novo estudante passando hobby por array.</p>\n","urlObject":{"protocol":"https","path":["estudante"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"b2cd7d69-42dd-4ab8-ac7a-d8fc93594cfa","name":"Criar novo estudante","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"Aluno NOVO\",\r\n    \"email\": \"testando@Gmail.com\",\r\n    \"dataNascimento\": \"1999-2-11\",\r\n    \"turma_id\": \"2\",\r\n    \"hobby\": [\"2\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/estudante"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:23:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7869066f6d1a010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"b7-LP/PpNFGr62AcS1X0/xtK4v+ABk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Usuário estudante criado\",\n    \"estudante\": {\n        \"id\": \"1673223816429\",\n        \"nome\": \"Aluno NOVO\",\n        \"email\": \"testando@Gmail.com\",\n        \"dataNascimento\": \"1999-2-11\",\n        \"turma_id\": \"2\",\n        \"hobbies\": [\n            \"2\"\n        ]\n    }\n}"}],"_postman_id":"a58d5475-33ab-4149-97e6-e0c02023f7bf"},{"name":"Criar nova turma","id":"1b69a372-59d6-4161-97b6-ae1dc608f5b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"bananinha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/turma","description":"<p>Endpoint para criar nova turma.</p>\n","urlObject":{"protocol":"https","path":["turma"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"4653aa28-526f-4d84-ad07-43a6a5749016","name":"Criar nova turma","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nome\": \"bananinha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/turma"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Jan 2023 23:58:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"785029151d2e1a93-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1b-lOeralm3oSl/qutvs2eyZoygIvI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Turma criada!\"\n}"}],"_postman_id":"1b69a372-59d6-4161-97b6-ae1dc608f5b2"},{"name":"Alterar módulo da turma","id":"5d21fe07-604d-49bd-8391-85e14ed95109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modulo\": \"4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/turma/1672767870605","description":"<p>Endpoint para alterar modulo das turmas</p>\n","urlObject":{"protocol":"https","path":["turma","1672767870605"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"8069e54b-09a9-4df4-b712-0886ed58b207","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modulo\": \"4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/turma/1672767870605"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Jan 2023 23:49:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"78501c9819ea1a93-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1c-KTUrKnkyvg3JzlHzLqHcwA44630\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Turma alterada\"\n}"}],"_postman_id":"5d21fe07-604d-49bd-8391-85e14ed95109"},{"name":"Muda estudante de turma","id":"649cfb7e-fd06-4240-b8ab-86db29294465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"turma\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/estudante/1672952237197","description":"<p>Endpoint para mudar estudante de turma.</p>\n","urlObject":{"protocol":"https","path":["estudante","1672952237197"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"cf02cac1-f141-4172-8cb2-c003d4f553c5","name":"Muda estudante de turma","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"turma\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/estudante/1672952237197"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 05 Jan 2023 23:56:53 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7850272c4c541a93-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"18-wknJHXbg4w8ZcBrYcv/V4P+De7A\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Modificado com sucesso!!"}],"_postman_id":"649cfb7e-fd06-4240-b8ab-86db29294465"},{"name":"Mudar docente de turma","id":"fd3767a8-4b74-4285-ac76-f5ec2e51e715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"turma\":\"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/docente/1","description":"<p>Endpoint para mudar docente de turma.</p>\n","urlObject":{"protocol":"https","path":["docente","1"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"cb17039e-0f2c-4866-a997-71bfadca0f02","name":"Mudar docente de turma","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"turma\":\"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://labe-systens.onrender.com/docente/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Jan 2023 23:55:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"785025703ff11a93-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"22-pMy1qBp9iIlqrwNNhecPhDaPQZI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Docente mudou turma!\"\n}"}],"_postman_id":"fd3767a8-4b74-4285-ac76-f5ec2e51e715"},{"name":"Buscar todos estudantes e docentes de uma turma(DESAFIO)","id":"b8b10f80-42af-48b9-aae7-842a7502eac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/turma/1","description":"<p>DESAFIO BUSCAR TODOS ESTUDANTES E DOCENTES DA TURMA</p>\n","urlObject":{"protocol":"https","path":["turma","1"],"host":["labe-systens","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"c72cbfcd-de2b-4ba4-805f-ee1a2d41d921","name":"Buscar todos estudantes e docentes de uma turma(DESAFIO)","originalRequest":{"method":"GET","header":[],"url":"https://labe-systens.onrender.com/turma/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Jan 2023 00:25:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"786909c1ecb2010b-GRU"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"70-Dq3j1F7K8N3wGOjQj19fSw8DbD0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"x-powered-by","value":"Express"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"docentes\": [\n        \"Professor Teste 4\",\n        \"Junior\"\n    ],\n    \"estudantes\": [\n        \"Aluno TESTE NOVO\",\n        \"Samuel Garcia\",\n        \"Caroline Martins\"\n    ]\n}"}],"_postman_id":"b8b10f80-42af-48b9-aae7-842a7502eac5"}]}