diff options
Diffstat (limited to 'src/mailman/rest')
| -rw-r--r-- | src/mailman/rest/docs/basic.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/basic.rst b/src/mailman/rest/docs/basic.rst index 1f8084ecd..24b919bb2 100644 --- a/src/mailman/rest/docs/basic.rst +++ b/src/mailman/rest/docs/basic.rst @@ -2,6 +2,10 @@ Basic operation ================= +The encoding of URI components addressing a REST endpoint is Unicode +UTF-8. There is :ref:`more information about internationalization in +Mailman <internationalization>`. + In order to do anything with the REST API, you need to know its `Basic AUTH`_ credentials, and the version of the API you wish to speak to. |
