pub async fn projects_slash_get(
configuration: &Configuration,
project_id: i32,
) -> Result<Project, Error<ProjectsSlashGetError>>
Expand description
Gets a project by its id
. Returns a 404 Not Found
status if projects are disabled. If you do not have sufficient privileges to perform this action, a 401 Unauthorized
or 410 Gone
status is returned.