Skip to content

Commit

Permalink
fix (arcgis-rest-request): add missing orgId property for group (#1141)
Browse files Browse the repository at this point in the history
The orgId property is missing from the IGroup interface. See https://developers.arcgis.com/rest/users-groups-and-items/group.htm
  • Loading branch information
philnagel authored Feb 21, 2024
1 parent e317d17 commit f81edc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcgis-rest-request/src/types/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ export interface IGroup extends IGroupAdd {
applications?: number;
};
hasCategorySchema?: boolean;
orgId?: string;
}

0 comments on commit f81edc1

Please sign in to comment.