You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp.ServiceModel/Bookings.d.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ export enum RoomType {
16
16
17
17
@Read.route("/bookings","GET")
18
18
@Read.route("/bookings/{Id}","GET")
19
+
@Read.description("Find Bookings")
19
20
@Create.route("/bookings","POST")
20
21
@Create.description("Create a new Booking")
21
22
@Update.notes("Find out how to quickly create a <a class='svg-external' target='_blank' href='https://youtu.be/nhc4MZufkcM'>C# Bookings App from Scratch</a>")
0 commit comments