Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add separate request/response views #32448

Merged
merged 14 commits into from
Apr 16, 2024
Prev Previous commit
Next Next commit
fix creation
  • Loading branch information
sharat87 committed Apr 11, 2024
commit 388d7f9071f65428896dd9225509dbb05e5631e9
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Datasource extends BranchAwareDomain {
String templateName;

// This is only kept public for embedded datasource
@JsonView(Views.Public.class)
@JsonView({Views.Public.class, FromRequest.class})
DatasourceConfiguration datasourceConfiguration;

@Transient
Expand Down