Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
Path Parameters
The unique identifier of the release.
Example:
"rls_123"
Query Parameters
The fields to expand in the releases.
Response
200 - application/json
Successfully retrieved the release.
Available options:
release
Example:
"release"
ID of the release.
Example:
"rls_123"
The version of the release.
Example:
"v1.0.0"
Timestamp of when the release was created.
Example:
"2024-01-01T00:00:00Z"
Timestamp of when the release was last updated.
Example:
"2024-01-01T00:00:00Z"
Expand the config schemas using 'expand[]=config_schemas' in the query string.
Example:
[]