diff --git a/changelogs/application_service/newsfragments/2213.clarification b/changelogs/application_service/newsfragments/2213.clarification new file mode 100644 index 00000000..a8c06342 --- /dev/null +++ b/changelogs/application_service/newsfragments/2213.clarification @@ -0,0 +1 @@ +Fix JSON formatting in the "Server admin style permissions" examples. diff --git a/content/application-service-api.md b/content/application-service-api.md index 4c1ada48..46c3efca 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -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"