{ "opencollection": "1.0.0", "info": { "name": "GitLab api/v4/ Admin Application API", "version": "v4" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "getApiV4ApplicationAppearance", "type": "http" }, "http": { "method": "GET", "url": "https://www.gitlab.com/api/api/v4/application/appearance" }, "docs": "Get the current appearance" }, { "info": { "name": "putApiV4ApplicationAppearance", "type": "http" }, "http": { "method": "PUT", "url": "https://www.gitlab.com/api/api/v4/application/appearance", "body": { "type": "multipart-form", "data": [ { "name": "title", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" }, { "name": "pwa_name", "type": "text", "value": "" }, { "name": "pwa_short_name", "type": "text", "value": "" }, { "name": "pwa_description", "type": "text", "value": "" }, { "name": "logo", "type": "text", "value": "" }, { "name": "pwa_icon", "type": "text", "value": "" }, { "name": "header_logo", "type": "text", "value": "" }, { "name": "favicon", "type": "text", "value": "" }, { "name": "new_project_guidelines", "type": "text", "value": "" }, { "name": "profile_image_guidelines", "type": "text", "value": "" }, { "name": "header_message", "type": "text", "value": "" }, { "name": "footer_message", "type": "text", "value": "" }, { "name": "message_background_color", "type": "text", "value": "" }, { "name": "message_font_color", "type": "text", "value": "" }, { "name": "email_header_and_footer_enabled", "type": "text", "value": "" } ] } }, "docs": "Modify appearance" }, { "info": { "name": "GitLab Get Current Plan Limits", "type": "http" }, "http": { "method": "GET", "url": "https://www.gitlab.com/api/api/v4/application/plan_limits", "params": [ { "name": "plan_name", "value": "default", "type": "query", "description": "Name of the plan to get the limits from. Default: default." } ] }, "docs": "List the current limits of a plan on the GitLab instance." }, { "info": { "name": "GitLab Change Plan Limits", "type": "http" }, "http": { "method": "PUT", "url": "https://www.gitlab.com/api/api/v4/application/plan_limits", "body": { "type": "json", "data": "{}" } }, "docs": "Modify the limits of a plan on the GitLab instance." } ] } ], "bundled": true }