Skip to content

Commit

Permalink
add getAsset restli constant (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: Yang Yang <yanyang@yanyang-mn3105.linkedin.biz>
  • Loading branch information
yangyangv2 and Yang Yang authored Aug 26, 2024
1 parent 3586e4d commit e3ea189
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ private RestliConstants() { }
public static final String ACTION_COUNT_AGGREGATE = "countAggregate";
public static final String ACTION_EMIT_NO_CHANGE_METADATA_AUDIT_EVENT = "emitNoChangeMetadataAuditEvent";
public static final String ACTION_GET_BROWSE_PATHS = "getBrowsePaths";
public static final String ACTION_GET_ASSET = "getAsset";
public static final String ACTION_GET_SNAPSHOT = "getSnapshot";
public static final String ACTION_INGEST = "ingest";
public static final String ACTION_INGEST_ASSET = "ingestAsset";
Expand Down

0 comments on commit e3ea189

Please sign in to comment.