{"info":{"_postman_id":"58b6258d-9baf-428a-ae72-4345b5707753","name":"Olympic Games","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21556158","collectionId":"58b6258d-9baf-428a-ae72-4345b5707753","publishedId":"2s8YYEMPaK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-04T20:41:53.000Z"},"item":[{"name":"Add Competition","id":"05de6654-5005-4198-af14-869fcc0fdd8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Final lançamento de dardos\",\r\n    \"modality\": \"Lançamento de dardos\",\r\n    \"unit\": \"m\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/competitions/add","urlObject":{"port":"3003","path":["competitions","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05de6654-5005-4198-af14-869fcc0fdd8e"},{"name":"Change Status","id":"7eb6b0e3-d82c-4807-809c-6cf079a5c849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newStatus\": \"Em andamento\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/competitions/:id","urlObject":{"port":"3003","path":["competitions",":id"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"cc4e61d9-edfb-42d7-bbf9-86aab7ae27a6","key":"id"}]}},"response":[],"_postman_id":"7eb6b0e3-d82c-4807-809c-6cf079a5c849"},{"name":"Add Result","id":"af6163eb-b51c-4460-b64d-21d9d1e3f7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"competition\": \"Classificatória 100m rasos\",\r\n    \"modality\": \"100 metros rasos\",\r\n    \"athlete\": \"Andressa\",\r\n    \"value\": 11.2\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/results/add","urlObject":{"port":"3003","path":["results","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af6163eb-b51c-4460-b64d-21d9d1e3f7c8"},{"name":"Get Ranking","id":"842c425b-d961-429e-a616-fb61c99aff0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"competition\": \"Classificatória lançamento de dardos\",\r\n    \"modality\": \"Lançamento de dardos\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/results/ranking","urlObject":{"port":"3003","path":["results","ranking"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"842c425b-d961-429e-a616-fb61c99aff0f"}]}