We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a312e1 commit 6667d52Copy full SHA for 6667d52
1 file changed
frontend/src/api/generated/types.gen.ts
@@ -124,7 +124,7 @@ export type RenderFeedByTokenErrors = {
124
*/
125
403: string;
126
/**
127
- * returns non-cacheable json feed errors when service generation fails
+ * returns non-cacheable feed errors when service generation fails
128
129
500: string;
130
};
@@ -177,7 +177,7 @@ export type GetHealthStatusError = GetHealthStatusErrors[keyof GetHealthStatusEr
177
178
export type GetHealthStatusResponses = {
179
180
- * returns health status after production-style env scrubbing
+ * returns health status when token is valid
181
182
200: {
183
data: {
0 commit comments