> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Swagger Changelog

> Release history for the Swagger connector. Each version lists what changed and which actions were affected.

<Card title="Swagger connector" icon="arrow-left" href="/connectors/swagger" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.1.0" description="15 Sept 2026">
  `data-sync`

  Added scheduled data sync to the templates and portals list actions, so these collections can be kept in sync and read back without calling Swagger on every request. Both sync by full refresh, since Swagger exposes no updated-since filter for these endpoints.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `swagger_list_portals`, `swagger_list_templates`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.0" description="11 Sept 2026">
  `release`

  Promoted to GA. Version normalized to 1.0.0 in line with the GA versioning policy (GA connectors are versioned 1.0.0 or higher); no functional changes in this version.
</Update>

<Update label="v0.1.2" description="8 Sept 2026">
  `bug-fix`

  Mutating API, domain and project actions now return a confirmation message and the affected resource identifiers instead of an empty body.

  <AccordionGroup>
    <Accordion title="Changed · 13 actions updated">
      `swagger_add_project_spec`, `swagger_clone_api_version`, `swagger_create_or_update_api`, `swagger_create_or_update_domain`, `swagger_create_project`, `swagger_delete_api`, `swagger_delete_api_version`, `swagger_delete_domain`, `swagger_delete_domain_version`, `swagger_delete_project`, `swagger_fork_api_version`, `swagger_set_api_default_version`, `swagger_update_project`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.1" description="2 Sept 2026">
  `bug-fix`

  Standardized action category capitalization for more consistent portal filters.

  <AccordionGroup>
    <Accordion title="Changed · 62 actions updated">
      `swagger_add_project_spec`, `swagger_clone_api_version`, `swagger_create_api_integration`, `swagger_create_or_update_api`, `swagger_create_or_update_domain`, `swagger_create_or_update_template`, `swagger_create_portal`, `swagger_create_portal_product`, `swagger_create_portal_template`, `swagger_create_project`, `swagger_create_section_table_of_contents`, `swagger_delete_api`, `swagger_delete_api_integration`, `swagger_delete_api_version`, `swagger_delete_domain`, `swagger_delete_domain_version`, `swagger_delete_portal`, `swagger_delete_portal_template`, `swagger_delete_product`, `swagger_delete_project`, `swagger_delete_table_of_contents`, `swagger_delete_template`, `swagger_fork_api_version`, `swagger_fork_template_version`, `swagger_get_api_definition`, `swagger_get_api_integration`, `swagger_get_api_standardization`, `swagger_get_api_validation`, `swagger_get_api_versions`, `swagger_get_attachment`, `swagger_get_document`, `swagger_get_domain_definition`, `swagger_get_domain_versions`, `swagger_get_portal`, `swagger_get_portal_template`, `swagger_get_product`, `swagger_get_product_sections`, `swagger_get_project`, `swagger_get_project_members`, `swagger_get_published_content`, `swagger_get_section`, `swagger_get_section_table_of_contents`, `swagger_get_template_versions`, `swagger_list_api_integrations`, `swagger_list_attachments`, `swagger_list_owner_apis`, `swagger_list_owner_domains`, `swagger_list_portal_access_requests`, `swagger_list_portal_products`, `swagger_list_portal_templates`, `swagger_list_portals`, `swagger_list_projects`, `swagger_list_templates`, `swagger_search_apis_and_domains`, `swagger_set_api_default_version`, `swagger_update_api_integration`, `swagger_update_document`, `swagger_update_portal`, `swagger_update_portal_template`, `swagger_update_product`, `swagger_update_project`, `swagger_update_table_of_contents`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.0" description="1 Sept 2026">
  `new-actions`

  Initial Swagger (SmartBear) connector — manage API and Domain design assets in the SwaggerHub Registry (versioning, clone/fork, lifecycle, standardization, validation, integrations, projects, templates) and the consumer-facing Swagger Portal (portals, products, sections, table of contents, documents, attachments).
</Update>
