v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01111021.7 KB

Post release config for a given grant

Submits a release configuration for a specific grant and version, including a list of files.

post/api/release-config

Headers

x-cdp-request-idstring

A unique identifier for the request, used for tracing.

Request body

grantstring required

The name of the grant.

versionstring required

The version string.

filesstring[] required

A list of files included in the release.

status'draft' | 'active'

The status of the release.

userstring

The user performing the release.

Response

Accepted - Release configuration received and processed.