@@ -12,7 +12,7 @@ import type { UpdateTodoResponse } from '../models/UpdateTodoResponse';
1212import type { CancelablePromise } from '../core/CancelablePromise' ;
1313import { OpenAPI } from '../core/OpenAPI' ;
1414import { request as __request } from '../core/request' ;
15- export class TodosService {
15+ export class TodoService {
1616 /**
1717 * Get Todo All
1818 * @returns GetTodoAllResponse Successful Response
@@ -27,7 +27,7 @@ export class TodosService {
2727 401 : `Unauthorized` ,
2828 403 : `Forbidden` ,
2929 404 : `Not Found` ,
30- 422 : `Unprocessable Entity ` ,
30+ 422 : `Unprocessable Content ` ,
3131 500 : `Internal Server Error` ,
3232 } ,
3333 } ) ;
@@ -51,7 +51,7 @@ export class TodosService {
5151 401 : `Unauthorized` ,
5252 403 : `Forbidden` ,
5353 404 : `Not Found` ,
54- 422 : `Unprocessable Entity ` ,
54+ 422 : `Unprocessable Content ` ,
5555 500 : `Internal Server Error` ,
5656 } ,
5757 } ) ;
@@ -76,7 +76,7 @@ export class TodosService {
7676 401 : `Unauthorized` ,
7777 403 : `Forbidden` ,
7878 404 : `Not Found` ,
79- 422 : `Unprocessable Entity ` ,
79+ 422 : `Unprocessable Content ` ,
8080 500 : `Internal Server Error` ,
8181 } ,
8282 } ) ;
@@ -101,7 +101,7 @@ export class TodosService {
101101 401 : `Unauthorized` ,
102102 403 : `Forbidden` ,
103103 404 : `Not Found` ,
104- 422 : `Unprocessable Entity ` ,
104+ 422 : `Unprocessable Content ` ,
105105 500 : `Internal Server Error` ,
106106 } ,
107107 } ) ;
@@ -130,7 +130,7 @@ export class TodosService {
130130 401 : `Unauthorized` ,
131131 403 : `Forbidden` ,
132132 404 : `Not Found` ,
133- 422 : `Unprocessable Entity ` ,
133+ 422 : `Unprocessable Content ` ,
134134 500 : `Internal Server Error` ,
135135 } ,
136136 } ) ;
0 commit comments