fiskaly / fiskaly-sdk-java

fiskaly Cloud-TSE SDK for Java/JRE and Java/Android
MIT License
4 stars 0 forks source link

Seems to be API documentation is outdated. #25

Closed hexwit closed 3 years ago

hexwit commented 4 years ago

It is like api doc at https://developer.fiskaly.com/api/management/v0/#operation/createOrganization is not corresponding to the response payload.

I got 'created_by_user' field in response, however I don't see this field in the documentation.

Could you please check it?

lumio commented 4 years ago

Thank you for reporting this. You are right, the created_by_user field is indeed not documented. We will add this to the specification soon.

hexwit commented 4 years ago

The same problem in POST https://dashboard.fiskaly.com/api/v0/organizations/{organization_id}/api-keys.

lumio commented 3 years ago

We added the missing created_by_user fields to the API spec. Thanks again for reporting this.