Create channel view
POST/api/v4/channels/:channel_id/views
Experimental: This endpoint is experimental and may change or be removed in a future release.
Create a new view for a channel.
Minimum server version: 11.6
Permissions
Must have create_post permission for the channel.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Channel view creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Something went wrong with the server