Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jan 19, 2024
1 parent 05a9568 commit ef1a180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openapi/paths/identifiers/identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ collectionMethods:
get:
tags:
- Identifiers
summary: List all idenfitiers
summary: List all identifiers
parameters:
- $ref: '../../api.yml#/components/parameters/filters'
- $ref: '../../api.yml#/components/parameters/skip'
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/schemas/identifiers/identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allOf:
description: Unique resource identifier
pattern: '^[a-zA-Z0-9]{5}$'
type:
$ref: '../../api.yml#/components/schemas/identifiers'
$ref: '../../api.yml#/components/schemas/Identifiers'
value:
type: string
active:
Expand Down

0 comments on commit ef1a180

Please sign in to comment.