Skip to content

Commit

Permalink
feat(policy-api):[eclipse-tractusx#750] fix Open-API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 8, 2024
1 parent 8074a20 commit 5e00901
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public class PolicyStoreController {
public static final int DEFAULT_PAGE_SIZE = 10;
public static final int MAX_PAGE_SIZE = 1000;
public static final String SEARCH = "search";
public static final String POLICY_API_TAG = "Item Relationship Service - Policy API";
public static final String API_KEY = "api_key";

private final PolicyStoreService service;

Expand Down

0 comments on commit 5e00901

Please sign in to comment.