{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests wikis API", "version": "v4" }, "items": [ { "info": { "name": "wikis", "type": "folder" }, "items": [ { "info": { "name": "getApiV4GroupsIdWikis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/wikis", "params": [ { "name": "with_content", "value": "", "type": "query", "description": "Include pages' content" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a list of wiki pages" }, { "info": { "name": "postApiV4GroupsIdWikis", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/groups/:id/wikis", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create a wiki page" }, { "info": { "name": "getApiV4GroupsIdWikisSlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/wikis/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The slug of a wiki page" }, { "name": "version", "value": "", "type": "query", "description": "The version hash of a wiki page" }, { "name": "render_html", "value": "", "type": "query", "description": "Render content to HTML" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a wiki page" }, { "info": { "name": "putApiV4GroupsIdWikisSlug", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/groups/:id/wikis/:slug", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Update a wiki page" }, { "info": { "name": "deleteApiV4GroupsIdWikisSlug", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/groups/:id/wikis/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The slug of a wiki page" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a wiki page" }, { "info": { "name": "Upload an attachment to the wiki repository", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/groups/:id/wikis/attachments", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This feature was introduced in GitLab 11.3." }, { "info": { "name": "getApiV4ProjectsIdWikis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/wikis", "params": [ { "name": "with_content", "value": "", "type": "query", "description": "Include pages' content" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a list of wiki pages" }, { "info": { "name": "postApiV4ProjectsIdWikis", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/wikis", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create a wiki page" }, { "info": { "name": "getApiV4ProjectsIdWikisSlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/wikis/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The slug of a wiki page" }, { "name": "version", "value": "", "type": "query", "description": "The version hash of a wiki page" }, { "name": "render_html", "value": "", "type": "query", "description": "Render content to HTML" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a wiki page" }, { "info": { "name": "putApiV4ProjectsIdWikisSlug", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/wikis/:slug", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Update a wiki page" }, { "info": { "name": "deleteApiV4ProjectsIdWikisSlug", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/wikis/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The slug of a wiki page" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a wiki page" }, { "info": { "name": "Upload an attachment to the wiki repository", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/wikis/attachments", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This feature was introduced in GitLab 11.3." } ] } ], "bundled": true }