Skip to content

Commit

Permalink
MOSIP-37771 : removed apiKeyId field from dto (#1003)
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 authored Nov 27, 2024
1 parent bbbecfa commit df31128
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
@Data
public class ApiKeyRequestSummaryDto {

@Schema(description = "Unique identifier for the API key", example = "apiKey123")
private String apiKeyId;

@Schema(description = "Unique identifier for the partner", example = "partner123")
private String partnerId;

Expand Down

0 comments on commit df31128

Please sign in to comment.