{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests custom_attributes API", "version": "v4" }, "items": [ { "info": { "name": "custom_attributes", "type": "folder" }, "items": [ { "info": { "name": "getApiV4GroupsIdCustomAttributes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/custom_attributes", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get all custom attributes on a group" }, { "info": { "name": "getApiV4GroupsIdCustomAttributesKey", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a custom attribute on a group" }, { "info": { "name": "putApiV4GroupsIdCustomAttributesKey", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/groups/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Set a custom attribute on a group" }, { "info": { "name": "deleteApiV4GroupsIdCustomAttributesKey", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/groups/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a custom attribute on a group" }, { "info": { "name": "getApiV4ProjectsIdCustomAttributes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/custom_attributes", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get all custom attributes on a project" }, { "info": { "name": "getApiV4ProjectsIdCustomAttributesKey", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a custom attribute on a project" }, { "info": { "name": "putApiV4ProjectsIdCustomAttributesKey", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Set a custom attribute on a project" }, { "info": { "name": "deleteApiV4ProjectsIdCustomAttributesKey", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/custom_attributes/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the custom attribute" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a custom attribute on a project" } ] } ], "bundled": true }