File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2018,13 +2018,13 @@ paths:
2018
2018
uuid: # the unique user id
2019
2019
type: string
2020
2020
format: uuid
2021
- links:
2022
- address:
2023
- # the target link operationId
2024
- operationId: getUserAddress
2025
- parameters:
2026
- # get the ` id` field from the request path parameter named `id`
2027
- userId : $request.path.id
2021
+ links:
2022
+ address:
2023
+ # the target link operationId
2024
+ operationId: getUserAddress
2025
+ parameters:
2026
+ # get the ` id` field from the request path parameter named `id`
2027
+ userId : $request.path.id
2028
2028
# the path item of the linked operation
2029
2029
/users/{userid}/address :
2030
2030
parameters :
@@ -2034,12 +2034,12 @@ paths:
2034
2034
description : the user identifier, as userId
2035
2035
schema :
2036
2036
type : string
2037
- # linked operation
2038
- get :
2039
- operationId : getUserAddress
2040
- responses :
2041
- ' 200 ' :
2042
- description : the user's address
2037
+ # linked operation
2038
+ get :
2039
+ operationId : getUserAddress
2040
+ responses :
2041
+ ' 200 ' :
2042
+ description : the user's address
2043
2043
` ` `
2044
2044
2045
2045
When a runtime expression fails to evaluate, no parameter value is passed to the target operation.
You can’t perform that action at this time.
0 commit comments