Skip to content

Commit

Permalink
mesh-192: access via tags error
Browse files Browse the repository at this point in the history
  • Loading branch information
PRATHAM2002-DS committed Sep 11, 2024
1 parent 5194daf commit a0f5147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void linkDomainToAssets(final LinkMeshEntityRequest request) throws Atlas
LOG.info("Linking Domain {} to Asset", domainGuid);

// Set request context parameters
RequestContext.get().setIncludeClassifications(false);
RequestContext.get().setIncludeClassifications(true);
RequestContext.get().setIncludeMeanings(false);
RequestContext.get().getRequestContextHeaders().put("route", "domain-asset-link");

Expand Down

0 comments on commit a0f5147

Please sign in to comment.