Skip to content
Snippets Groups Projects
Commit d7eac716 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

improved api doc a bit

parent 808ef9d1
No related branches found
No related tags found
No related merge requests found
...@@ -7,28 +7,32 @@ servers: ...@@ -7,28 +7,32 @@ servers:
- url: 'http://localhost:3000' - url: 'http://localhost:3000'
paths: paths:
/api/install/auth: /api/install/auth:
get: post:
summary: Your GET endpoint summary: ''
tags: [] operationId: post-api-install-auth
responses: {} responses:
operationId: get-api-install-auth '200':
description: OK
/api/install/ca: /api/install/ca:
get: post:
summary: Your GET endpoint summary: ''
tags: [] operationId: post-api-install-ca
responses: {} responses:
operationId: get-api-install-ca '200':
description: OK
/api/install/settings: /api/install/settings:
get: post:
summary: Your GET endpoint summary: ''
tags: [] operationId: post-api-install-settings
responses: {} responses:
operationId: get-api-install-settings '200':
description: OK
/api/install/start: /api/install/start:
get: post:
summary: Your GET endpoint summary: ''
tags: [] operationId: post-api-install-start
responses: {} responses:
operationId: get-api-install-start '200':
description: OK
components: components:
schemas: {} schemas: {}
...@@ -23,6 +23,18 @@ paths: ...@@ -23,6 +23,18 @@ paths:
tags: [] tags: []
responses: {} responses: {}
operationId: get-api-auth-device-deviceId operationId: get-api-auth-device-deviceId
put:
summary: ''
operationId: put-api-auth-device-deviceId
responses:
'200':
description: OK
post:
summary: ''
operationId: post-api-auth-device-deviceId
responses:
'200':
description: OK
/api/auth/devices: /api/auth/devices:
get: get:
summary: Your GET endpoint summary: Your GET endpoint
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<artifactId>jams3-parent</artifactId> <artifactId>jams3-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>${revision}</version> <version>${revision}</version>
<name>Jami Account Management Server</name>
<modules> <modules>
<module>jams-server</module> <module>jams-server</module>
<module>jams-common</module> <module>jams-common</module>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment