Skip to content

Commit d513280

Browse files
committed
generators working
1 parent 4bee179 commit d513280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/specs/web-server/openapi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
# add-ons ---
3030
"_activity",
3131
"_announcements",
32-
"_catalog",
32+
# "_catalog", < ---- FIXME: Invalid args for response field! Hint: check that <class 'models_library.api_schemas_webserver.catalog.ServiceResourcesGet'> is a valid Pydantic field type
3333
"_catalog_tags", # after _catalog
34-
"_cluster",
34+
# "_cluster", # <--- FIXME: :TypeError: unhashable type: 'ClusterAccessRights'
3535
"_computations",
3636
"_exporter",
3737
"_folders",
@@ -51,7 +51,7 @@
5151
"_projects_tags",
5252
"_projects_wallet",
5353
"_projects_workspaces",
54-
"_publications",
54+
# "_publications", # <--- FIXME: RuntimeWarning: fields may not start with an underscore, ignoring "_file"
5555
"_resource_usage",
5656
"_statics",
5757
"_storage",

0 commit comments

Comments
 (0)