Skip to content

Commit

Permalink
extented
Browse files Browse the repository at this point in the history
  • Loading branch information
espen committed Feb 6, 2024
1 parent 7fd3c6b commit 338aab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ You can return bookings of multiple resources/services/events/people with an arr

<table>
<tr><th>Name</th><th>Type</th><th>Description</th></tr>
<tr><td>extented</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
<tr><td>extended</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
</table>

### Add new booking
Expand Down Expand Up @@ -566,7 +566,7 @@ Default action for outgoing messages is according to the settings for booking ve
<tr><td>confirmation_send_sms</td><td>Boolean</td><td>Send out confirmation SMS.</td></tr>
<tr><td>notification_send_email</td><td>Boolean</td><td>Send out notification email to admin.</td></tr>
<tr><td>notification_send_sms</td><td>Boolean</td><td>Send out notification SMS to admin.</td></tr>
<tr><td>extented</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
<tr><td>extended</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
</table>

#### Add new booking with new person
Expand Down Expand Up @@ -689,7 +689,7 @@ See [information about additional parameters](#additional-parameters).
<tr><td>add_reminder_sms</td><td>Boolean</td><td>Automatically adds `reminder_at`.</td></tr>
<tr><td>modification_send_email</td><td>Boolean</td><td>Send out modification email.</td></tr>
<tr><td>modification_send_sms</td><td>Boolean</td><td>Send out modification SMS.</td></tr>
<tr><td>extented</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
<tr><td>extended</td><td>Boolean</td><td>Extend output with full data from related objects.</td></tr>
</table>

### Delete booking
Expand Down

0 comments on commit 338aab1

Please sign in to comment.