diff --git a/views/endpoints.jade b/views/endpoints.jade
index 7e826966..207f7668 100644
--- a/views/endpoints.jade
+++ b/views/endpoints.jade
@@ -4,7 +4,7 @@ block content
h1 #{config.service.name} API
h3 Generally
- p All endpoints serve both JSON and HTML, controlled by the Accept
header of your request. You can force the formatting of any resource using the format
parameter: i.e., append ?format=json
to any URL to retrieve the underlying resource as JSON.
+ p Formatting: All endpoints serve both JSON and HTML, controlled by the Accept
header of your request. You can force the formatting of any resource using the format
parameter: i.e., append ?format=json
to any URL to retrieve the underlying resource as JSON.
p Events: Any endpoint can be connected to with a WebSocket, and updates to that resource will be served to you as messages. These messages will be formatted as JSON-PATCH arrays, wrapped in JSON-RPC with the method name patch
. The channel
parameter will correspond to the resource's route. For more information, see the Maki documentation on PubSub & Messaging.
p All endpoints can also be interacted with via the following HTTP verbs:
pre