Skip to content

Commit

Permalink
Merge pull request #95 from ralfhandl/patch-7
Browse files Browse the repository at this point in the history
operationRef matching referenced OpenAPI description
  • Loading branch information
frankkilcommins authored Dec 20, 2023
2 parents d3242da + bca491c commit 6070953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ workflows:
sessionToken: $response.body
- stepId: getPetStep
description: retrieve a pet by status from the GET pets endpoint
operationRef: https://petstore3.swagger.io/api/v3/openapi.json#/paths/users/~findbystatus~1{status}/get
operationRef: https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml#/paths/~1pet~1findByStatus/get
dependsOn: loginStep
parameters:
- name: status
Expand Down Expand Up @@ -379,7 +379,7 @@ steps:
sessionToken: $response.body
- stepId: getPetStep
description: retrieve a pet by status from the GET pets endpoint
operationRef: https://petstore3.swagger.io/api/v3/openapi.json#/paths/users/~findbystatus~1{status}/get
operationRef: https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml#/paths/~1pet~1findByStatus/get
parameters:
- name: status
in: query
Expand Down

0 comments on commit 6070953

Please sign in to comment.