Skip to content

Commit cc750f4

Browse files
apognuChibiBlasphem
andcommitted
Update packages/marble-api/openapis/marblecore-api/admin.yml
Co-authored-by: Debove Christopher <chibiblasphem@gmail.com>
1 parent 59b815b commit cc750f4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/marble-api/openapis/marblecore-api/admin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,10 @@ components:
471471
auto_assign_queue_limit:
472472
type: number
473473
description: Maximum number of assignable cases for a user
474+
allowed_networks:
475+
type: array
476+
items:
477+
type: string
474478
CreateOrganizationBodyDto:
475479
type: object
476480
required:

packages/marble-api/src/generated/marblecore-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ export type OrganizationDto = {
11431143
sanctions_limit?: number;
11441144
/** Maximum number of assignable cases for a user */
11451145
auto_assign_queue_limit?: number;
1146+
allowed_networks?: string[];
11461147
};
11471148
export type CreateOrganizationBodyDto = {
11481149
name: string;

0 commit comments

Comments
 (0)