Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Document advising against publicly exposing the Admin API and provide a usage example #13231

Merged
merged 3 commits into from
Jul 13, 2022

Commits on Jul 8, 2022

  1. Admin API request explanation improved

    Pointed out, that the Admin API is not accessible by default from any remote computer, but only from the PC `matrix-synapse` is running on.
    Added a full, working example, making sure to include the cURL flag `-X`, which needs to be prepended to `GET`, `POST`, `PUT` etc. and listing the full query string including protocol, IP address and port.
    jejo86 authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a57dec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4712657 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Apply suggestions from code review

    Update changelog. Reword prose.
    DMRobertson authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7d51392 View commit details
    Browse the repository at this point in the history