Workhorse authorize metric image file upload

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/demo/doc/gitlab/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Gitlab (Unofficial) MCP server": {
    "url": "https://bump.sh/demo/doc/gitlab/mcp"
  }
}

Close
POST /projects/{id}/alert_management_alerts/{alert_iid}/metric_images/authorize

Workhorse authorize metric image file upload

Path parameters

  • id string Required

    The ID or URL-encoded path of the project

  • alert_iid integer(int32) Required

    The IID of the Alert

Responses

  • 200

    Workhorse authorize metric image file upload

  • 403

    Forbidden

POST /projects/{id}/alert_management_alerts/{alert_iid}/metric_images/authorize
curl \
 --request POST 'https://www.gitlab.com/api/v4/projects/{id}/alert_management_alerts/{alert_iid}/metric_images/authorize' \
 --header "Private-Token: $API_KEY"