cURL
curl --request POST \ --url https://api.ctrlplane.dev/api/v1/release-channels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "deploymentId": "<string>", "name": "<string>", "description": "<string>", "releaseSelector": {} }'
{ "id": "<string>", "deploymentId": "<string>", "name": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "releaseSelector": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Release channel created successfully
The response is of type object.
object