Update To edit app details

matu6968 2024-11-21 02:13:17 +01:00
parent 0be0ed77c7
commit 849efbcb69

@ -1,6 +1,6 @@
# To edit app details:
## HTTP request type: `POST`
## HTTP request type: `PUT`
## 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
```
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