summaryrefslogtreecommitdiff
path: root/docs/dev/openapi.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/openapi.yml')
-rw-r--r--docs/dev/openapi.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml
index 4d3e31f6..d32a7ef4 100644
--- a/docs/dev/openapi.yml
+++ b/docs/dev/openapi.yml
@@ -1,18 +1,18 @@
openapi: 3.0.1
info:
- title: CodiMD
- description: CodiMD is an open source collaborative note editor. Several tasks of CodiMD can be automated through this API.
+ title: HedgeDoc
+ description: HedgeDoc is an open source collaborative note editor. Several tasks of HedgeDoc can be automated through this API.
version: 1.6.0
contact:
- name: CodiMD on GitHub
- url: https://github.com/codimd/server
+ name: HedgeDoc on GitHub
+ url: https://github.com/hedgedoc/server
license:
name: AGPLv3
- url: https://github.com/codimd/server/blob/master/LICENSE
+ url: https://github.com/hedgedoc/server/blob/master/LICENSE
externalDocs:
- url: https://github.com/codimd/server/blob/master/docs/dev/api.md
+ url: https://github.com/hedgedoc/server/blob/master/docs/dev/api.md
paths:
@@ -281,7 +281,7 @@ paths:
tags:
- note
summary: Creates a new GitHub Gist with the note's content.
- description: 'If [GitHub integration](https://github.com/codimd/server/blob/master/docs/configuration-env-vars.md#github-login) is configured, the user will be redirected to GitHub and a new Gist with the content of the note will be created.'
+ description: 'If [GitHub integration](https://github.com/hedgedoc/server/blob/master/docs/configuration-env-vars.md#github-login) is configured, the user will be redirected to GitHub and a new Gist with the content of the note will be created.'
responses:
default:
description: Redirect to the created gist (or the GitHub authentication before)
@@ -432,7 +432,7 @@ paths:
get:
tags:
- server
- summary: Returns the current status of the CodiMD instance.
+ summary: Returns the current status of the HedgeDoc instance.
description: The data is returned as a JSON object containing the number of notes stored on the server, (distinct) online users and more.
responses:
200:
@@ -478,4 +478,4 @@ tags:
- name: user
description: These endpoints return information about the current logged-in user and it's note history. If no user is logged-in, the most of this requests will fail with either a HTTP 403 or a JSON object containing `{"status":"forbidden"}`.
- name: server
- description: These endpoints return information about the running CodiMD instance.
+ description: These endpoints return information about the running HedgeDoc instance.