Skip to content

Commit 7d5bd7f

Browse files
committed
fixed API Spec Issues
1 parent 56b27d1 commit 7d5bd7f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

apiary.apib

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ Note: Do html redirect to the password reset successful page and kill the active
12961296
Authorization: dd3343ae567c8f8a0b9e8f
12971297

12981298
+ Parameters
1299-
+ booking_id (Number) - ID of the booking
1299+
+ booking_id: "10" (Number) - ID of the booking
13001300

13011301
+ Response 200 (application/json)
13021302

@@ -2471,7 +2471,7 @@ Check if the Worker matches some tags on the booking and worker is not assigned
24712471
+ Parameters
24722472
+ limit: "10" (Number) - Number of records to return
24732473
+ skip: "0" (Number) - Number of records to skip
2474-
+ booking_id (Number) - ID of the booking
2474+
+ booking_id: "10" (Number) - ID of the booking
24752475

24762476
+ Response 200 (application/json)
24772477

@@ -2545,7 +2545,7 @@ Check if the Worker matches some tags on the booking and worker is not assigned
25452545
Authorization: dd3343ae567c8f8a0b9e8f
25462546

25472547
+ Parameters
2548-
+ booking_id (Number) - ID of the booking
2548+
+ booking_id: "10" (Number) - ID of the booking
25492549

25502550
+ Response 200 (application/json)
25512551

@@ -2607,9 +2607,9 @@ Check if the Worker matches some tags on the booking and worker is not assigned
26072607
Authorization: dd3343ae567c8f8a0b9e8f
26082608

26092609
+ Parameters
2610-
+ booking_id (Number) - ID of the booking
2611-
+ skip (Number) - Number of records to skip
2612-
+ limit (Number) - Number of records to return
2610+
+ booking_id: "10" (Number) - ID of the booking
2611+
+ skip: "10" (Number) - Number of records to skip
2612+
+ limit: "10" (Number) - Number of records to return
26132613

26142614
+ Response 200 (application/json)
26152615

@@ -2684,7 +2684,7 @@ Add the rating and review to each worker assigned to the project
26842684
Authorization: dd3343ae567c8f8a0b9e8f
26852685

26862686
+ Parameters
2687-
+ booking_id (Number) - ID of the booking
2687+
+ booking_id: "10" (Number) - ID of the booking
26882688

26892689
+ Request (application/json)
26902690

@@ -2747,7 +2747,7 @@ Add the rating and review to each worker assigned to the project
27472747
Authorization: dd3343ae567c8f8a0b9e8f
27482748

27492749
+ Parameters
2750-
+ booking_id (Number) - ID of the booking
2750+
+ booking_id: "10" (Number) - ID of the booking
27512751

27522752
+ Response 200 (application/json)
27532753

@@ -2873,7 +2873,7 @@ Remember to requery the transaction to confirm the true state from the processor
28732873
Authorization: dd3343ae567c8f8a0b9e8f
28742874

28752875
+ Parameters
2876-
+ payment_id (Number) - ID of the payment
2876+
+ payment_id: "10" (Number) - ID of the payment
28772877

28782878
+ Request (application/json)
28792879

@@ -2941,7 +2941,7 @@ Remember to requery the transaction to confirm the true state from the processor
29412941
Authorization: dd3343ae567c8f8a0b9e8f
29422942

29432943
+ Parameters
2944-
+ user_id (Number) - ID of the user
2944+
+ user_id: "10" (Number) - ID of the user
29452945
+ limit: "10" (Number) - Number of records to return
29462946
+ skip: "0" (Number) - Number of records to skip
29472947
+ status: "completed" (String) - Status of a booking
@@ -3921,8 +3921,8 @@ If user_id is not provided, get current users wallet balance
39213921
Authorization: dd3343ae567c8f8a0b9e8f
39223922

39233923
+ Parameters
3924-
+ skip (Number) - Number of records to skip
3925-
+ limit (Number) - Number of records to return
3924+
+ skip: "10" (Number) - Number of records to skip
3925+
+ limit: "10" (Number) - Number of records to return
39263926

39273927
+ Response 200 (application/json)
39283928

@@ -3989,9 +3989,9 @@ If user_id is not provided, get current users wallet balance
39893989
Authorization: dd3343ae567c8f8a0b9e8f
39903990

39913991
+ Parameters
3992-
+ skip (Number) - Number of records to skip
3993-
+ limit (Number) - Number of records to return
3994-
+ user_id (String) - Id of the user we want to get a statement for
3992+
+ skip: "10" (Number) - Number of records to skip
3993+
+ limit: "10" (Number) - Number of records to return
3994+
+ user_id: "10" (String) - Id of the user we want to get a statement for
39953995

39963996
+ Response 200 (application/json)
39973997

0 commit comments

Comments
 (0)