Skip to content

Commit

Permalink
Fixed typo in example reference. Added path component to base URL at …
Browse files Browse the repository at this point in the history
…the start of the file
  • Loading branch information
barrycaceres committed Mar 24, 2021
1 parent 5e01826 commit cd95365
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions senzing-rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ info:
servers:
- url: http://localhost:8250
- url: '{protocol}://{host}:{port}'
- url: '{protocol}://{host}:{port}{path}'
variables:
protocol:
enum:
Expand All @@ -34,6 +34,8 @@ servers:
default: localhost
port:
default: '8250'
path:
default: '/'

paths:
/heartbeat:
Expand Down Expand Up @@ -3158,7 +3160,7 @@ components:
{
"SSN_NUMBER": "111-22-3333"
}
nameAndBirthDateSeachExample:
nameAndBirthDateSearchExample:
summary: Name and date of birth
value: >-
{
Expand Down

0 comments on commit cd95365

Please sign in to comment.