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:
- url: 'http://localhost:3000'
paths:
/api/install/auth:
get:
summary: Your GET endpoint
tags: []
responses: {}
operationId: get-api-install-auth
post:
summary: ''
operationId: post-api-install-auth
responses:
'200':
description: OK
/api/install/ca:
get:
summary: Your GET endpoint
tags: []
responses: {}
operationId: get-api-install-ca
post:
summary: ''
operationId: post-api-install-ca
responses:
'200':
description: OK
/api/install/settings:
get:
summary: Your GET endpoint
tags: []
responses: {}
operationId: get-api-install-settings
post:
summary: ''
operationId: post-api-install-settings
responses:
'200':
description: OK
/api/install/start:
get:
summary: Your GET endpoint
tags: []
responses: {}
operationId: get-api-install-start
post:
summary: ''
operationId: post-api-install-start
responses:
'200':
description: OK
components:
schemas: {}
......@@ -23,6 +23,18 @@ paths:
tags: []
responses: {}
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:
get:
summary: Your GET endpoint
......
......@@ -8,6 +8,7 @@
<artifactId>jams3-parent</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<name>Jami Account Management Server</name>
<modules>
<module>jams-server</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