From f8edd7e537e5ba8d224a50bbe09b35c38393fe46 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 26 Sep 2025 02:44:26 -0400 Subject: [PATCH 1/3] Update get-user-profile.md Removes the mention of the "i" query parameter for the ULID as it needs to be inputted into the "u" query parameter. --- docs/v1/get-user-profile.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/v1/get-user-profile.md b/docs/v1/get-user-profile.md index 422de49..32bc7de 100644 --- a/docs/v1/get-user-profile.md +++ b/docs/v1/get-user-profile.md @@ -22,11 +22,10 @@ This information can be found near the top of [any user page](https://retroachie You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID. -| Name | Required? | Description | -| :--- | :-------- | :---------------------- | -| `y` | Yes | Your web API key. | -| `u` | | The target username. | -| `i` | | The target user's ULID. | +| Name | Required? | Description | +| :--- | :-------- | :----------------------------| +| `y` | Yes | Your web API key. | +| `u` | Yes | The target username or ULID. | ## Client Library From acf76c5a4d123c421e6efbe13832e74cb2e3d914 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 26 Sep 2025 02:50:36 -0400 Subject: [PATCH 2/3] Update get-developer-ticket-stats.md Removes the mention of the "i" query parameter for the ULID as it needs to be inputted into the "u" query parameter. --- docs/v1/get-ticket-data/get-developer-ticket-stats.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/v1/get-ticket-data/get-developer-ticket-stats.md b/docs/v1/get-ticket-data/get-developer-ticket-stats.md index 68acda6..5f53271 100644 --- a/docs/v1/get-ticket-data/get-developer-ticket-stats.md +++ b/docs/v1/get-ticket-data/get-developer-ticket-stats.md @@ -16,11 +16,10 @@ A call to `API_GetTicketData` in this manner will retrieve ticket stats for a de You must query the developer by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID. -| Name | Required? | Description | -| :--- | :-------- | :------------------------------- | -| `y` | Yes | Your web API key. | -| `u` | | The target developer's username. | -| `i` | | The target developer's ULID. | +| Name | Required? | Description | +| :--- | :-------- | :--------------------------------------- | +| `y` | Yes | Your web API key. | +| `u` | | The target developer's username or ULID. | ## Client Library From bdfff2d072346bc36f342fdbff58418fb72c6b83 Mon Sep 17 00:00:00 2001 From: Wes Copeland Date: Fri, 26 Sep 2025 08:50:31 -0400 Subject: [PATCH 3/3] chore: format --- docs/v1/get-user-profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v1/get-user-profile.md b/docs/v1/get-user-profile.md index 32bc7de..2f502a0 100644 --- a/docs/v1/get-user-profile.md +++ b/docs/v1/get-user-profile.md @@ -23,7 +23,7 @@ This information can be found near the top of [any user page](https://retroachie You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID. | Name | Required? | Description | -| :--- | :-------- | :----------------------------| +| :--- | :-------- | :--------------------------- | | `y` | Yes | Your web API key. | | `u` | Yes | The target username or ULID. |