{ "opencollection": "1.0.0", "info": { "name": "GitLab api/v4/ Admin Avatar API", "version": "v4" }, "items": [ { "info": { "name": "Avatar", "type": "folder" }, "items": [ { "info": { "name": "getApiV4Avatar", "type": "http" }, "http": { "method": "GET", "url": "https://www.gitlab.com/api/api/v4/avatar", "params": [ { "name": "email", "value": "user@example.com", "type": "query", "description": "Public email address of the user" }, { "name": "size", "value": "42", "type": "query", "description": "Single pixel dimension for Gravatar images" } ] }, "docs": "Return avatar url for a user" } ] } ], "bundled": true }