Enums§
- Discard
HubProject Update Error - struct for typed errors of method
discard_hub_project_update - 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 - List
HubProjects Error - struct for typed errors of method
list_hub_projects - 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 AppError - struct for typed errors of method
publish_hub_raw_app - Publish
HubRaw AppRecording Error - struct for typed errors of method
publish_hub_raw_app_recording - 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 - Withdraw
HubProject Error - struct for typed errors of method
withdraw_hub_project
Functions§
- discard_
hub_ project_ update - 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. The published project is left untouched. - 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.
- list_
hub_ projects - Forwards to the configured Hub’s public project catalogue and returns its status code and raw response body. Readable by any workspace member: the listing is not workspace-scoped, and it is proxied only because the Hub’s listing endpoint sends no CORS header. Refused with 400 when the instance has the Hub disabled, in which case no outbound request is made.
- 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_ 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_ 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. - withdraw_
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. Everything pushed for the submission is kept, so it can be fixed and submitted again.