Update documentation_style.rst

pull/977/head
Richard van der Hoff 6 years ago committed by GitHub
parent 726af76a77
commit 196e668768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,12 @@ When writing OpenAPI specifications for the API endpoints, follow these rules:
end with a full stop. Examples: "Sends an event."; "Searches the directory."
* ``description``: a longer description of the behaviour of this API, written
in complete sentences.
in complete sentences. Use multiple paragraphs if necessary.
Example:
This API sends an event to the room. The server must ensure that the user
has permission to post events to this room.
* ``operationId``: a camelCased unique identifier for this endpoint. This will
be used to automatically generate bindings for the endpoint.

Loading…
Cancel
Save