Skip to content

Commit 992e05e

Browse files
authored
docs: tb documentation improvements (#3289)
1 parent c349df1 commit 992e05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/projects_list.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DESCRIPTION >
77
- Parameters:
88
- `search`: Optional string for searching projects (inherited from `insightsProjects_filtered`)
99
- `count`: Optional boolean, when true returns project count instead of project data
10-
- `orderByField`: Optional string specifying sort field, defaults to 'name'. Available fields: 'id', 'name', 'slug', 'description', 'segmentId', 'createdAt', 'updatedAt', 'logoUrl', 'organizationId', 'website', 'github', 'linkedin', 'twitter', 'enabled', 'isLF'
10+
- `orderByField`: Optional string specifying sort field, defaults to 'name'. Available fields: 'id', 'name', 'slug', 'description', 'logo', 'repositories', 'isLF', 'widgets', 'keywords', 'website', 'github', 'linkedin', 'twitter', 'score', 'rank', 'softwareValue', 'organizationCount', 'contributorCount', 'connectedPlatforms', 'firstCommit', 'repoData', 'healthScore'
1111
- `orderByDirection`: Optional string ('asc' or 'desc'), defaults to 'asc'
1212
- `pageSize`: Optional integer for result limit, defaults to 10
1313
- `page`: Optional integer for pagination offset calculation, defaults to 0

0 commit comments

Comments
 (0)