Mailchimp Developer LogoMailchimp Developer Wordmark
  • October 1, 2020

    Ensuring codegen references latest Swagger spec

    Marketing

    What

    We updated our Swagger spec to make it match the spec used in the codegen repo.

    Why

    We use a Swagger spec to produce API client libraries from the codegen repo. Doing this required tweaking the Swagger spec that’s automatically produced by our internal API definitions, so there was some drift between the spec in the codegen repo and the one we produce automatically. We backported the changes, so our automatically-produced spec matched the one in the codegen repo. Now that this work is done, we can rely on the automatically produced spec for client libraries.