API V2.0: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 20: | Line 20: | ||
The "all" method may be used as a shortcut to grant access to all methods. For example "all:bookings" would allow for the reading, updating, creating and deleting of bookings. | The "all" method may be used as a shortcut to grant access to all methods. For example "all:bookings" would allow for the reading, updating, creating and deleting of bookings. | ||
= POST | = POST requests = | ||
== Creating/modifying multiple items == | == Creating/modifying multiple items == | ||
All POST endpoints accept an array of items (an item may be a booking, message, property etc). | All POST endpoints accept an array of items (an item may be a booking, message, property etc). | ||