You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.
For example a request on /tenants/{id} gives a response containing "auditLogs":null but the @JsonProperty for it is not set in TenantJson.java.
This may cause some issues in relation to the client code generation (php for example): the generation doesn't create an attribute auditLogs on the Tenant object, so the parsing may break.
The text was updated successfully, but these errors were encountered:
For example a request on /tenants/{id} gives a response containing "auditLogs":null but the @jsonproperty for it is not set in TenantJson.java.
It looks like the argument is missing in the constructor (see AccountJson for instance), because the endpoint doesn't support (yet) returning the audit logs. It shouldn't be hard to add though (example).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example a request on /tenants/{id} gives a response containing "auditLogs":null but the @JsonProperty for it is not set in TenantJson.java.
This may cause some issues in relation to the client code generation (php for example): the generation doesn't create an attribute auditLogs on the Tenant object, so the parsing may break.
The text was updated successfully, but these errors were encountered: