Skip to content

Commit

Permalink
fix: Fixed API doc operationId (#539)
Browse files Browse the repository at this point in the history
* fix: Fixed API doc operationId

* Auto generate API docs

---------

Co-authored-by: Siva <siva@fylehq.com>
  • Loading branch information
satyamyesj and snarayanank2 authored Aug 7, 2024
1 parent 346766b commit e559888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15393,7 +15393,7 @@ paths:
tags:
- Employees
summary: List employees and potential duplicate expenses
operationId: employees_list
operationId: employees_and_potential_duplicate_expenses_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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ get:
tags:
- Employees
summary: List employees and potential duplicate expenses
operationId: employees_list
operationId: employees_and_potential_duplicate_expenses_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 e559888

Please sign in to comment.