Enums§
- GetHub
Project BySource Error - struct for typed errors of method
get_hub_project_by_source - GetHub
Project Export Error - struct for typed errors of method
get_hub_project_export - Publish
HubApp Error - struct for typed errors of method
publish_hub_app - Publish
HubDraft Error - struct for typed errors of method
publish_hub_draft - Publish
HubFlow Error - struct for typed errors of method
publish_hub_flow - Publish
HubFlow Recording Error - struct for typed errors of method
publish_hub_flow_recording - Publish
HubMigrations Error - struct for typed errors of method
publish_hub_migrations - Publish
HubPipeline Recording Error - struct for typed errors of method
publish_hub_pipeline_recording - Publish
HubProject Logo Error - struct for typed errors of method
publish_hub_project_logo - Publish
HubRaw AppEmbed Error - struct for typed errors of method
publish_hub_raw_app_embed - Publish
HubRaw AppError - struct for typed errors of method
publish_hub_raw_app - Publish
HubResource Type Error - struct for typed errors of method
publish_hub_resource_type - Publish
HubResources Error - struct for typed errors of method
publish_hub_resources - Publish
HubScript Error - struct for typed errors of method
publish_hub_script - Publish
HubScript Recording Error - struct for typed errors of method
publish_hub_script_recording - Publish
HubTriggers Error - struct for typed errors of method
publish_hub_triggers - Submit
HubProject Error - struct for typed errors of method
submit_hub_project
Functions§
- get_
hub_ project_ by_ source - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - get_
hub_ project_ export - Requires the caller to be a workspace admin. Forwards the request to the configured Hub and returns the Hub’s status code and raw response body. The folder scope is only needed to re-export the caller’s own draft; approved projects are public, so it is optional here.
- publish_
hub_ app - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ draft - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ flow - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ flow_ recording - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ migrations - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ pipeline_ recording - Requires the caller to be a workspace admin. A data-pipeline recording is scoped to the whole project (a folder cascade), not a single item. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ project_ logo - Requires the caller to be a workspace admin. Sets the project’s custom logo (base64 png/svg, decoded size max 512KB) or clears it when
logois null; thelogofield itself is required so an empty body cannot clear the logo by accident. Forwards the request to the configured Hub scoped to the{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ raw_ app - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ raw_ app_ embed - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ resource_ type - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ resources - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ script - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ script_ recording - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - publish_
hub_ triggers - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body. - submit_
hub_ project - Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the
{workspace}:{folder}source and returns the Hub’s status code and raw response body.