docs: Rename swagger.yaml to lms-openapi.yaml
* 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.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ LMS APIs
|
||||
The LMS currently has the following API Endpoints.
|
||||
|
||||
|
||||
.. openapi:: ../swagger.yaml
|
||||
.. openapi:: ../lms-openapi.yaml
|
||||
|
||||
Reference in New Issue
Block a user