Compare commits

..

2 commits

Author SHA1 Message Date
codedust debb8cc5e0
Merge f0affdfa3c into d968774fb7 2025-09-24 13:04:20 +01:00
Christian Paul d968774fb7
Missing quotation marks: Fix JSON formatting in application-service-api.md (#2213)
Some checks failed
Spec / 🔎 Validate OpenAPI specifications (push) Has been cancelled
Spec / 🔎 Check Event schema examples (push) Has been cancelled
Spec / 🔎 Check OpenAPI definitions examples (push) Has been cancelled
Spec / 🔎 Check JSON Schemas inline examples (push) Has been cancelled
Spec / ⚙️ Calculate baseURL for later jobs (push) Has been cancelled
Spec / 📢 Run towncrier for changelog (push) Has been cancelled
Spell Check / Spell Check with Typos (push) Has been cancelled
Spec / 🐍 Build OpenAPI definitions (push) Has been cancelled
Spec / 📖 Build the spec (push) Has been cancelled
Spec / 🔎 Validate generated HTML (push) Has been cancelled
Spec / 📖 Build the historical backup spec (push) Has been cancelled
2025-09-23 15:49:27 +00:00
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
Fix JSON formatting in the "Server admin style permissions" examples.

View file

@ -438,8 +438,8 @@ user ID without a password.
Content:
{
type: "m.login.application_service",
username: "_irc_example"
"type": "m.login.application_service",
"username": "_irc_example"
}
Similarly, logging in as users needs API changes in order to allow the AS to
@ -454,7 +454,7 @@ log in without needing the user's password. This is achieved by including the
Content:
{
type: "m.login.application_service",
"type": "m.login.application_service",
"identifier": {
"type": "m.id.user",
"user": "_irc_example"