Skip to content

Commit 125d18c

Browse files
Update get-user-profile.md and get-developer-ticket-stats.md (#85)
1 parent 1e3c173 commit 125d18c

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

docs/v1/get-ticket-data/get-developer-ticket-stats.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ A call to `API_GetTicketData` in this manner will retrieve ticket stats for a de
1616

1717
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.
1818

19-
| Name | Required? | Description |
20-
| :--- | :-------- | :------------------------------- |
21-
| `y` | Yes | Your web API key. |
22-
| `u` | | The target developer's username. |
23-
| `i` | | The target developer's ULID. |
19+
| Name | Required? | Description |
20+
| :--- | :-------- | :--------------------------------------- |
21+
| `y` | Yes | Your web API key. |
22+
| `u` | | The target developer's username or ULID. |
2423

2524
## Client Library
2625

docs/v1/get-user-profile.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ This information can be found near the top of [any user page](https://retroachie
2222

2323
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.
2424

25-
| Name | Required? | Description |
26-
| :--- | :-------- | :---------------------- |
27-
| `y` | Yes | Your web API key. |
28-
| `u` | | The target username. |
29-
| `i` | | The target user's ULID. |
25+
| Name | Required? | Description |
26+
| :--- | :-------- | :--------------------------- |
27+
| `y` | Yes | Your web API key. |
28+
| `u` | Yes | The target username or ULID. |
3029

3130
## Client Library
3231

0 commit comments

Comments
 (0)