Skip to content

Commit 68d2639

Browse files
Update swagger.yaml
1 parent 7e6e0cc commit 68d2639

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/api/swagger.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ info:
77
monitoring, and backups.
88
version: 1.0.0
99
contact:
10-
name: CloudPanel Support
11-
url: https://support.cloudpanel.io
12-
email: support@cloudpanel.io
10+
name: CloudPanel Community
11+
url: https://forum.hhf.technology
12+
email: support@forum.hhf.technology
1313

1414
servers:
1515
- url: http://localhost:3000/api/v1
1616
description: Development server
17-
- url: https://api.cloudpanel.io/v1
17+
- url: https://api.hhf.technology/v1
1818
description: Production server
1919

2020
security:
@@ -62,7 +62,7 @@ components:
6262
description: "System user for the site"
6363
root_directory:
6464
type: string
65-
example: "/home/hhf-automation/htdocs/automation.hhf.co.in"
65+
example: "/home/hhf-forum/htdocs/forum.hhf.technology"
6666
php_settings:
6767
type: object
6868
properties:
@@ -150,7 +150,7 @@ components:
150150
format: date-time
151151
backup_path:
152152
type: string
153-
example: "/home/hhf-automation/backups/databases/hhf-automation"
153+
example: "/home/hhf-forum/backups/databases/hhf-forum"
154154
created_at:
155155
type: string
156156
format: date-time
@@ -174,7 +174,7 @@ components:
174174
description: "1=Let's Encrypt, 2=Custom"
175175
domain_name:
176176
type: string
177-
example: "automation.hhf.co.in"
177+
example: "forum.hhf.technology"
178178
status:
179179
type: object
180180
properties:
@@ -184,10 +184,10 @@ components:
184184
type: integer
185185
certificate_path:
186186
type: string
187-
example: "/etc/nginx/ssl-certificates/automation.hhf.co.in.crt"
187+
example: "/etc/nginx/ssl-certificates/forum.hhf.technology.crt"
188188
key_path:
189189
type: string
190-
example: "/etc/nginx/ssl-certificates/automation.hhf.co.in.key"
190+
example: "/etc/nginx/ssl-certificates/forum.hhf.technology.key"
191191
default_certificate:
192192
type: boolean
193193
expires_at:
@@ -448,4 +448,4 @@ tags:
448448
- name: Backup
449449
description: Backup management operations
450450
- name: Users
451-
description: User management operations
451+
description: User management operations

0 commit comments

Comments
 (0)