mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-14 01:44:22 -05:00
Document more supported endpoints for workers (#6698)
This commit is contained in:
parent
326c893d24
commit
47f4f493f0
1
changelog.d/6698.doc
Normal file
1
changelog.d/6698.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add more endpoints to the documentation for Synapse workers.
|
@ -168,8 +168,11 @@ endpoints matching the following regular expressions:
|
|||||||
^/_matrix/federation/v1/make_join/
|
^/_matrix/federation/v1/make_join/
|
||||||
^/_matrix/federation/v1/make_leave/
|
^/_matrix/federation/v1/make_leave/
|
||||||
^/_matrix/federation/v1/send_join/
|
^/_matrix/federation/v1/send_join/
|
||||||
|
^/_matrix/federation/v2/send_join/
|
||||||
^/_matrix/federation/v1/send_leave/
|
^/_matrix/federation/v1/send_leave/
|
||||||
|
^/_matrix/federation/v2/send_leave/
|
||||||
^/_matrix/federation/v1/invite/
|
^/_matrix/federation/v1/invite/
|
||||||
|
^/_matrix/federation/v2/invite/
|
||||||
^/_matrix/federation/v1/query_auth/
|
^/_matrix/federation/v1/query_auth/
|
||||||
^/_matrix/federation/v1/event_auth/
|
^/_matrix/federation/v1/event_auth/
|
||||||
^/_matrix/federation/v1/exchange_third_party_invite/
|
^/_matrix/federation/v1/exchange_third_party_invite/
|
||||||
@ -288,6 +291,7 @@ file. For example:
|
|||||||
Handles some event creation. It can handle REST endpoints matching:
|
Handles some event creation. It can handle REST endpoints matching:
|
||||||
|
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send
|
||||||
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state/
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
|
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/join/
|
^/_matrix/client/(api/v1|r0|unstable)/join/
|
||||||
^/_matrix/client/(api/v1|r0|unstable)/profile/
|
^/_matrix/client/(api/v1|r0|unstable)/profile/
|
||||||
|
Loading…
Reference in New Issue
Block a user