Change Updates

Do not miss any Bump.sh API changes, ever again

Subscribe to the Bump.sh API changelog to be up to date on recent changes.

RSS
Bump.sh API documentation

Change #5f2b73d5

Last update:
Compare

API structure has changed

Minor change

We have changed the previews endpoint to make it possible to create/update a preview with a unique url field only. We will take care of downloading the definition from that URL and publish your documentation preview.

Minor refactoring

This change around the definition attribute is mostly a modelling change on our Preview model. The change doesn't affect clients.

2 structure changes including:
2 Modifications
Modified 2
POST /previews
  • Body
  • application/json content type Modified
    • definition attribute Modified
      • Attribute is no longer required

      • Permission is now writeOnly

      • definition property Modified
        • Property is no longer required

        • Permission is now writeOnly

    • url attribute Added
PUT /previews/{preview_id}
  • Body
  • application/json content type Modified
    • definition attribute Modified
      • Attribute is no longer required

      • Permission is now writeOnly

      • definition property Modified
        • Property is no longer required

        • Permission is now writeOnly

    • url attribute Added