Skip to content

Commit c9e29c5

Browse files
committed
chore: regenerate administration openapi frontend types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 20ef8de commit c9e29c5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/types/openapi/openapi-administration.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,20 @@ export interface operations {
23412341
};
23422342
};
23432343
};
2344+
/** @description User-scope not supported */
2345+
400: {
2346+
headers: {
2347+
[name: string]: unknown;
2348+
};
2349+
content: {
2350+
"application/json": {
2351+
ocs: {
2352+
meta: components["schemas"]["OCSMeta"];
2353+
data: components["schemas"]["ErrorResponse"];
2354+
};
2355+
};
2356+
};
2357+
};
23442358
/** @description Forbidden */
23452359
403: {
23462360
headers: {

0 commit comments

Comments
 (0)