Skip to content

Commit

Permalink
Update the organization management yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 20, 2023
1 parent e21f1e3 commit ff80767
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static TypeEnum fromValue(String value) {
}

private TypeEnum type = TypeEnum.TENANT;
private String parentId = "10084a8d-113f-4211-a0d5-efe36b082211";
private String parentId;
private List<Attribute> attributes = null;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ components:
type: string
example: "b4526d91-a8bf-43d2-8b14-c548cf73065b"
description: "If the parentId is not present, Super will be taken as the parent organization."
default: "10084a8d-113f-4211-a0d5-efe36b082211"
attributes:
type: array
items:
Expand Down

0 comments on commit ff80767

Please sign in to comment.