Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aep/general/0130/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ default.

Examples:

- `getBook`
- `fetchBook`
- `listBooks`
- `createBook`
- `updateBook`
Expand Down
2 changes: 1 addition & 1 deletion aep/general/0156/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ paths:
users/{user}/config:
x-aep-resource-pattern: singleton
get:
operationId: getUserConfig
operationId: fetchUserConfig
parameters:
- $ref: '#/components/parameters/user'
responses:
Expand Down
6 changes: 3 additions & 3 deletions aep/general/example.oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ paths:
description: Successful response
get:
description: Get method for publisher
operationId: getPublisher
operationId: fetchPublisher
parameters:
- in: path
name: publisherId
Expand Down Expand Up @@ -303,7 +303,7 @@ paths:
description: Successful response
get:
description: Get method for book
operationId: getBook
operationId: fetchBook
parameters:
- in: path
name: publisherId
Expand Down Expand Up @@ -498,7 +498,7 @@ paths:
description: Successful response
get:
description: Get method for book-edition
operationId: getBookEdition
operationId: fetchBookEdition
parameters:
- in: path
name: publisherId
Expand Down