v3

OpenAPI 3.1.02026-08-06274467602.9 KB
project

Create View

Create a new view for a project.

Args: project_id: UUID of the project (validated to be owned by current user) request: Request containing the view to create view_service: View service for business logic

Returns: Response with success status and created view data

Raises: HTTPException: 404 if project not found or user doesn't own it

post/api/v1/project/{project_id}/views

Request body

Response

Successful Response

successboolean required