{"info":{"_postman_id":"5ca10f95-3d96-4037-b51e-301b42c6a2fd","name":"api-nodejs-crud","description":"<html><head></head><body><p>API para Registrar Categorias e Videos</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16818323","collectionId":"5ca10f95-3d96-4037-b51e-301b42c6a2fd","publishedId":"UVXnGZQM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-19T02:23:11.000Z"},"item":[{"name":"Category","item":[{"name":"Create","id":"fcd935ea-9353-4863-aab9-bb1ca2a5f700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Music\",\r\n    \"description\":\"Movies, documentaries or clips related to music arts\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/categories","description":"<p>Endpoint responsável por criar CATEGORIA.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47cb7acf-63fc-4f8f-a3c8-fe745d36cce4","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Music\",\r\n    \"description\":\"Movies, documentaries or clips related to music arts\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"ETag","value":"W/\"a9-wV/kMunetHNJIsNKFP1GSvCVlWY\""},{"key":"Date","value":"Tue, 18 Jan 2022 22:14:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"575e71ad-3dce-49bd-8727-3d87c8512ed0\",\n    \"name\": \"Music\",\n    \"description\": \"Movies, documentaries or clips related to music arts\",\n    \"created_at\": \"2022-01-19T01:14:36.000Z\"\n}"}],"_postman_id":"fcd935ea-9353-4863-aab9-bb1ca2a5f700"},{"name":"Update","id":"4ea7c84a-34d8-4ddd-94ef-161c00d56850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"War Theater\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/categories/ec2a9b41-f6de-401a-abbd-446349e21edd","description":"<p>Endpoint responsável por atualizar CATEGORIA previamente já cadastrada.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["categories","ec2a9b41-f6de-401a-abbd-446349e21edd"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4a03bf0-1e18-409f-8b11-38876a18a2fc","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"War Theater\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/categories/ec2a9b41-f6de-401a-abbd-446349e21edd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-whzXQjsocudOM8TWiReVR2J1tHY\""},{"key":"Date","value":"Wed, 19 Jan 2022 00:18:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n    \"name\": \"War Theater\",\n    \"description\": \"Movies or documentaries related to armed conflicts between nations\",\n    \"created_at\": \"2022-01-18T22:54:56.000Z\"\n}"}],"_postman_id":"4ea7c84a-34d8-4ddd-94ef-161c00d56850"},{"name":"Delete","id":"ce998874-edf3-46a4-868b-2ea4a530b250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/categories/575e71ad-3dce-49bd-8727-3d87c8512ed0","description":"<p>Endpoint responsável por deletar CATEGORIA previamente já cadastrada.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["categories","575e71ad-3dce-49bd-8727-3d87c8512ed0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b9e91b84-dc68-439a-bffa-12e54474186b","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3333/categories/575e71ad-3dce-49bd-8727-3d87c8512ed0"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Tue, 18 Jan 2022 23:48:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ce998874-edf3-46a4-868b-2ea4a530b250"},{"name":"List Categories","id":"79837d15-b42c-419a-a83f-e3719485f0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/categories","description":"<p>Endpoint responsável por listar todas as CATEGORIAS cadastradas.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80d60cfe-e121-469a-a09e-0e66a72bdeba","name":"List Categories","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3333/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"353"},{"key":"ETag","value":"W/\"161-smeC8S2TsM6bwC0rv/LArzAQ408\""},{"key":"Date","value":"Tue, 18 Jan 2022 22:14:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"575e71ad-3dce-49bd-8727-3d87c8512ed0\",\n        \"name\": \"Music\",\n        \"description\": \"Movies, documentaries or clips related to music arts\",\n        \"created_at\": \"2022-01-19T01:14:36.000Z\"\n    },\n    {\n        \"id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n        \"name\": \"War\",\n        \"description\": \"Movies or documentaries related to armed conflicts between nations\",\n        \"created_at\": \"2022-01-18T22:54:56.000Z\"\n    }\n]"}],"_postman_id":"79837d15-b42c-419a-a83f-e3719485f0e6"}],"id":"efa180e7-b222-4a50-ba2a-9076e86459e8","_postman_id":"efa180e7-b222-4a50-ba2a-9076e86459e8","description":""},{"name":"Videos","item":[{"name":"Create","id":"3a73197d-9def-4db2-a099-47d135fb5d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"WW2\",\r\n    \"description\":\"Documentary about the greatest conflict\",\r\n    \"category_id\":\"ec2a9b41-f6de-401a-abbd-446349e21edd\",\r\n    \"duration\":120\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/videos","description":"<p>Endpoint responsável por criar VIDEOS.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["videos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"95a40e8a-3683-4e09-b3b8-8f8c43bf8ba1","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"WW1\",\r\n    \"description\":\"Documentary about the second greatest conflict\",\r\n    \"category_id\":\"ec2a9b41-f6de-401a-abbd-446349e21edd\",\r\n    \"duration\":87\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/videos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-xhnobh+djJr03bNCbgh4ygx1wIQ\""},{"key":"Date","value":"Wed, 19 Jan 2022 01:30:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7e7783fc-11f0-418b-923d-307b0e24d43d\",\n    \"name\": \"WW1\",\n    \"description\": \"Documentary about the second greatest conflict\",\n    \"duration\": 87,\n    \"category_id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n    \"created_at\": \"2022-01-19T04:30:23.000Z\"\n}"}],"_postman_id":"3a73197d-9def-4db2-a099-47d135fb5d51"},{"name":"Update","id":"f0662e7f-7dc9-4c14-87d9-3880783fc4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"WW2 Stalingrad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/videos/60519fc3-188b-4e0d-8906-1afdf5a6cb48","description":"<p>Endpoint responsável por atualizar VIDEO previamente já cadastrado.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["videos","60519fc3-188b-4e0d-8906-1afdf5a6cb48"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4cda0d5-ebf2-46f3-b1fa-773a7bc4a5e5","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"WW2 Stalingrad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/videos/60519fc3-188b-4e0d-8906-1afdf5a6cb48"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"235"},{"key":"ETag","value":"W/\"eb-Wxu+t2dnDuUooSmr+ZClsmWWRXM\""},{"key":"Date","value":"Wed, 19 Jan 2022 02:15:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"60519fc3-188b-4e0d-8906-1afdf5a6cb48\",\n    \"name\": \"WW2 Stalingrad\",\n    \"description\": \"Documentary about the greatest conflict\",\n    \"duration\": \"120\",\n    \"category_id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n    \"created_at\": \"2022-01-19T05:12:54.000Z\"\n}"}],"_postman_id":"f0662e7f-7dc9-4c14-87d9-3880783fc4d7"},{"name":"Delete","id":"3217dbf1-8993-4d99-a595-10cc74f9c559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/videos/a5879608-f7dd-41fe-9566-10542ce5b0e9","description":"<p>Endpoint responsável por deletar VIDEO previamente já cadastrado.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["videos","a5879608-f7dd-41fe-9566-10542ce5b0e9"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"378bfbd2-2c74-41e3-803f-c7a27372e003","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3333/videos/a5879608-f7dd-41fe-9566-10542ce5b0e9"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Wed, 19 Jan 2022 01:54:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3217dbf1-8993-4d99-a595-10cc74f9c559"},{"name":"List Videos","id":"b517bd4d-d413-4103-8991-1a55d36265f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/videos","description":"<p>Endpoint responsável por listar todas os VIDEOS cadastrados.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["videos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e03f9378-7816-4ef8-a13d-45c298a959fc","name":"List Videos","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3333/videos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"859"},{"key":"ETag","value":"W/\"35b-7aZAnCuCqbXDLFiPwynEYD6D0qQ\""},{"key":"Date","value":"Wed, 19 Jan 2022 01:45:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"7e7783fc-11f0-418b-923d-307b0e24d43d\",\n        \"name\": \"WW1\",\n        \"description\": \"Documentary about the second greatest conflict\",\n        \"duration\": \"87\",\n        \"category_id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n        \"created_at\": \"2022-01-19T04:30:23.000Z\",\n        \"category\": {\n            \"id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n            \"name\": \"War Theater\",\n            \"description\": \"Movies or documentaries related to armed conflicts between nations\",\n            \"created_at\": \"2022-01-18T22:54:56.000Z\"\n        }\n    },\n    {\n        \"id\": \"a5879608-f7dd-41fe-9566-10542ce5b0e9\",\n        \"name\": \"WW2\",\n        \"description\": \"Documentary about the greatest conflict\",\n        \"duration\": \"120\",\n        \"category_id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n        \"created_at\": \"2022-01-19T04:29:11.000Z\",\n        \"category\": {\n            \"id\": \"ec2a9b41-f6de-401a-abbd-446349e21edd\",\n            \"name\": \"War Theater\",\n            \"description\": \"Movies or documentaries related to armed conflicts between nations\",\n            \"created_at\": \"2022-01-18T22:54:56.000Z\"\n        }\n    }\n]"}],"_postman_id":"b517bd4d-d413-4103-8991-1a55d36265f0"}],"id":"f8530473-e14e-4d48-9d33-e01cf9dbec3d","_postman_id":"f8530473-e14e-4d48-9d33-e01cf9dbec3d","description":""}]}