Skip to content

Commit

Permalink
Document meetings.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy De Wit committed Oct 18, 2023
1 parent bb65621 commit 5ea8063
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ We list all backwards-compatible additions here. These are currently available i

### October 2023
- We added `late_fees` to `invoices.info` and `invoices.list`.
- We added the `meetings.complete` endpoint.
- We added the `meetings.complete` and `meetings.delete` endpoints.

### September 2023
- We added the `meetings.list` and `meetings.info` endpoints.
Expand Down Expand Up @@ -3326,6 +3326,17 @@ Mark a meeting as complete.

+ Response 204

### meetings.delete [POST /meetings.delete]

Deletes a meeting.

+ Request (application/json)

+ Attributes (object)
+ id: `46156648-87c6-478d-8aa7-1dc3a00dacab` (string, required)

+ Response 204

# Group Invoicing

## Invoices [/invoices]
Expand Down
11 changes: 11 additions & 0 deletions src/04-calendar/meetings.apib
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,17 @@ Get information about a meeting.

Mark a meeting as complete.

+ Request (application/json)

+ Attributes (object)
+ id: `46156648-87c6-478d-8aa7-1dc3a00dacab` (string, required)

+ Response 204

### meetings.delete [POST /meetings.delete]

Deletes a meeting.

+ Request (application/json)

+ Attributes (object)
Expand Down
2 changes: 1 addition & 1 deletion src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We list all backwards-compatible additions here. These are currently available i

### October 2023
- We added `late_fees` to `invoices.info` and `invoices.list`.
- We added the `meetings.complete` endpoint.
- We added the `meetings.complete` and `meetings.delete` endpoints.

### September 2023
- We added the `meetings.list` and `meetings.info` endpoints.
Expand Down

0 comments on commit 5ea8063

Please sign in to comment.