{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests remote_mirrors API", "version": "v4" }, "items": [ { "info": { "name": "remote_mirrors", "type": "folder" }, "items": [ { "info": { "name": "getApiV4ProjectsIdRemoteMirrors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "List the project's remote mirrors" }, { "info": { "name": "postApiV4ProjectsIdRemoteMirrors", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" } ] }, "docs": "Create remote mirror for a project" }, { "info": { "name": "getApiV4ProjectsIdRemoteMirrorsMirrorId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors/:mirror_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "mirror_id", "value": "", "type": "path", "description": "The ID of a remote mirror" } ] }, "docs": "Get a single remote mirror" }, { "info": { "name": "putApiV4ProjectsIdRemoteMirrorsMirrorId", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors/:mirror_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "mirror_id", "value": "", "type": "path", "description": "The ID of a remote mirror" } ] }, "docs": "Update the attributes of a single remote mirror" }, { "info": { "name": "Delete a single remote mirror", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors/:mirror_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "mirror_id", "value": "", "type": "path", "description": "The ID of a remote mirror" } ] }, "docs": "This feature was introduced in GitLab 14.10" }, { "info": { "name": "postApiV4ProjectsIdRemoteMirrorsMirrorIdSync", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors/:mirror_id/sync", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "mirror_id", "value": "", "type": "path", "description": "The ID of a remote mirror" } ] }, "docs": "Triggers a push mirror operation" }, { "info": { "name": "getApiV4ProjectsIdRemoteMirrorsMirrorIdPublicKey", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/remote_mirrors/:mirror_id/public_key", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "mirror_id", "value": "", "type": "path", "description": "The ID of a remote mirror" } ] }, "docs": "Get the public key of a single remote mirror" } ] } ], "bundled": true }