{"info":{"_postman_id":"a7d7e28e-99f1-4cf8-b673-27dc67a4b4ba","name":"PartidosU","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19231920","collectionId":"a7d7e28e-99f1-4cf8-b673-27dc67a4b4ba","publishedId":"2sB2cPj5aU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-29T00:36:09.000Z"},"item":[{"name":"POST - AGREGAR NUEVO PARTIDO","id":"f7092765-eba2-41a4-9e82-cd932fbb5235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"homeTeam\": \"Juventus\",\r\n    \"awayTeam\": \"AC Milan\",\r\n    \"matchDate\": \"2023-11-26T19:45:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/matches","urlObject":{"protocol":"http","port":"8080","path":["api","matches"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7092765-eba2-41a4-9e82-cd932fbb5235"},{"name":"GET -  PARTIDO POR ID","id":"4d9c160e-549f-4e73-b541-e297fafc94fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/matches/67e6cac39c07a592b3775358","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6cac39c07a592b3775358"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d9c160e-549f-4e73-b541-e297fafc94fb"},{"name":"PUT - ACTUALIZAR PARTIDO","id":"86fea340-e4eb-4ddb-ad02-d1b3d593bb09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"67e6cac39c07a592b3775358\",\r\n    \"homeTeam\": \"Juventus 2\",\r\n    \"awayTeam\": \"AC Milan\",\r\n    \"matchDate\": \"2025-03-22\",\r\n    \"goals\": 2,\r\n    \"yellowCards\": 1,\r\n    \"redCards\": 0,\r\n    \"extraTime\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/matches/67e6cac39c07a592b3775358","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6cac39c07a592b3775358"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"86fea340-e4eb-4ddb-ad02-d1b3d593bb09"},{"name":"DELETE - PARTIDO","id":"7fc4b8e8-4a75-43d8-a42f-e60f7526a63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/matches/67e6cac39c07a592b3775358","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6cac39c07a592b3775358"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fc4b8e8-4a75-43d8-a42f-e60f7526a63e"},{"name":"PATCH - AGREGAR GOL","id":"394c2d71-6ff8-47f9-856b-ed5f438916b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"url":"http://localhost:8080/api/matches/67e6caee3dddfa88c27abc07/goals","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6caee3dddfa88c27abc07","goals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"394c2d71-6ff8-47f9-856b-ed5f438916b3"},{"name":"PATCH - AGREGAR TARJETA AMARRILLA","id":"51f8fd15-e39a-43b6-82a3-b1e6eb23e7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"url":"http://localhost:8080/api/matches/67e6caee3dddfa88c27abc07/yellowcards","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6caee3dddfa88c27abc07","yellowcards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"51f8fd15-e39a-43b6-82a3-b1e6eb23e7dd"},{"name":"PATCH - AGREGAR TARJETA ROJA","id":"7599f53a-c03a-4594-b58f-b5b73835046a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"url":"http://localhost:8080/api/matches/67e6caee3dddfa88c27abc07/redcards","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6caee3dddfa88c27abc07","redcards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7599f53a-c03a-4594-b58f-b5b73835046a"},{"name":"PATCH - AGREGAR TIEMPO EXTRA","id":"b62e42f9-4c21-4a2e-9cc9-9ce4679d06c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"url":"http://localhost:8080/api/matches/67e6caee3dddfa88c27abc07/extratime","urlObject":{"protocol":"http","port":"8080","path":["api","matches","67e6caee3dddfa88c27abc07","extratime"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b62e42f9-4c21-4a2e-9cc9-9ce4679d06c7"}]}