File tree Expand file tree Collapse file tree 5 files changed +96
-12
lines changed
backend/schema/paths/nginx Expand file tree Collapse file tree 5 files changed +96
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "operationId" : " getCertificate" ,
33 "summary" : " Get a Certificate" ,
4- "tags" : [" certificates" ],
4+ "tags" : [
5+ " certificates"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" certificates.view" ]
9+ "bearerAuth" : [
10+ " certificates.view"
11+ ]
812 }
913 ],
1014 "parameters" : [
1822 },
1923 "required" : true ,
2024 "example" : 1
25+ },
26+ {
27+ "in" : " query" ,
28+ "name" : " expand" ,
29+ "description" : " Expansions" ,
30+ "schema" : {
31+ "type" : " string" ,
32+ "enum" : [
33+ " owner"
34+ ]
35+ }
2136 }
2237 ],
2338 "responses" : {
3449 "owner_user_id" : 1 ,
3550 "provider" : " letsencrypt" ,
3651 "nice_name" : " test.example.com" ,
37- "domain_names" : [" test.example.com" ],
52+ "domain_names" : [
53+ " test.example.com"
54+ ],
3855 "expires_on" : " 2025-01-07T04:34:18.000Z" ,
3956 "meta" : {
4057 "dns_challenge" : false
Original file line number Diff line number Diff line change 11{
22 "operationId" : " getDeadHost" ,
33 "summary" : " Get a 404 Host" ,
4- "tags" : [" 404-hosts" ],
4+ "tags" : [
5+ " 404-hosts"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" dead_hosts.view" ]
9+ "bearerAuth" : [
10+ " dead_hosts.view"
11+ ]
812 }
913 ],
1014 "parameters" : [
1822 },
1923 "required" : true ,
2024 "example" : 1
25+ },
26+ {
27+ "in" : " query" ,
28+ "name" : " expand" ,
29+ "description" : " Expansions" ,
30+ "schema" : {
31+ "type" : " string" ,
32+ "enum" : [
33+ " owner" ,
34+ " certificate"
35+ ]
36+ }
2137 }
2238 ],
2339 "responses" : {
3248 "created_on" : " 2024-10-09T01:38:52.000Z" ,
3349 "modified_on" : " 2024-10-09T01:38:52.000Z" ,
3450 "owner_user_id" : 1 ,
35- "domain_names" : [" test.example.com" ],
51+ "domain_names" : [
52+ " test.example.com"
53+ ],
3654 "certificate_id" : 0 ,
3755 "ssl_forced" : false ,
3856 "advanced_config" : " " ,
Original file line number Diff line number Diff line change 11{
22 "operationId" : " getProxyHost" ,
33 "summary" : " Get a Proxy Host" ,
4- "tags" : [" proxy-hosts" ],
4+ "tags" : [
5+ " proxy-hosts"
6+ ],
57 "security" : [
68 {
79 "bearerAuth" : [
2022 },
2123 "required" : true ,
2224 "example" : 1
25+ },
26+ {
27+ "in" : " query" ,
28+ "name" : " expand" ,
29+ "description" : " Expansions" ,
30+ "schema" : {
31+ "type" : " string" ,
32+ "enum" : [
33+ " access_list" ,
34+ " owner" ,
35+ " certificate"
36+ ]
37+ }
2338 }
2439 ],
2540 "responses" : {
Original file line number Diff line number Diff line change 11{
22 "operationId" : " getRedirectionHost" ,
33 "summary" : " Get a Redirection Host" ,
4- "tags" : [" redirection-hosts" ],
4+ "tags" : [
5+ " redirection-hosts"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" redirection_hosts.view" ]
9+ "bearerAuth" : [
10+ " redirection_hosts.view"
11+ ]
812 }
913 ],
1014 "parameters" : [
1822 },
1923 "required" : true ,
2024 "example" : 1
25+ },
26+ {
27+ "in" : " query" ,
28+ "name" : " expand" ,
29+ "description" : " Expansions" ,
30+ "schema" : {
31+ "type" : " string" ,
32+ "enum" : [
33+ " owner" ,
34+ " certificate"
35+ ]
36+ }
2137 }
2238 ],
2339 "responses" : {
3248 "created_on" : " 2024-10-09T01:13:12.000Z" ,
3349 "modified_on" : " 2024-10-09T01:13:13.000Z" ,
3450 "owner_user_id" : 1 ,
35- "domain_names" : [" test.example.com" ],
51+ "domain_names" : [
52+ " test.example.com"
53+ ],
3654 "forward_domain_name" : " something-else.com" ,
3755 "preserve_path" : false ,
3856 "certificate_id" : 0 ,
Original file line number Diff line number Diff line change 11{
22 "operationId" : " getStream" ,
33 "summary" : " Get a Stream" ,
4- "tags" : [" streams" ],
4+ "tags" : [
5+ " streams"
6+ ],
57 "security" : [
68 {
7- "bearerAuth" : [" streams.view" ]
9+ "bearerAuth" : [
10+ " streams.view"
11+ ]
812 }
913 ],
1014 "parameters" : [
1822 },
1923 "required" : true ,
2024 "example" : 2
25+ },
26+ {
27+ "in" : " query" ,
28+ "name" : " expand" ,
29+ "description" : " Expansions" ,
30+ "schema" : {
31+ "type" : " string" ,
32+ "enum" : [
33+ " owner" ,
34+ " certificate"
35+ ]
36+ }
2137 }
2238 ],
2339 "responses" : {
You can’t perform that action at this time.
0 commit comments