Discussions

Ask a Question
Back to All

OperationId is missing for certain endpoints in OAS

Hi,


I want to use the OAS defined in
https://github.com/personio/api-docs/blob/master/personio-personnel-data-api-oa3.yaml

to access the API from Personio.
Unfortunately the library I use needs the "operationID" to be set for the endpoints I want to call.
Currently only the endpoints for the "reports" API have an operationID.

My question would be if it is possible to add the operationId to all of the endpoints, so that external clients like me have the flexibility to use whatever library they want?


Thx in advance