Channels
Update an existing Channel
put/channels/{id}
Path parameters
idstring required
Gets or sets a unique identifier for this resource.
Request body
Example request
{
"Id": "Channels-1",
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Confirms the Channel was modified, containing the updated Channel
Example response
{
"ParentEnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.