<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OpenAPI specs in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1160470#M82430</link>
    <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947734"&gt;@mcrysler&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/408593"&gt;@PCronin9&lt;/a&gt;&lt;/SPAN&gt; is this what you are looking for? &lt;A href="https://github.com/HubSpot/HubSpot-public-api-spec-collection" target="_blank"&gt;https://github.com/HubSpot/HubSpot-public-api-spec-collection&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2025 16:51:22 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-06-03T16:51:22Z</dc:date>
    <item>
      <title>How can I manage and update OpenAPI specs for integrations in HubSpot?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/851772#M67569</link>
      <description>&lt;P&gt;What’s the best way to manage and update OpenAPI specifications for HubSpot integrations?&lt;BR /&gt;&lt;BR /&gt;Our integration is built in Go, using a third-party tool to generate client libraries from HubSpot’s published OpenAPI specs.&lt;BR /&gt;&lt;BR /&gt;After a few weeks of mostly successful operation, we're looking to make the system more robust by automatically updating client libraries when new OpenAPI spec versions are released.&lt;BR /&gt;&lt;BR /&gt;However, I'm uncertain about several points after reviewing the documentation and forum:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The canonical source for available OpenAPI specs appears to be&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/overview" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api-reference/overview&lt;/A&gt;&amp;nbsp;but the v4 CRM Objects API exists without being mentioned there or in developer docs—why is that?&lt;/LI&gt;
