From 57c12c2805261e4bc391a302e979fade72dfe426 Mon Sep 17 00:00:00 2001 From: Kirti Gautam <53394284+KirtiGautam@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:03:23 +0530 Subject: [PATCH] fix: Duplicate operation ID for scheduled callbacks (#367) --- reference/admin.yaml | 4 ++-- src/admin/paths/admin@scheduled_callbacks.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/admin.yaml b/reference/admin.yaml index cbe6b1ef6..a9a04c196 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -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: @@ -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: diff --git a/src/admin/paths/admin@scheduled_callbacks.yaml b/src/admin/paths/admin@scheduled_callbacks.yaml index 97e71ff2b..dda8e5246 100644 --- a/src/admin/paths/admin@scheduled_callbacks.yaml +++ b/src/admin/paths/admin@scheduled_callbacks.yaml @@ -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: @@ -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: