Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TYPO3 Release API

The Release API from TYPO3 — 4 operation(s) for release.

TYPO3 Release API is one of 6 APIs that TYPO3 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Release. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 4 paths. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against the base URL https://example.typo3.org.

7 operations 4 paths 0 schemas 1 DELETE3 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://example.typo3.org
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

TYPO3 Release API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Release 7
GET
/api/v1/release/
Get information about all TYPO3 releases or a specific release.
get_app_api_release_getrelease → default
POST
/api/v1/release/
Add new TYPO3 release.
post_app_api_release_addrelease → default
GET
/api/v1/release/{version}
Get information about all TYPO3 releases or a specific release.
get_release_show 1 param → default
DELETE
/api/v1/release/{version}
Delete TYPO3 release.
delete_app_api_release_deleterelease 1 param → default
PATCH
/api/v1/release/{version}
Update TYPO3 Release.
patch_app_api_release_updaterelease 1 param → default
PUT
/api/v1/release/{version}/release-notes
Add TYPO3 Release Notes for Version.
put_app_api_release_addreleasenotesforversion 1 param → default
GET
/api/v1/release/{version}/content
Get TYPO3 Release Content.
get_app_api_release_getcontentforversion 1 param → default

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

typo3-release-api-openapi.yml Raw ↑

Other APIs TYPO3 publishes across the network.

TYPO3 Headless JSON Content API
TYPO3 REST API Extension (t3api)
TYPO3 Cache API
TYPO3 Major API
TYPO3 sitepackage API