Skip to content

Commit

Permalink
feat: update organization command payload to add license
Browse files Browse the repository at this point in the history
license file will be provided as base64
  • Loading branch information
loriepisicchio committed Dec 18, 2023
1 parent 20026fc commit 809cbb3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ public class OrganizationPayload implements Payload {
private String description;

private List<AccessPoint> accessPoints;

private String license;
}

0 comments on commit 809cbb3

Please sign in to comment.