mirror of
https://git.uupdump.net/uup-dump/json-api.git
synced 2025-07-02 11:39:54 +09:00
Add option to skip retrieval of download links in get.php
This commit is contained in:
@ -20,7 +20,7 @@ Example response:
|
||||
|
||||
Responses from the UUP dump API are always returned in the `response` key.
|
||||
|
||||
If requests fails, a HTTP error code will be set to:
|
||||
If request fails, a HTTP error code will be set to:
|
||||
- `400` if request was malformed
|
||||
- `429` if user is being rate limited
|
||||
- `500` if retrieval of data was unsuccessful
|
||||
@ -81,6 +81,9 @@ Parameters:
|
||||
- **Supported values:** any edition name
|
||||
- **NOTE:** You need to specify `lang` to get successful request
|
||||
|
||||
- `noLinks` - Do not retrieve download links for created UUP set (optional)
|
||||
- **Supported values:** 0 = Disable, 1 = Enable
|
||||
|
||||
#### `/listlangs.php`
|
||||
Lists available languages for specified Update ID
|
||||
|
||||
|
Reference in New Issue
Block a user