Update the admin API doc to use stable scope in the example
This commit is contained in:
@@ -375,7 +375,7 @@ impl OAuth2Session {
|
||||
user_id: Some(Ulid::from_bytes([0x04; 16])),
|
||||
user_session_id: Some(Ulid::from_bytes([0x05; 16])),
|
||||
client_id: Ulid::from_bytes([0x06; 16]),
|
||||
scope: "urn:matrix:org.matrix.msc2967.client:api:*".to_owned(),
|
||||
scope: "urn:matrix:client:api:*".to_owned(),
|
||||
user_agent: Some("Mozilla/5.0".to_owned()),
|
||||
last_active_at: Some(DateTime::default()),
|
||||
last_active_ip: Some("127.0.0.1".parse().unwrap()),
|
||||
|
||||
@@ -469,7 +469,7 @@
|
||||
"user_id": "040G2081040G2081040G208104",
|
||||
"user_session_id": "050M2GA1850M2GA1850M2GA185",
|
||||
"client_id": "060R30C1G60R30C1G60R30C1G6",
|
||||
"scope": "urn:matrix:org.matrix.msc2967.client:api:*",
|
||||
"scope": "urn:matrix:client:api:*",
|
||||
"user_agent": "Mozilla/5.0",
|
||||
"last_active_at": "1970-01-01T00:00:00Z",
|
||||
"last_active_ip": "127.0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user