Skip to content

Commit

Permalink
docs: Rename swagger.yaml to lms-openapi.yaml
Browse files Browse the repository at this point in the history
* Swagger was renamed to OpenAPI at some point so use the new name for
  clarity.

* Prefix with `lms` to make it clear that these are the APIs from the
  LMS and may not all be available in the CMS.
  • Loading branch information
feanil committed Jun 29, 2023
1 parent 2626213 commit 8c43868
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean: ## archive and delete most git-ignored files
tar xf $(PRIVATE_FILES)
rm $(PRIVATE_FILES)

SWAGGER = docs/swagger.yaml
SWAGGER = docs/lms-openapi.yaml

docs: guides technical-docs ## build all the developer documentation for this repository

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/lms_apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ LMS APIs
The LMS currently has the following API Endpoints.


.. openapi:: ../swagger.yaml
.. openapi:: ../lms-openapi.yaml
File renamed without changes.

0 comments on commit 8c43868

Please sign in to comment.