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:
Felix Gateru
2026-02-09 18:21:58 +03:00
committed by GitHub
parent f3c5d603a0
commit 3685d231cf
9 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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
-2
View File
@@ -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