pub async fn projects_slash_create_for_authenticated_user(
configuration: &Configuration,
projects_create_for_authenticated_user_request: ProjectsCreateForAuthenticatedUserRequest,
) -> Result<Project, Error<ProjectsSlashCreateForAuthenticatedUserError>>
Expand description
Creates a user project board. Returns a 410 Gone
status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized
or 410 Gone
status is returned.