Update To edit app details
parent
0be0ed77c7
commit
849efbcb69
|
@ -1,6 +1,6 @@
|
||||||
# To edit app details:
|
# To edit app details:
|
||||||
|
|
||||||
## HTTP request type: `POST`
|
## HTTP request type: `PUT`
|
||||||
|
|
||||||
## Authorization required: Yes (Header: Bearer auth, key is located in .env file)
|
## Authorization required: Yes (Header: Bearer auth, key is located in .env file)
|
||||||
|
|
||||||
|
@ -96,10 +96,10 @@ If there is no or invalid app ID specified:
|
||||||
Status code: 404
|
Status code: 404
|
||||||
```
|
```
|
||||||
|
|
||||||
If using a HTTP request other then `POST`:
|
If using a HTTP request other then `PUT`:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"error": "Method not allowed. Only POST is supported for this endpoint."
|
"error": "Method not allowed. Only PUT is supported for this endpoint."
|
||||||
}
|
}
|
||||||
|
|
||||||
Status code: 405
|
Status code: 405
|
||||||
|
|
Loading…
Reference in New Issue
Block a user