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 097ae67 commit 1f6c30eCopy full SHA for 1f6c30e
1 file changed
frontend/src/api/generated/types.gen.ts
@@ -107,9 +107,9 @@ export type RenderFeedByTokenErrors = {
107
*/
108
401: string;
109
/**
110
- * returns forbidden when auto source is disabled
+ * returns JSON Feed-shaped forbidden errors when requested through Accept
111
112
- 403: Blob | File;
+ 403: string;
113
114
* returns non-cacheable json feed errors when service generation fails
115
@@ -122,7 +122,7 @@ export type RenderFeedByTokenResponses = {
122
123
* renders feed for a valid token
124
125
- 200: Blob | File;
+ 200: string;
126
};
127
128
export type RenderFeedByTokenResponse = RenderFeedByTokenResponses[keyof RenderFeedByTokenResponses];
0 commit comments