Update To delete an app

matu6968 2024-11-21 01:44:24 +01:00
parent 39335acb00
commit bf18259024

@ -42,15 +42,15 @@ If there is a invalid token:
Status code: 401 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 Status code: 400
``` ```
If there is a invalid app ID specified: If there is no or invalid app ID specified:
``` ```
{ {
"error": "App not found" "error": "App not found"