From 8b564f399a4d39b4c75d576fed4bc608d4598d4c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 5 May 2021 12:44:36 +0100 Subject: [PATCH] add delete to invites example --- invites/examples.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/invites/examples.json b/invites/examples.json index 68d966b..620b4a4 100644 --- a/invites/examples.json +++ b/invites/examples.json @@ -31,6 +31,14 @@ } } }], + "delete": [{ + "title": "Delete an invite", + "description": "Delete an invite by id", + "request": { + "id": "fb3a3552-3c7b-4a18-a1f8-08ab56940862" + }, + "response": {} + }], "list": [{ "title": "List invites", "description": "List invites for a group by id",