Skip to content

Commit

Permalink
Update GroupResponse to GroupListResponse in API
Browse files Browse the repository at this point in the history
schema
  • Loading branch information
arash77 committed Nov 22, 2023
1 parent f372090 commit 8e99cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11639,7 +11639,7 @@ export interface operations {
/** @description Successful Response */
200: {
content: {
"application/json": components["schemas"]["GroupResponse"];
"application/json": components["schemas"]["GroupListResponse"];
};
};
/** @description Validation Error */
Expand Down

0 comments on commit 8e99cdd

Please sign in to comment.