Skip to content

Commit

Permalink
Update /simple-payments/openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
worker committed May 15, 2024
1 parent 0681704 commit f2e832b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple-payments/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ info:
servers:
- url: https://simple-payments.wiremockapi.cloud
paths:
/customers/{id}:
/customers/{customerId}:
get:
description: Gets a customer by ID.
operationId: getCustomerById
parameters:
- name: id
- name: customerId
in: path
required: true
style: simple
Expand Down

0 comments on commit f2e832b

Please sign in to comment.