Skip to content

Commit

Permalink
fix: Duplicate operation ID for scheduled callbacks (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirtiGautam authored Oct 6, 2023
1 parent 13622b2 commit 57c12c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17139,7 +17139,7 @@ paths:
summary: Create or update a Scheduled Callback
description: |
Create or update a Scheduled Callback.
operationId: schedules_post
operationId: scheduled_callbacks_post
requestBody:
required: true
content:
Expand Down Expand Up @@ -17191,7 +17191,7 @@ paths:
tags:
- Scheduled Callbacks
summary: List Scheduled Callback
operationId: schedules_list
operationId: scheduled_callbacks_list
description: |
This API supports very rich filtering on all response fields and pagination via query parameters. To understand how to use these parameters, please see the [Guide to Data APIs](https://docs.fylehq.com/docs/fyle-platform-docs/ZG9jOjI3Mzk2NTM3-guide-to-data-ap-is#filtering)
responses:
Expand Down
4 changes: 2 additions & 2 deletions src/admin/paths/admin@scheduled_callbacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ post:
summary: Create or update a Scheduled Callback
description: |
Create or update a Scheduled Callback.
operationId: schedules_post
operationId: scheduled_callbacks_post
requestBody:
required: true
content:
Expand Down Expand Up @@ -59,7 +59,7 @@ get:
tags:
- Scheduled Callbacks
summary: List Scheduled Callback
operationId: schedules_list
operationId: scheduled_callbacks_list
description: |
This API supports very rich filtering on all response fields and pagination via query parameters. To understand how to use these parameters, please see the [Guide to Data APIs](https://docs.fylehq.com/docs/fyle-platform-docs/ZG9jOjI3Mzk2NTM3-guide-to-data-ap-is#filtering)
responses:
Expand Down

0 comments on commit 57c12c2

Please sign in to comment.