File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ service MyService {
162162<details >
163163<summary ><h3 >Service Prefixes</h3 ></summary >
164164
165- Each service can have a path prefix set for all methods to inherit. This is useful
166- when versioning your API or if you have a parameter that is defined for each
167- method route.
165+ Each service can have a path prefix set for all methods to inherit. This is
166+ useful when versioning your API or if you have a parameter that is defined for
167+ each method route.
168168
169169_ ** You can override the entire path in the method by starting the path out with
170170a ` / ` .** _
@@ -206,9 +206,6 @@ service MyService {
206206
207207## Features In Progress
208208
209- - Query Parameters
210- - Header Parameters
211- - Cookie Parameters
212209- [ Enum] ( https://json-schema.org/understanding-json-schema/reference/generic.html#enumerated-values )
213210 requirements on fields
214211
You can’t perform that action at this time.
0 commit comments