{ "opencollection": "1.0.0", "info": { "name": "Codeberg API (Forgejo) Git Content Organizations API", "version": "15.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://codeberg.org/api/v1/orgs/:org", "params": [ { "name": "org", "value": "", "type": "path", "description": "Name of the organization." } ] }, "docs": "Get an organization" }, { "info": { "name": "Edit an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://codeberg.org/api/v1/orgs/:org", "params": [ { "name": "org", "value": "", "type": "path", "description": "Name of the organization." } ] }, "docs": "Edit an organization" }, { "info": { "name": "List an organization's repos", "type": "http" }, "http": { "method": "GET", "url": "https://codeberg.org/api/v1/orgs/:org/repos", "params": [ { "name": "org", "value": "", "type": "path", "description": "Name of the organization." } ] }, "docs": "List an organization's repos" }, { "info": { "name": "Create a repository in an organization", "type": "http" }, "http": { "method": "POST", "url": "https://codeberg.org/api/v1/orgs/:org/repos", "params": [ { "name": "org", "value": "", "type": "path", "description": "Name of the organization." } ] }, "docs": "Create a repository in an organization" } ] } ], "bundled": true }