GET /versions/{version_id}
- Response
-
200 response Modified
-
application/json content type Modified
- doc_name property Added
-
application/json content type Modified
POST /mcp-servers/{mcp_server_id_or_slug}/deploy
- Response
-
201 response Modified
-
application/json content type Modified
- mcp_server_name property Added
-
application/json content type Modified
POST /versions
- Response
-
201 response Modified
-
application/json content type Modified
- doc_name property Added
-
application/json content type Modified
Since introduce of Bump.sh APIs hub URL of the workspace API has been modified to https://developers.bump.sh/doc/workspace/.
Let's be consistent in every example of this documentation, for example for the webhook Structure Change
GET /fetch
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- examples property Added
-
data property Modified
-
application/json content type Modified
- Query
-
include_examples query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
Endpoint to deploy a new MCP server document:
Improve syntax consistency with other endpoints, favor kebab-case (hyphens).
And while here, add a link to our help center about MCP servers
POST /mcp_servers/{mcp_server_id_or_slug}/deploy
POST /mcp-servers/{mcp_server_id_or_slug}/deploy
GET /fetch
- Query
-
urls query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- url query parameter Added
GET /fetch
- Header
-
X-Portal-Url header Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Portal-Url header Added
GET /list
- Header
-
X-Portal-Url header Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Portal-Url header Added
GET /search
- Header
-
X-Portal-Url header Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Portal-Url header Added
GET /fetch
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
body property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- content property Added
-
body property Removed
-
data property Modified
-
application/json content type Modified
GET /list
- Query
-
url query parameter Modified
- Query parameter is no longer required
GET /list
- Query
-
url query parameter Modified
-
Query parameter is now required Breaking
-
Query parameter is now required
GET /search
- Query
-
url, type query parameters Modified
-
Type is now
string
-
Type is now
GET /fetch
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
includes_examples property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- url property Added
-
includes_examples property Removed
-
data property Modified
-
application/json content type Modified
GET /list
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- description property Added
-
data property Modified
-
application/json content type Modified
GET /search
- Response
-
200 response Modified
-
application/json content type Modified
-
metadata property Modified
-
page, per_page, next_page properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
page, per_page, next_page properties Removed
-
metadata property Modified
-
application/json content type Modified
- Query
-
per_page, page query parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- url query parameter Added
GET /fetch
GET /list
GET /search
In endpoint Deploy a new MCP server document,
allow deployment of Arazzo workflow definition file, via the new property references (aka Arazzo sourcesDescriptions)
More details about Arazzo and sourcesDescriptions in the Arazzo documentation.
POST /mcp_servers/{mcp_server_id_or_slug}/deploy
- Body
-
application/json content type Modified
- references property Added
New endpoint: deploy a workflow document on your MCP server ✨
This feature is currently in closed beta. Request an early access at hello@bump.sh
POST /mcp_servers/{mcp_server_id_or_slug}/deploy
Favor HTTP token authentication to access this endpoint and list hubs for a given organization.
GET /hubs
- Authentication
- Basic token authentication method Removed
Bump OpenAPI document to version 3.2, with related improvements:
Authentication scheme Basic token is identified as deprecated.
Production server has a name
DELETE /docs/{doc_id_or_slug}/branches/{slug}
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
GET /docs/{doc_id_or_slug}/branches
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
GET /hubs
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
GET /hubs/{hub_id_or_slug}
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
GET /versions/{version_id}
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
PATCH /docs/{doc_id_or_slug}/branches/{slug}/set_default
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
POST /docs/{doc_id_or_slug}/branches
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
POST /validations
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
POST /versions
- Authentication
-
Basic token authentication method Modified
-
Basic token authentication method Modified
- Authentication method is now deprecated
-
Basic token authentication method Modified
This change adds a new API endpoint to list all hubs of an organization. This new endpoint requires authentication with an organization API token.
GET /hubs
In operation Promote branch as the default one, add a new response 200 when branch was already the default branch.
PATCH /docs/{doc_id_or_slug}/branches/{slug}/set_default
- Response
- 200 response Added
GET /versions/{version_id}
- Query
- formats query parameter Added
PATCH /docs/{doc_id_or_slug}/branches/{slug}/set_default
- Response
- 422 response Added
Clarify endpoints about branches:
Use Branch#slug only, remove mention to uuid.