Update To delete an app
parent
39335acb00
commit
bf18259024
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user