mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 04:10:34 +00:00
NOISSUE - Fix API docs page (#399)
* fix: fix api docs page Signed-off-by: Felix Gateru <felix.gateru@gmail.com> * chore: run make fetch_supermq Signed-off-by: Felix Gateru <felix.gateru@gmail.com> --------- Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>SuperMQ API Documentation</title>
|
<title>Magistrala API Documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5.30.3/swagger-ui.css">
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5.30.3/swagger-ui.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@@ -101,7 +101,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="service-selector">
|
<div class="service-selector">
|
||||||
<h1>SuperMQ API Documentation</h1>
|
<h1>Magistrala API Documentation</h1>
|
||||||
<div class="service-dropdown-container">
|
<div class="service-dropdown-container">
|
||||||
<label for="serviceDropdown">Select Service:</label>
|
<label for="serviceDropdown">Select Service:</label>
|
||||||
<select id="serviceDropdown" class="service-dropdown"></select>
|
<select id="serviceDropdown" class="service-dropdown"></select>
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./swagger-ui
|
publish_dir: ./swagger-ui
|
||||||
cname: docs.api.supermq.absmach.eu
|
cname: docs.api.magistrala.absmach.eu
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:8050
|
- url: http://localhost:8050
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9013
|
- url: http://localhost:9013
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9014
|
- url: http://localhost:9014
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9003
|
- url: http://localhost:9003
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ info:
|
|||||||
title: Magistrala Reports Service API
|
title: Magistrala Reports Service API
|
||||||
description: |
|
description: |
|
||||||
HTTP API for managing reports service.
|
HTTP API for managing reports service.
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9017
|
- url: http://localhost:9017
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: Apache 2.0
|
name: Apache 2.0
|
||||||
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
url: https://github.com/absmach/magistrala/blob/main/LICENSE
|
||||||
version: 0.15.1
|
version: 0.18.5
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9008
|
- url: http://localhost:9008
|
||||||
|
|||||||
@@ -130,5 +130,3 @@ domains:
|
|||||||
- check_members_exists: view_role_users_permission
|
- check_members_exists: view_role_users_permission
|
||||||
- remove_members: remove_role_users_permission
|
- remove_members: remove_role_users_permission
|
||||||
- remove_all_members: remove_role_users_permission
|
- remove_all_members: remove_role_users_permission
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user