Skip to content

Commit

Permalink
Regenerate client API
Browse files Browse the repository at this point in the history
  • Loading branch information
strassl committed Jan 30, 2017
1 parent 19cedae commit a76dcd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/api/model/CreateProjectRequestJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export interface CreateProjectRequestJson {

description: string;

ticketTemplate: string;

icon?: string;

}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app/api/model/ProjectResultJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ export interface ProjectResultJson {

name: string;

ticketTemplate: string;

}

2 changes: 2 additions & 0 deletions frontend/src/app/api/model/UpdateProjectRequestJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export interface UpdateProjectRequestJson {

description?: string;

ticketTemplate?: string;

disabled?: boolean;

icon?: string;
Expand Down

0 comments on commit a76dcd3

Please sign in to comment.