From bf182590247973281e5ffb603b19565a7783393e Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 01:44:24 +0100 Subject: [PATCH] Update To delete an app --- To-delete-an-app.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/To-delete-an-app.md b/To-delete-an-app.md index b8705e2..68ef191 100644 --- a/To-delete-an-app.md +++ b/To-delete-an-app.md @@ -42,15 +42,15 @@ If there is a invalid token: Status code: 401 ``` -If there is no app ID specified: +If there is a invalid request body: ``` { - "error": "App not found" + "error": "Invalid request body" } Status code: 400 ``` -If there is a invalid app ID specified: +If there is no or invalid app ID specified: ``` { "error": "App not found"