&lt;LI&gt;What’s the difference between the “LATEST” and “STABLE” stages shown in v1/apis? Why is v4 CRM associations listed as STABLE, while v3 is LATEST, when v4 is supposed to be the newest?&lt;/LI&gt;
&lt;LI&gt;I expected semantic versioning in spec updates, but noticed changes to the OpenAPI specs occurring without the API version (e.g., "v3") changing.&lt;/LI&gt;
&lt;LI&gt;Where are spec changes announced, and how can I track when to regenerate client libraries?&lt;/LI&gt;
&lt;LI&gt;Is it possible to get previous versions of OpenAPI specs, specifically older v3 CRM specs?&lt;/LI&gt;
&lt;LI&gt;The v4 CRM Associations developer docs describe a "Basic List" endpoint that seems missing from the v4 CRM associations OpenAPI spec. Can someone explain this discrepancy?&lt;/LI&gt;
&lt;LI&gt;Lastly, I reported a bug, was told it was fixed by support, but the issue has resurfaced without clear communication about what was changed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Our integration is written in Go, and as such we use a third-party tool to generate client libraries using HubSpot's published OpenAPI specs. Now that it's been running (mostly) successfully for a few weeks, we're ready to build in some additional robustness to our system, such as updating client libraries when updates to the OpenAPI specs become available, and I've found a few things that I haven't been able to answer as a result of reading existing docs and scouring the forum:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;1. It seems the canonical place for knowing which OpenAPI specs are available is at &lt;A href="https://developers.hubspot.com/docs/api-reference/overview" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api-reference/overview&lt;/A&gt;. But if this is canonical, why does a v4 CRM Objects API:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/crm-associations-v4/basic/delete-crm-v4-objects-objectType-objectId-associations-toObjectType-toObjectId" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api-reference/crm-associations-v4/basic/delete-crm-v4-objects-objectType-objectId-associations-toObjectType-toObjectId&lt;/A&gt;&amp;nbsp;also exist, but is mentioned neither in the endpoint's response, nor mentioned in the developer API docs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. What is the difference between the LATEST and STABLE "stages" included in the response from the v1/apis endpoint mentioned above? In particular, why is the v4 CRM associations API listed as STABLE while the v3 CRM associations&amp;nbsp; API is listed as LATEST? The dev API docs tout the v4 as the newest one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. I would expect updates in the OpenAPI specs to be versioned, such as with &lt;A href="https://semver.org/" target="_blank" rel="noopener"&gt;semantic versioning&lt;/A&gt;. However I have observed at least one change to the OpenAPI specs, while the API version remained at "v3".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Are changes to the OpenAPI specs announced any where? How can I find out if I need to regenerate my client libraries?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Is it possible to access older versions of OpenAPI specs? Specifically, previous versions of the various v3 CRM OpenAPI specs, not v2, v1, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6. I noted that the v4 CRM Associations dev docs include a "Basic List" endpoint that returns the existing associations between a particular object type/id and another object type. However that endpoint doesn't exist in the OpenAPI spec for the v4 CRM associations. Why is that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;7. I worked with customer support to get this bug fixed: "&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/OpenAPI-Spec-Bug/m-p/793195" target="_blank" rel="noopener"&gt;OpenAPI Spec Bug&lt;/A&gt;"&amp;nbsp;, and I was told it was fixed (although I was not actually told what change was made), but I ran into the same issue recently, so I don't think it's actually fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any insight would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Moderator Note: this post was reviewed for relevancy and optimized for clarity on October 22, 2025.&amp;nbsp;Thank you for your contributions to the HubSpot Community!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:26:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/851772#M67569</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2025-10-28T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I manage and update OpenAPI specs for integrations in HubSpot?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/852229#M67603</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/408593"&gt;@PCronin9&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why does a v4 CRM Objects API also exist, but is mentioned neither in the endpoint's response, nor mentioned in the developer API docs?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The v4 CRM Objects API is a newer version of the API that is still under development. It is not yet fully supported, and that is why it is not mentioned in the endpoint's response or the developer API docs.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is the difference between the LATEST and STABLE "stages" included in the response from the v1/apis endpoint mentioned above?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The LATEST stage indicates that the API is the newest version and is recommended for use. The STABLE stage indicates that the API is a stable version that is fully supported.&lt;/P&gt;
&lt;P&gt;The v4 CRM associations API is listed as STABLE because it is a newer version of the API that is more feature-rich than the v3 CRM associations API. However, the v3 CRM associations API is still fully supported and is listed as LATEST because it is the most widely used version of the API.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why have I observed at least one change to the OpenAPI specs, while the API version remained at "v3"?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;HubSpot occasionally makes changes to the OpenAPI specs without changing the API version. This is typically done to make minor changes or to fix bugs.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Are changes to the OpenAPI specs announced any where? How can I find out if I need to regenerate my client libraries?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;HubSpot does not announce changes to the OpenAPI specs. However, you can check the endpoint's response or the developer API docs periodically to see if there have been any changes.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it possible to access older versions of OpenAPI specs? Specifically, previous versions of the various v3 CRM OpenAPI specs, not v2, v1, etc.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, it is not possible to access older versions of OpenAPI specs. HubSpot only publishes the latest version of the OpenAPI specs for each API.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why is the "Basic List" endpoint that returns the existing associations between a particular object type/id and another object type not included in the OpenAPI spec for the v4 CRM associations?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The "Basic List" endpoint is a new endpoint that is still under development. It is not yet fully supported, and that is why it is not included in the OpenAPI spec.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why was the bug in the v4 CRM Associations dev docs not fixed?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;HubSpot is aware of the bug in the v4 CRM Associations dev docs and is working on fixing it.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Moderator note: Community Champions, like Himanshurauthan, are not HubSpot employees, but enthusiastic volunteers committed to helping and supporting everyone in the community.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Alongside users, certified partners, and HubSpot employees, Champions play a key role in moderating the community and fostering a positive environment for all.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 16:17:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/852229#M67603</guid>
      <dc:creator>himanshurauthan</dc:creator>
      <dc:date>2025-10-30T16:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/852471#M67615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/20405"&gt;@himanshurauthan&lt;/a&gt;, I was hoping that someone from HubSpot could respond to my questions so our company could make business decisions based on the answers. Do you work for HubSpot, or are you perhaps authorized to speak for them?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 15:40:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/852471#M67615</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2023-09-20T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158149#M82333</link>
      <description>&lt;P&gt;None of the api spec links work for me. Is there a place I can download a yml or json file containing the available API specs? We are trying to build an integration and I need the specs, not just the developer documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 21:50:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158149#M82333</guid>
      <dc:creator>mcrysler</dc:creator>
      <dc:date>2025-05-28T21:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158196#M82334</link>
      <description>&lt;P data-unlink="true"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947734"&gt;@mcrysler&lt;/a&gt;, from a Google search I found this page "&lt;A href="https://developers.hubspot.com/changelog/sunset-replacing-api-catalog-public/v1/apis-endpoint" target="_blank" rel="noopener"&gt;HubSpot Developer Changelog&lt;/A&gt;",&amp;nbsp;which suggests that&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api-reference/overview" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/overview&lt;/A&gt;&amp;nbsp;&amp;nbsp;is the new place.&lt;BR /&gt;&lt;BR /&gt;That being said, professional to professional, I would definitely exercise caution around the OpenAPI specs.&lt;BR /&gt;&lt;BR /&gt;I have experienced variations between the OpenAPI specs and endpoint behavior.&lt;BR /&gt;&lt;BR /&gt;Reporting the discrepencies as issues, both on this form and through our customer support rep, no changes were made.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:19:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158196#M82334</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2025-10-28T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158909#M82373</link>
      <description>&lt;P&gt;Why is that so difficult to find?? Thank you so much for the link and I appreciate the word of caution!&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:16:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1158909#M82373</guid>
      <dc:creator>mcrysler</dc:creator>
      <dc:date>2025-05-30T16:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1160470#M82430</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/947734"&gt;@mcrysler&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/408593"&gt;@PCronin9&lt;/a&gt;&lt;/SPAN&gt; is this what you are looking for? &lt;A href="https://github.com/HubSpot/HubSpot-public-api-spec-collection" target="_blank"&gt;https://github.com/HubSpot/HubSpot-public-api-spec-collection&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 16:51:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1160470#M82430</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-06-03T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1160484#M82431</link>
      <description>&lt;P&gt;Yeah, thanks! I just saw the "New HubSpot Flows Workspace in Postman" article by way of the Developers email. Definitely a step in the right direction, and I'm surprised I hadn't known about it before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll note that 3 of the 4 open issues seem to correlate with the issues I was experiencing, which is that OpenAPI specs differ from either the API docs or endpoint behavior. It is surprising to me that those differences are not primary concerns handled immediately. Based on that, it seems like the OpenAPI specs should be labeled as "beta" to provide a notice to developers that these aren't really getting the attention people might think they are.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 17:22:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1160484#M82431</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2025-06-03T17:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183138#M83527</link>
      <description>&lt;P&gt;Thanks for the link.&amp;nbsp; Sadly, when I pull from that endpoint I get&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Provided schema is not valid OpenAPI JSON schema&lt;BR /&gt;The JSON is correctly formatted, but OpenMetadata (at least) rejects the OpenAPI schema.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 02:05:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183138#M83527</guid>
      <dc:creator>frasermarlow</dc:creator>
      <dc:date>2025-07-31T02:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183418#M83538</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/973071"&gt;@frasermarlow&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Welcome to the Community!&lt;BR /&gt;&lt;BR /&gt;I have also not seen that error before. With that being said, I'd like to tag in some of our awesome Community Champions so see if they have any ideas - &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/580930"&gt;@HubSpot_Corey&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/171963"&gt;@Bortami&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/852299"&gt;@WesQ&lt;/a&gt;&lt;/SPAN&gt; do you have any suggestions on this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;-Cassie&lt;BR /&gt;Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 13:48:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183418#M83538</guid>
      <dc:creator>chighsmith</dc:creator>
      <dc:date>2025-07-31T13:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183424#M83540</link>
      <description>&lt;P&gt;Whomever accepted this answer as "the solution," please do not do so. The only proper answers for my questions would need to come from decision makers who are involved with, or oversee the future of the OpenAPI spec efforts from within HubSpot. I don't think it's reasonable for HubSpot to rely on 3rd party community members to answer our questions as we're paying money to HubSpot, not to the 3rd party community members.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 13:54:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1183424#M83540</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2025-07-31T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: OpenAPI specs</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1217173#M85131</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/69295"&gt;@Bérengère&lt;/a&gt;&amp;nbsp;- I see you've accepted this answer as the solution. I think that the existence of the github repo is a step in the right direction, but I don't think the github repo answers almost any of the questions I asked. Could you please refrain from marking this answer as a solution, or, edit it to include answers to my questions please?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:33:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-can-I-manage-and-update-OpenAPI-specs-for-integrations-in/m-p/1217173#M85131</guid>
      <dc:creator>PCronin9</dc:creator>
      <dc:date>2025-10-28T14:33:19Z</dc:date>
    </item>
  </channel>
</rss>

