Skip to content

Commit

Permalink
Chore: fix pet-coupons.workflow.yaml example
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Mar 1, 2024
1 parent 9164da1 commit 83f7e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/1.0.0/pet-coupons.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ components:
description: Indicates the domain name of the store where the customer is browsing or buying pets, e.g. "pets.example.com" or "pets.example.co.uk".
parameters:
page:
name: page
in: query
type: integer
format: int32
value: 1
pageSize:
name: pageSize
in: query
type: integer
format: int32
value: 100

0 comments on commit 83f7e93

Please sign in to comment.