projects_create_api_key

Function projects_create_api_key 

Source
pub async fn projects_create_api_key(
    configuration: &Configuration,
    project_id: &str,
    projects_create_api_key_request: ProjectsCreateApiKeyRequest,
) -> Result<ApiKeyResponse, Error<ProjectsCreateApiKeyError>>
Expand description

Create a new API key for a project (requires organization-scoped API key)