Skip to content

Commit a1029fd

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ components:
509509
description: Maximum number of assignable cases for a user
510510
allowed_networks:
511511
type: array
512-
format: string
512+
items:
513+
type: string
513514
CreateOrganizationBodyDto:
514515
type: object
515516
required:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +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: any;
1146+
allowed_networks: string[];
11471147
};
11481148
export type CreateOrganizationBodyDto = {
11491149
name: string;

0 commit comments

Comments
 (0)