Skip to content

Commit

Permalink
Chore: fix pet-coupons.workflow.yaml example (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins authored Mar 13, 2024
1 parent 1e74716 commit fcaae48
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 fcaae48

Please sign in to comment.