{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Repositories API", "version": "1.0.0" }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "List Branches", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/git/branches", "params": [ { "name": "repository_id", "value": "", "type": "query", "description": "(Optional) Filter on one repository." }, { "name": "name", "value": "", "type": "query", "description": "(Optional) Filter on branch name using a fuzzy search.\nRepository filter is required to enable this filter." }, { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return." } ] }, "docs": "List Branches" }, { "info": { "name": "List Repositories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/git/repositories", "params": [ { "name": "name", "value": "", "type": "query", "description": "(Optional) Filter on repository name using a fuzzy search." }, { "name": "name_search_op", "value": "", "type": "query", "description": "(Optional) Define search operation for repository name. Accept either \"fuzzy\" or \"equality\", use \"fuzzy\" by default." }, { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return." } ] }, "docs": "List Repositories" }, { "info": { "name": "Resync Organization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/git/sync/organization/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Resync Organization" } ] } ], "bundled": true }