We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4d01 commit 3b227feCopy full SHA for 3b227fe
1 file changed
docs/modules/ROOT/pages/processor/server-url.adoc
@@ -17,22 +17,10 @@ info:
17
version: 1.0.0
18
19
servers:
20
- - url: "{schema}://{host}:{port}/{path}/v{version}"
+ - url: "https://openapiprocessor.io/{path}"
21
variables:
22
- schema:
23
- default: https
24
- enum:
25
- - https
26
- - http
27
- host:
28
- default: openapiprocessor.io
29
- port:
30
- default: "443"
31
path:
32
default: api
33
- version:
34
- default: "1"
35
-
36
# ...
37
----
38
@@ -50,7 +38,7 @@ it will generate a simple resource properties file with a single property `opena
50
[source,properties]
51
39
52
40
# api.properties
53
-openapi.base.path = /api/v1
41
+openapi.base.path = /api
54
42
55
43
56
44
If there are multiple servers its index can be used to select it:
0 commit comments