Skip to content

Commit 8e4f459

Browse files
committed
improve interview postman
1 parent 5bbe555 commit 8e4f459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Topcoder-bookings-api.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info": {
3-
"_postman_id": "11b12c20-8ed1-4a9f-848b-b1caa511b62e",
3+
"_postman_id": "9a2573b4-16c9-4073-bd4f-51d0934cec11",
44
"name": "Topcoder-bookings-api",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66
},
@@ -3790,7 +3790,7 @@
37903790
],
37913791
"body": {
37923792
"mode": "raw",
3793-
"raw": "{\r\n \"duration\": 30,\r\n \"hostTimezone\": \"Europe/London\",\r\n \"availableTime\": [\r\n {\r\n \"days\": [\r\n \"T\"\r\n ],\r\n \"start\": \"09:00\",\r\n \"end\": \"10:00\"\r\n }\r\n ]\r\n}",
3793+
"raw": "{\r\n \"duration\": 30,\r\n \"hostTimezone\": \"Europe/London\",\r\n \"availableTime\": [\r\n {\r\n \"days\": [\r\n \"U\",\r\n \"M\",\r\n \"T\",\r\n \"W\",\r\n \"T\",\r\n \"F\",\r\n \"S\"\r\n ],\r\n \"start\": \"01:00\",\r\n \"end\": \"23:00\"\r\n }\r\n ]\r\n}",
37943794
"options": {
37953795
"raw": {
37963796
"language": "json"
@@ -6611,7 +6611,7 @@
66116611
],
66126612
"body": {
66136613
"mode": "raw",
6614-
"raw": "{\r\n \"duration\": 60,\r\n \"hostTimezone\": \"Europe/Rome\",\r\n \"availableTime\": [\r\n {\r\n \"days\": [\r\n \"F\"\r\n ],\r\n \"start\": \"09:00\",\r\n \"end\": \"14:00\"\r\n }\r\n ]\r\n}",
6614+
"raw": "{\r\n \"startTimestamp\": \"2021-11-30T16:15:00.000Z\",\r\n \"status\": \"Scheduled\"\r\n}",
66156615
"options": {
66166616
"raw": {
66176617
"language": "json"

0 commit comments

Comments
 (0)