Skip to content

Commit

Permalink
Add visible_organizations value to api artifacts to fix unavailabilit…
Browse files Browse the repository at this point in the history
…y of those artifact results in unified search
  • Loading branch information
RusJaI committed Dec 12, 2024
1 parent 134262e commit bdca0eb
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public final class APIConstants {
public static final String API_OVERVIEW_BUSS_OWNER_EMAIL = "overview_businessOwnerEmail";
public static final String API_OVERVIEW_VISIBILITY = "overview_visibility";
public static final String API_OVERVIEW_VISIBLE_ROLES = "overview_visibleRoles";
public static final String API_OVERVIEW_VISIBLE_ORGANIZATIONS = "overview_visibleOrganizations";
public static final String API_OVERVIEW_VISIBLE_TENANTS = "overview_visibleTenants";
public static final String API_OVERVIEW_ENVIRONMENTS = "overview_environments";
public static final String API_OVERVIEW_AUDIENCE = "overview_audience";
Expand Down
Loading

0 comments on commit bdca0eb

Please sign in to comment.