{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests metric_images API", "version": "v4" }, "items": [ { "info": { "name": "metric_images", "type": "folder" }, "items": [ { "info": { "name": "postApiV4ProjectsIdIssuesIssueIidMetricImagesAuthorize", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/metric_images/authorize", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Upload a metric image for an incident" }, { "info": { "name": "getApiV4ProjectsIdIssuesIssueIidMetricImages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/metric_images", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Metric Images for issue" }, { "info": { "name": "postApiV4ProjectsIdIssuesIssueIidMetricImages", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/metric_images", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Upload a metric image for an issue" }, { "info": { "name": "putApiV4ProjectsIdIssuesIssueIidMetricImagesMetricImageId", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/metric_images/:metric_image_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "metric_image_id", "value": "", "type": "path", "description": "The ID of metric image" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Update a metric image for an issue" }, { "info": { "name": "deleteApiV4ProjectsIdIssuesIssueIidMetricImagesMetricImageId", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:issue_iid/metric_images/:metric_image_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "metric_image_id", "value": "", "type": "path", "description": "The ID of metric image" }, { "name": "issue_iid", "value": "", "type": "path" } ] }, "docs": "Remove a metric image for an issue" } ] } ], "bundled": true }