mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
openapi: Add comments on top of various OpenAPI doc files.
This is part of our standard approach for trying to make it easy for folks to find relevant documentation on a system they're trying to understand.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Zulip's OpenAPI-based API documentation system is documented at
|
||||
# https://zulip.readthedocs.io/en/latest/documentation/api.html
|
||||
#
|
||||
# This Python file wraps the test suite for Zulip's JavaScript API
|
||||
# examples and validates the responses against our OpenAPI definitions.
|
||||
|
||||
import json
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user