Channels
Create a Channel
post/projects/{projectId}/channels
Path parameters
projectIdstring required
Request body
Example request
{
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
The newly-created Channel
Example response
{
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.