mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: make owner_name and owner_username consistent (#18081)
We've been using owner_name inconsistently as username. So this PR fixes it by making the attribute naming more consistent.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"created_at": "====[timestamp]=====",
|
||||
"updated_at": "====[timestamp]=====",
|
||||
"owner_id": "==========[first user ID]===========",
|
||||
"owner_name": "testuser",
|
||||
"owner_username": "testuser",
|
||||
"owner_avatar_url": "",
|
||||
"organization_id": "===========[first org ID]===========",
|
||||
"organization_name": "coder",
|
||||
|
||||
Reference in New Issue
Block a user