From 9d004733a6c50ffe2a183cea43a05b8c95a48f0b Mon Sep 17 00:00:00 2001 From: sanya554455 Date: Mon, 6 Jul 2020 20:33:21 +0300 Subject: [PATCH] fix postman export --- ...on => Tualetka_bot.postman_collection.json | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename Tualetka_bot_postman_collection (1).json => Tualetka_bot.postman_collection.json (90%) diff --git a/Tualetka_bot_postman_collection (1).json b/Tualetka_bot.postman_collection.json similarity index 90% rename from Tualetka_bot_postman_collection (1).json rename to Tualetka_bot.postman_collection.json index 9408c7c..b70525c 100644 --- a/Tualetka_bot_postman_collection (1).json +++ b/Tualetka_bot.postman_collection.json @@ -228,10 +228,29 @@ { "name": "ChangePayAbility", "request": { - "method": "GET", + "method": "POST", "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"userID\" : 1,\n \"roomID\" : 1,\n \"payAbility\" : false\n}", + "options": { + "raw": { + "language": "json" + } + } + }, "url": { - "raw": "" + "raw": "localhost:8080/api/rooms/users/pay_abilities", + "host": [ + "localhost" + ], + "port": "8080", + "path": [ + "api", + "rooms", + "users", + "pay_abilities" + ] } }, "response": []