fix: update gorb ID formating

This commit is contained in:
JustTemmie 2025-04-29 21:24:14 +02:00
parent eb036c03df
commit dc0b18cfe1
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ Sends a friend request to the given user. Friend requests can be accepted by hav
```json ```json
{ {
"access_token": "gwLhWXD9wrqL3DwxXZ0VHUeOjr8am1yO", "access_token": "gwLhWXD9wrqL3DwxXZ0VHUeOjr8am1yO",
"identifier": "@radial_4740:gorb.app", "identifier": "@radial_4740@gorb.app",
"message": "Heyo, Kira here" "message": "Heyo, Kira here"
} }
``` ```

View file

@ -47,7 +47,7 @@ Authenticates the user, and issues an access token for future requests.
```json ```json
{ {
"access_token": "35e404d160b0eac766cb85cf513670baa627d1e918c4813c3f099e31de300b63", "access_token": "35e404d160b0eac766cb85cf513670baa627d1e918c4813c3f099e31de300b63",
"user_id": "@radial_4740:gorb.app", "user_id": "@radial_4740@gorb.app",
"expires_in": 86400, "expires_in": 86400,
"refresh_token": "d9ce91b7b643d5580ea605ad09ba1e13aef704c412194c00c592b96a62049587" "refresh_token": "d9ce91b7b643d5580ea605ad09ba1e13aef704c412194c00c592b96a62049587"
} }

View file

@ -49,7 +49,7 @@ Registers the user, and issues an access token for future requests.
```json ```json
{ {
"access_token": "13aa5fe2ae5874fb9616e68c25632a146552584ac238a3e4ede08174fbfc4f45", "access_token": "13aa5fe2ae5874fb9616e68c25632a146552584ac238a3e4ede08174fbfc4f45",
"user_id": "@radial_4740:gorb.app", "user_id": "@radial_4740@gorb.app",
"uuid": "dcb445f1-16e7-4cd9-ac19-af07acaeb865", "uuid": "dcb445f1-16e7-4cd9-ac19-af07acaeb865",
"expires_in": 86400, "expires_in": 86400,
"refresh_token": "8556a85b8912a78572cd67b21350e188039f656a0781dab20fab7b72a11d2a93" "refresh_token": "8556a85b8912a78572cd67b21350e188039f656a0781dab20fab7b72a11d2a93"

View file

@ -38,7 +38,7 @@ No request parameters or request body.
}, },
{ {
"email_address": "moderator@gorbatron.org", "email_address": "moderator@gorbatron.org",
"gorb_id": "@moderator:gorbatron.org", "gorb_id": "@moderator@gorbatron.org",
"role": "Content Moderator" "role": "Content Moderator"
} }
], ],