Skip to content

Commit 6667d52

Browse files
committed
chore(openapi): refresh generated frontend types
1 parent 6a312e1 commit 6667d52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/api/generated/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export type RenderFeedByTokenErrors = {
124124
*/
125125
403: string;
126126
/**
127-
* returns non-cacheable json feed errors when service generation fails
127+
* returns non-cacheable feed errors when service generation fails
128128
*/
129129
500: string;
130130
};
@@ -177,7 +177,7 @@ export type GetHealthStatusError = GetHealthStatusErrors[keyof GetHealthStatusEr
177177

178178
export type GetHealthStatusResponses = {
179179
/**
180-
* returns health status after production-style env scrubbing
180+
* returns health status when token is valid
181181
*/
182182
200: {
183183
data: {

0 commit comments

Comments
 (0)