From 63b40fb19f8fe60580048a3df67927bfb5cdfc46 Mon Sep 17 00:00:00 2001 From: awuctl <61098069+awuctl@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:33:22 +0100 Subject: [PATCH] Changed UUID information, removed header underline --- readme.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index be03af1..39bca8b 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,4 @@ # UUP dump JSON API ------------------ ## Description A simple endpoint allowing access to the UUP dump API using simple HTTP GET requests. @@ -56,7 +55,7 @@ Parameters: "build": "string", // Update build number, for example 19577.1000 "arch": " string", // Update architecture, for example amd64 "created": 1234567890, // Timestamp of when the build was added to the database - "uuid": "string" // UUIDv4 Update Identifier + "uuid": "string" // UUID Update Identifier }, ... ] @@ -95,14 +94,14 @@ Parameters: { "response": { "apiVersion": "string", // Current UUP dump API version - "updateId": "string", // UUIDv4 Update Identifier + "updateId": "string", // UUID Update Identifier "updateTitle": "string", // Update title, such as Windows 10 Insider Preview 19577.1000 (rs_prerelease) "foundBuild": "string", // Update build number, such as 19577.1000 "arch": "string", // Update architecture, such as amd64/x86/arm64 "fileWrite": "string", // NO_SAVE if the build was already in the database, INFO_WRITTEN if it was just added to it. "updateArray": [ { - "updateId": "string", // UUIDv4 Update Identifier + "updateId": "string", // UUID Update Identifier "updateTitle": "string", // Update title, such as Windows 10 Insider Preview 19577.1000 (rs_prerelease) "foundBuild": "string", // Update build number, such as 19577.1000 "arch": "string", // Update architecture, such as amd64/x86/arm64 @@ -119,8 +118,8 @@ Retrieves download links for specified Update ID and provides lists of ready to use UUP sets. Parameters: - - `id` - Update identifier (UUIDv4 string) - - **Supported values:** Any valid update identifier in the UUIDv4 format. + - `id` - Update identifier (UUID string) + - **Supported values:** Any valid update identifier in the UUID format, may include revision in the following format: "UUID_rev.2". - `lang` - Create UUP set for selected language (optional) - **Supported values:** Language name in xx-xx format. @@ -160,8 +159,8 @@ Parameters: Lists available languages for the specified Update ID. Parameters: - - `id` - Optional Update identifier (UUIDv4 string) - - **Supported values:** Any valid update identifier in the UUIDv4 format. + - `id` - Optional Update identifier (UUID string) + - **Supported values:** Any valid update identifier in the UUID format, may include revision in the following format: "UUID_rev.2". #### JSON response format: ```javascript @@ -188,8 +187,8 @@ Parameters: - `lang` - Generate edition list for the selected language - **Supported values:** Language name in xx-xx format - - `id` - Optional update identifier (UUIDv4 string) - - **Supported values:** Any valid update identifier in the UUIDv4 format. + - `id` - Optional update identifier (UUID string) + - **Supported values:** Any valid update identifier in the UUID format, may include revision in the following format: "UUID_rev.2". #### JSON response format: ```javascript