Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Jun 14, 2024
1 parent 4fbdac0 commit cf43317
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/serverApi/v3/api.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* tslint:disable */
/* eslint-disable */
/**
* HPI Schul-Cloud Server API
* This is v3 of HPI Schul-Cloud Server. Checkout /docs for v1.
* Schulcloud-Verbund-Software Server API
* This is v3 of Schulcloud-Verbund-Software Server. Checkout /docs for v1.
*
* The version of the OpenAPI document: 3.0
*
Expand Down Expand Up @@ -216,7 +216,6 @@ export enum AuthorizationBodyParamsReferenceTypeEnum {
SchoolExternalTools = 'school-external-tools',
Boardnodes = 'boardnodes',
ContextExternalTools = 'context-external-tools',
ExternalTools = 'external-tools'
}

/**
Expand Down Expand Up @@ -342,7 +341,8 @@ export enum BoardExternalReferenceType {
*/
export enum BoardLayout {
Columns = 'columns',
List = 'list'
List = 'list',
Grid = 'grid'
}

/**
Expand Down Expand Up @@ -4210,8 +4210,9 @@ export enum MediaBoardColors {
* @enum {string}
*/
export enum MediaBoardLayoutType {
Grid = 'grid',
List = 'list'
Columns = 'columns',
List = 'list',
Grid = 'grid'
}

/**
Expand Down

0 comments on commit cf43317

Please sign in to comment.