GitLab
Connect to GitLab.com or GitLab Self-Managed to access the GitLab REST API.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
| Personal access token | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GITLAB_DELETE_API_V4_ADMIN_ACTIVE_CONTEXT_DEAD_QUEUE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GITLAB_DELETE_API_V4_ADMIN_ACTIVE_CONTEXT_DEAD_QUEUE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GITLAB_DELETE_API_V4_ADMIN_ACTIVE_CONTEXT_DEAD_QUEUE --data '{ }'Tool 目录
可用 Tools
1695 个可调用操作
Clear the ActiveContext dead queueGITLAB_DELETE_API_V4_ADMIN_ACTIVE_CONTEXT_DEAD_QUEUEClear the ActiveContext dead queue需要连接
Clear the ActiveContext dead queue
认证
需要 Connected AccountTags
Delete instance variableGITLAB_DELETE_API_V4_ADMIN_CI_VARIABLES_KEYDeletes a specified instance variable.需要连接
Deletes a specified instance variable.
认证
需要 Connected AccountTags
Delete instance clusterGITLAB_DELETE_API_V4_ADMIN_CLUSTERS_CLUSTER_IDDeletes an existing instance cluster. Does not remove existing resources in the connected Kubernetes cluster.需要连接
Deletes an existing instance cluster. Does not remove existing resources in the connected Kubernetes cluster.
认证
需要 Connected AccountTags
Disable a namespace for Knowledge GraphGITLAB_DELETE_API_V4_ADMIN_KNOWLEDGE_GRAPH_NAMESPACES_IDThis endpoint disables Knowledge Graph for a specific namespace需要连接
This endpoint disables Knowledge Graph for a specific namespace
认证
需要 Connected AccountTags
Delete Admin RoleGITLAB_DELETE_API_V4_ADMIN_MEMBER_ROLES_MEMBER_ROLE_IDDelete Admin Role需要连接
Delete Admin Role
认证
需要 Connected AccountTags
Delete jobs from a Sidekiq queueGITLAB_DELETE_API_V4_ADMIN_SIDEKIQ_QUEUES_QUEUE_NAMEDeletes jobs from a Sidekiq queue that match the specified metadata.需要连接
Deletes jobs from a Sidekiq queue that match the specified metadata.
认证
需要 Connected AccountTags
Remove a namespace from a node for Zoekt indexingGITLAB_DELETE_API_V4_ADMIN_ZOEKT_SHARDS_NODE_ID_INDEXED_NAMESPACES_NAMESPACE_IDRemove a namespace from a node for Zoekt indexing需要连接
Remove a namespace from a node for Zoekt indexing
认证
需要 Connected AccountTags
Delete a registered flow callback endpointGITLAB_DELETE_API_V4_AI_DUO_WORKFLOWS_FLOW_CALLBACKS_IDDeletes a registered flow callback endpoint so it no longer receives deliveries.需要连接
Deletes a registered flow callback endpoint so it no longer receives deliveries.
认证
需要 Connected AccountTags
Delete an applicationGITLAB_DELETE_API_V4_APPLICATIONS_IDDelete a specific application需要连接
Delete a specific application
认证
需要 Connected AccountTags
Delete a broadcast messageGITLAB_DELETE_API_V4_BROADCAST_MESSAGES_IDDeletes a specified broadcast message.需要连接
Deletes a specified broadcast message.
认证
需要 Connected AccountTags
Clear a variant assignment for an experiment contextGITLAB_DELETE_API_V4_EXPERIMENTS_EXPERIMENT_NAME_ASSIGNMENTSRemoves the cached variant assignment for the given experiment and context, returning the actor to normal rollout assignment. Defaults to current user if no context is provided.需要连接
Removes the cached variant assignment for the given experiment and context, returning the actor to normal rollout assignment. Defaults to current user if no context is provided.
认证
需要 Connected AccountTags
Delete cached assignments for an experimentGITLAB_DELETE_API_V4_EXPERIMENTS_NAME_CACHERemoves all cached variant assignments for the experiment with the given cache key. Useful for cleaning up completed experiments whose code has been removed from the codebase.需要连接
Removes all cached variant assignments for the experiment with the given cache key. Useful for cleaning up completed experiments whose code has been removed from the codebase.
认证
需要 Connected AccountTags
Delete a featureGITLAB_DELETE_API_V4_FEATURES_NAMEDeletes a feature gate. Returns the same response if the feature gate does not exist.需要连接
Deletes a feature gate. Returns the same response if the feature gate does not exist.
认证
需要 Connected AccountTags
Delete a Geo nodeGITLAB_DELETE_API_V4_GEO_NODES_IDDeletes a specified Geo node.需要连接
Deletes a specified Geo node.
认证
需要 Connected AccountTags
Delete a Geo siteGITLAB_DELETE_API_V4_GEO_SITES_IDDeletes a specified Geo site.需要连接
Deletes a specified Geo site.
认证
需要 Connected AccountTags
Schedule a group for deletionGITLAB_DELETE_API_V4_GROUPS_IDSchedules a group for deletion. Groups are deleted at the end of the retention period (30 days by default). Use the `permanently_remove` param to override the retention period.需要连接
Schedules a group for deletion. Groups are deleted at the end of the retention period (30 days by default). Use the `permanently_remove` param to override the retention period.
认证
需要 Connected AccountTags
Deny an access requestGITLAB_DELETE_API_V4_GROUPS_ID_ACCESS_REQUESTS_USER_IDDenies an access request for a specified user in a group.需要连接
Denies an access request for a specified user in a group.
认证
需要 Connected AccountTags
Revoke a group access tokenGITLAB_DELETE_API_V4_GROUPS_ID_ACCESS_TOKENS_TOKEN_IDRevokes a specified group access token.需要连接
Revokes a specified group access token.
认证
需要 Connected AccountTags
Delete a badge from a groupGITLAB_DELETE_API_V4_GROUPS_ID_BADGES_BADGE_IDDeletes a specified badge from a group.需要连接
Deletes a specified badge from a group.
认证
需要 Connected AccountTags
Remove a billable member from a groupGITLAB_DELETE_API_V4_GROUPS_ID_BILLABLE_MEMBERS_USER_IDRemoves a specified billable member from a group and its subgroups and projects. The user does not need to be a group member to qualify for removal. For example, if the user was added directly to a project in the group, you can still remove them using this operation.需要连接
Removes a specified billable member from a group and its subgroups and projects. The user does not need to be a group member to qualify for removal. For example, if the user was added directly to a project in the group, you can still remove them using this operation.
认证
需要 Connected AccountTags
Delete a group issue boardGITLAB_DELETE_API_V4_GROUPS_ID_BOARDS_BOARD_IDDeletes a specified group issue board.需要连接
Deletes a specified group issue board.
认证
需要 Connected AccountTags
Delete a group issue board listGITLAB_DELETE_API_V4_GROUPS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDDeletes a specified group issue board list. Only for administrators and users with the Owner role for the group.需要连接
Deletes a specified group issue board list. Only for administrators and users with the Owner role for the group.
认证
需要 Connected AccountTags
Delete a group clusterGITLAB_DELETE_API_V4_GROUPS_ID_CLUSTERS_CLUSTER_IDDeletes a specified group cluster. Does not remove existing resources in the connected Kubernetes cluster.需要连接
Deletes a specified group cluster. Does not remove existing resources in the connected Kubernetes cluster.
认证
需要 Connected AccountTags
Delete a custom attribute for a groupGITLAB_DELETE_API_V4_GROUPS_ID_CUSTOM_ATTRIBUTES_KEYDeletes a specified custom attribute for a group.需要连接
Deletes a specified custom attribute for a group.
认证
需要 Connected AccountTags
Delete a Debian group distributionGITLAB_DELETE_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONS_CODENAMEDeletes a specified Debian group distribution for a group.需要连接
Deletes a specified Debian group distribution for a group.
认证
需要 Connected AccountTags
Destroy an epicGITLAB_DELETE_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IIDDeletes an epic需要连接
Deletes an epic
认证
需要 Connected AccountTags
Remove epics relationGITLAB_DELETE_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_EPICS_CHILD_EPIC_IDRemove epics relation需要连接
Remove epics relation
认证
需要 Connected AccountTags
Remove an issue from the epicGITLAB_DELETE_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_ISSUES_EPIC_ISSUE_IDRemoves an issue from the epic. Does not delete the issue.需要连接
Removes an issue from the epic. Does not delete the issue.
认证
需要 Connected AccountTags
Purge the dependency proxy for a groupGITLAB_DELETE_API_V4_GROUPS_ID_DEPENDENCY_PROXY_CACHEPurges the dependency proxy for a specified group and schedules the cached manifests and blobs for deletion. This endpoint requires the Owner role for the group.需要连接
Purges the dependency proxy for a specified group and schedules the cached manifests and blobs for deletion. This endpoint requires the Owner role for the group.
认证
需要 Connected AccountTags
Delete a group deploy tokenGITLAB_DELETE_API_V4_GROUPS_ID_DEPLOY_TOKENS_TOKEN_IDDeletes a group deploy token.需要连接
Deletes a group deploy token.
认证
需要 Connected AccountTags
Delete an enterprise userGITLAB_DELETE_API_V4_GROUPS_ID_ENTERPRISE_USERS_USER_IDDeletes a specified enterprise user.需要连接
Deletes a specified enterprise user.
认证
需要 Connected AccountTags
Delete an emoji reaction from an epicGITLAB_DELETE_API_V4_GROUPS_ID_EPICS_EPIC_IID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from an epic. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from an epic. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete an emoji reaction from an epic commentGITLAB_DELETE_API_V4_GROUPS_ID_EPICS_EPIC_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a comment on an epic. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a comment on an epic. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete a related epic linkGITLAB_DELETE_API_V4_GROUPS_ID_EPICS_EPIC_IID_RELATED_EPICS_RELATED_EPIC_LINK_IDDeletes a two-way relation between two specified epics. The user must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for both groups.需要连接
Deletes a two-way relation between two specified epics. The user must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for both groups.
认证
需要 Connected AccountTags
Delete a comment from an epic discussionGITLAB_DELETE_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDDeletes a specified comment from a epic discussion.需要连接
Deletes a specified comment from a epic discussion.
认证
需要 Connected AccountTags
Delete an epic noteGITLAB_DELETE_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from an epic.需要连接
Deletes a specified note from an epic.
认证
需要 Connected AccountTags
Delete a group hookGITLAB_DELETE_API_V4_GROUPS_ID_HOOKS_HOOK_IDDeletes a hook from a group. This is an idempotent method and can be called multiple times. Either the hook is available or not.需要连接
Deletes a hook from a group. This is an idempotent method and can be called multiple times. Either the hook is available or not.
认证
需要 Connected AccountTags
Delete a custom headerGITLAB_DELETE_API_V4_GROUPS_ID_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYDeletes a custom header from a specified webhook.需要连接
Deletes a custom header from a specified webhook.
认证
需要 Connected AccountTags
Delete a URL variableGITLAB_DELETE_API_V4_GROUPS_ID_HOOKS_HOOK_ID_URL_VARIABLES_KEYDeletes a URL variable from a specified webhook.需要连接
Deletes a URL variable from a specified webhook.
认证
需要 Connected AccountTags
Disable an integrationGITLAB_DELETE_API_V4_GROUPS_ID_INTEGRATIONS_SLUGDisables a specified integration. Integration settings are preserved.需要连接
Disables a specified integration. Integration settings are preserved.
认证
需要 Connected AccountTags
Delete an invitation to a groupGITLAB_DELETE_API_V4_GROUPS_ID_INVITATIONS_EMAILDeletes a pending invitation to a specified email address for a group.需要连接
Deletes a pending invitation to a specified email address for a group.
认证
需要 Connected AccountTags
Delete a group labelGITLAB_DELETE_API_V4_GROUPS_ID_LABELSDeletes a specified group label.需要连接
Deletes a specified group label.
认证
需要 Connected AccountTags
Delete a group labelGITLAB_DELETE_API_V4_GROUPS_ID_LABELS_NAMEDeletes a specified group label.需要连接
Deletes a specified group label.
认证
需要 Connected AccountTags
Delete an LDAP group link with CN or filterGITLAB_DELETE_API_V4_GROUPS_ID_LDAP_GROUP_LINKSDeletes an LDAP group link using a CN or filter.Deleting by filter is only supported in the Premium tier and above.需要连接
Deletes an LDAP group link using a CN or filter.Deleting by filter is only supported in the Premium tier and above.
认证
需要 Connected AccountTags
Delete LDAP group linkGITLAB_DELETE_API_V4_GROUPS_ID_LDAP_GROUP_LINKS_CNDeletes an LDAP group link. Deprecated. Scheduled for removal in a future release.需要连接
Deletes an LDAP group link. Deprecated. Scheduled for removal in a future release.
认证
需要 Connected AccountTags
Delete LDAP group linkGITLAB_DELETE_API_V4_GROUPS_ID_LDAP_GROUP_LINKS_PROVIDER_CNDeletes an LDAP group link for a specific LDAP provider.Deprecated. Scheduled for removal in a future release.需要连接
Deletes an LDAP group link for a specific LDAP provider.Deprecated. Scheduled for removal in a future release.
认证
需要 Connected AccountTags
Revoke a personal access token for an enterprise userGITLAB_DELETE_API_V4_GROUPS_ID_MANAGE_PERSONAL_ACCESS_TOKENS_PAT_IDRevokes a specified personal access token for an enterprise user.需要连接
Revokes a specified personal access token for an enterprise user.
认证
需要 Connected AccountTags
Revoke a group or project access token for a groupGITLAB_DELETE_API_V4_GROUPS_ID_MANAGE_RESOURCE_ACCESS_TOKENS_PRAT_IDRevokes a specified group or project access token associated with a top-level group.需要连接
Revokes a specified group or project access token associated with a top-level group.
认证
需要 Connected AccountTags
Delete an SSH key for an enterprise userGITLAB_DELETE_API_V4_GROUPS_ID_MANAGE_SSH_KEYS_KEY_IDDeletes a specified SSH public key for an enterprise user associated with the top-level group.需要连接
Deletes a specified SSH public key for an enterprise user associated with the top-level group.
认证
需要 Connected AccountTags
Remove member role of a groupGITLAB_DELETE_API_V4_GROUPS_ID_MEMBER_ROLES_MEMBER_ROLE_IDRemoves a specified member role from a group.需要连接
Removes a specified member role from a group.
认证
需要 Connected AccountTags
Remove a member from a groupGITLAB_DELETE_API_V4_GROUPS_ID_MEMBERS_USER_IDRemoves a specified user from a group. The user must be a direct member.需要连接
Removes a specified user from a group. The user must be a direct member.
认证
需要 Connected AccountTags
Remove an LDAP access level overrideGITLAB_DELETE_API_V4_GROUPS_ID_MEMBERS_USER_ID_OVERRIDERemoves an LDAP access level override for a member of a group.需要连接
Removes an LDAP access level override for a member of a group.
认证
需要 Connected AccountTags
Delete a group milestoneGITLAB_DELETE_API_V4_GROUPS_ID_MILESTONES_MILESTONE_IDDeletes the specified group milestone.需要连接
Deletes the specified group milestone.
认证
需要 Connected AccountTags
Unprotect repository branchesGITLAB_DELETE_API_V4_GROUPS_ID_PROTECTED_BRANCHES_NAMEUnprotects a specified protected branch Unprotect multiple branches by using a wildcard in the `name`.需要连接
Unprotects a specified protected branch Unprotect multiple branches by using a wildcard in the `name`.
认证
需要 Connected AccountTags
Unprotect a group environmentGITLAB_DELETE_API_V4_GROUPS_ID_PROTECTED_ENVIRONMENTS_NAMEUnprotects a specified protected environment for a group.需要连接
Unprotects a specified protected environment for a group.
认证
需要 Connected AccountTags
Delete the push rules of a groupGITLAB_DELETE_API_V4_GROUPS_ID_PUSH_RULEDeletes all the push rules of a specified group.需要连接
Deletes all the push rules of a specified group.
认证
需要 Connected AccountTags
Delete SAML group linkGITLAB_DELETE_API_V4_GROUPS_ID_SAML_GROUP_LINKS_SAML_GROUP_NAMEDeletes a SAML group link for the group需要连接
Deletes a SAML group link for the group
认证
需要 Connected AccountTags
Delete a SAML identityGITLAB_DELETE_API_V4_GROUPS_ID_SAML_UIDDeletes a specified SAML identity.需要连接
Deletes a specified SAML identity.
认证
需要 Connected AccountTags
Delete a SCIM identityGITLAB_DELETE_API_V4_GROUPS_ID_SCIM_UIDDeletes a specified SCIM identity.需要连接
Deletes a specified SCIM identity.
认证
需要 Connected AccountTags
Delete a group service accountGITLAB_DELETE_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_IDDeletes a specified group service account. Available only for group Owners and administrators.需要连接
Deletes a specified group service account. Available only for group Owners and administrators.
认证
需要 Connected AccountTags
Revoke a personal access token for a group service accountGITLAB_DELETE_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENS_TOKEN_IDRevokes a specified personal access token for a group service account.需要连接
Revokes a specified personal access token for a group service account.
认证
需要 Connected AccountTags
Remove a group from a groupGITLAB_DELETE_API_V4_GROUPS_ID_SHARE_GROUP_IDRemoves a group from a group.需要连接
Removes a group from a group.
认证
需要 Connected AccountTags
Remove a shared project from a groupGITLAB_DELETE_API_V4_GROUPS_ID_SHARED_PROJECTS_PROJECT_IDRemoves a shared project targeting this group. The group Owner can remove a shared project without access to the source project.需要连接
Removes a shared project targeting this group. The group Owner can remove a shared project without access to the source project.
认证
需要 Connected AccountTags
Delete a group SSH certificateGITLAB_DELETE_API_V4_GROUPS_ID_SSH_CERTIFICATES_SSH_CERTIFICATES_IDDeletes a specified group SSH certificate.需要连接
Deletes a specified group SSH certificate.
认证
需要 Connected AccountTags
Delete an uploaded file by secret and filenameGITLAB_DELETE_API_V4_GROUPS_ID_UPLOADS_SECRET_FILENAMEDeletes an uploaded file with a specified secret and filename. You must have the Maintainer or Owner role for the group.需要连接
Deletes an uploaded file with a specified secret and filename. You must have the Maintainer or Owner role for the group.
认证
需要 Connected AccountTags
Delete an uploaded file by IDGITLAB_DELETE_API_V4_GROUPS_ID_UPLOADS_UPLOAD_IDDeletes an uploaded file with a specified ID. You must have the Maintainer or Owner role for the group.需要连接
Deletes an uploaded file with a specified ID. You must have the Maintainer or Owner role for the group.
认证
需要 Connected AccountTags
Delete a group variableGITLAB_DELETE_API_V4_GROUPS_ID_VARIABLES_KEYDeletes a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Deletes a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
Delete a wiki page meta noteGITLAB_DELETE_API_V4_GROUPS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from a wiki page meta.需要连接
Deletes a specified note from a wiki page meta.
认证
需要 Connected AccountTags
Delete a wiki page for a groupGITLAB_DELETE_API_V4_GROUPS_ID_WIKIS_SLUGDeletes a specified wiki page from a group.需要连接
Deletes a specified wiki page from a group.
认证
需要 Connected AccountTags
Delete a system hookGITLAB_DELETE_API_V4_HOOKS_HOOK_IDDeletes a specified system hook. Administrators only.需要连接
Deletes a specified system hook. Administrators only.
认证
需要 Connected AccountTags
Delete a custom headerGITLAB_DELETE_API_V4_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYDeletes a custom header from a specified webhook.需要连接
Deletes a custom header from a specified webhook.
认证
需要 Connected AccountTags
Delete a URL variableGITLAB_DELETE_API_V4_HOOKS_HOOK_ID_URL_VARIABLES_KEYDeletes a URL variable from a specified webhook.需要连接
Deletes a URL variable from a specified webhook.
认证
需要 Connected AccountTags
Delete a GitLab for Jira (Forge) namespace subscriptionGITLAB_DELETE_API_V4_INTEGRATIONS_JIRA_FORGE_SUBSCRIPTIONS_IDUnsubscribes a GitLab namespace from the Forge installation.需要连接
Unsubscribes a GitLab namespace from the Forge installation.
认证
需要 Connected AccountTags
Delete a licenseGITLAB_DELETE_API_V4_LICENSE_IDDeletes a specified license.需要连接
Deletes a specified license.
认证
需要 Connected AccountTags
Delete an instance member roleGITLAB_DELETE_API_V4_MEMBER_ROLES_MEMBER_ROLE_IDDeletes an instance member role.需要连接
Deletes an instance member role.
认证
需要 Connected AccountTags
Removes a storage limit exclusion for a NamespaceGITLAB_DELETE_API_V4_NAMESPACES_ID_STORAGE_LIMIT_EXCLUSIONRemoves a Namespaces::Storage::LimitExclusion需要连接
Removes a Namespaces::Storage::LimitExclusion
认证
需要 Connected AccountTags
Soft-delete an organizationGITLAB_DELETE_API_V4_ORGANIZATIONS_IDThis feature was introduced in GitLab 19.2.需要连接
This feature was introduced in GitLab 19.2.
认证
需要 Connected AccountTags
Delete a recipe and packageGITLAB_DELETE_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNELDeletes a specified Conan recipe and associated package files from the package registry.需要连接
Deletes a specified Conan recipe and associated package files from the package registry.
认证
需要 Connected AccountTags
Revoke a personal access tokenGITLAB_DELETE_API_V4_PERSONAL_ACCESS_TOKENS_IDRevokes a specified personal access token. Administrators can revoke tokens for any user. Non-administrators can only revoke their own tokens.需要连接
Revokes a specified personal access token. Administrators can revoke tokens for any user. Non-administrators can only revoke their own tokens.
认证
需要 Connected AccountTags
Revoke a personal access tokenGITLAB_DELETE_API_V4_PERSONAL_ACCESS_TOKENS_SELFRevokes a personal access token by passing it to the API in a header.需要连接
Revokes a personal access token by passing it to the API in a header.
认证
需要 Connected AccountTags
Delete a project aliasGITLAB_DELETE_API_V4_PROJECT_ALIASES_NAMEDeletes a specified project alias. Administrators only.需要连接
Deletes a specified project alias. Administrators only.
认证
需要 Connected AccountTags
Delete a projectGITLAB_DELETE_API_V4_PROJECTS_IDDeletes a specified project.需要连接
Deletes a specified project.
认证
需要 Connected AccountTags
Deny an access requestGITLAB_DELETE_API_V4_PROJECTS_ID_ACCESS_REQUESTS_USER_IDDenies an access request for a specified user in a project.需要连接
Denies an access request for a specified user in a project.
认证
需要 Connected AccountTags
Revoke a project access tokenGITLAB_DELETE_API_V4_PROJECTS_ID_ACCESS_TOKENS_TOKEN_IDRevokes a specified project access token.需要连接
Revokes a specified project access token.
认证
需要 Connected AccountTags
Delete a metric imageGITLAB_DELETE_API_V4_PROJECTS_ID_ALERT_MANAGEMENT_ALERTS_ALERT_IID_METRIC_IMAGES_METRIC_IMAGE_IDDeletes a specified metric image for an alert.需要连接
Deletes a specified metric image for an alert.
认证
需要 Connected AccountTags
Delete an approval rule for a projectGITLAB_DELETE_API_V4_PROJECTS_ID_APPROVAL_RULES_APPROVAL_RULE_IDDeletes an approval rule for a specified project.需要连接
Deletes an approval rule for a specified project.
认证
需要 Connected AccountTags
Delete an approval ruleGITLAB_DELETE_API_V4_PROJECTS_ID_APPROVAL_SETTINGS_RULES_APPROVAL_RULE_IDPrivate API subject to change需要连接
Private API subject to change
认证
需要 Connected AccountTags
Delete all job artifacts in a projectGITLAB_DELETE_API_V4_PROJECTS_ID_ARTIFACTSDeletes job artifacts from all jobs in a specified project.需要连接
Deletes job artifacts from all jobs in a specified project.
认证
需要 Connected AccountTags
Delete a badge from a projectGITLAB_DELETE_API_V4_PROJECTS_ID_BADGES_BADGE_IDDeletes a specified badge from a project.需要连接
Deletes a specified badge from a project.
认证
需要 Connected AccountTags
Delete an issue boardGITLAB_DELETE_API_V4_PROJECTS_ID_BOARDS_BOARD_IDDeletes a specified issue board in a project.需要连接
Deletes a specified issue board in a project.
认证
需要 Connected AccountTags
Delete a list from an issue boardGITLAB_DELETE_API_V4_PROJECTS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDDeletes a specified list from an issue board.需要连接
Deletes a specified list from an issue board.
认证
需要 Connected AccountTags
Delete an agentGITLAB_DELETE_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_IDDeletes an existing agent registration. You must have the Maintainer or Owner role to use this endpoint.需要连接
Deletes an existing agent registration. You must have the Maintainer or Owner role to use this endpoint.
认证
需要 Connected AccountTags
Revoke an agent tokenGITLAB_DELETE_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_TOKENS_TOKEN_IDRevokes an agent token. You must have the Maintainer or Owner role to use this endpoint.需要连接
Revokes an agent token. You must have the Maintainer or Owner role to use this endpoint.
认证
需要 Connected AccountTags
Delete an agent URL configurationGITLAB_DELETE_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_URL_CONFIGURATIONS_URL_CONFIGURATION_IDDeletes an agent URL configuration. You must have the Maintainer or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.需要连接
Deletes an agent URL configuration. You must have the Maintainer or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.
认证
需要 Connected AccountTags
Delete cluster from a projectGITLAB_DELETE_API_V4_PROJECTS_ID_CLUSTERS_CLUSTER_IDDeletes a specified cluster from a project. Does not remove existing resources in the connected Kubernetes cluster.需要连接
Deletes a specified cluster from a project. Does not remove existing resources in the connected Kubernetes cluster.
认证
需要 Connected AccountTags
Delete a custom attribute for a projectGITLAB_DELETE_API_V4_PROJECTS_ID_CUSTOM_ATTRIBUTES_KEYDeletes a specified custom attribute for a project.需要连接
Deletes a specified custom attribute for a project.
认证
需要 Connected AccountTags
Delete a Debian project distributionGITLAB_DELETE_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONS_CODENAMEDeletes a specified Debian project distribution for a project.需要连接
Deletes a specified Debian project distribution for a project.
认证
需要 Connected AccountTags
Delete a deploy keyGITLAB_DELETE_API_V4_PROJECTS_ID_DEPLOY_KEYS_KEY_IDDeletes a deploy key from the project. If the deploy key is used only for this project, it is deleted from the system.需要连接
Deletes a deploy key from the project. If the deploy key is used only for this project, it is deleted from the system.
认证
需要 Connected AccountTags
Delete a project deploy tokenGITLAB_DELETE_API_V4_PROJECTS_ID_DEPLOY_TOKENS_TOKEN_IDDeletes a project deploy token.需要连接
Deletes a project deploy token.
认证
需要 Connected AccountTags
Delete a deploymentGITLAB_DELETE_API_V4_PROJECTS_ID_DEPLOYMENTS_DEPLOYMENT_IDDeletes a specified deployment that is not currently the last deployment for an environment or in a `running` state.需要连接
Deletes a specified deployment that is not currently the last deployment for an environment or in a `running` state.
认证
需要 Connected AccountTags
Delete an environmentGITLAB_DELETE_API_V4_PROJECTS_ID_ENVIRONMENTS_ENVIRONMENT_IDDeletes an environment from a project. The environment must be stopped first.需要连接
Deletes an environment from a project. The environment must be stopped first.
认证
需要 Connected AccountTags
Schedule multiple stopped review apps for deletionGITLAB_DELETE_API_V4_PROJECTS_ID_ENVIRONMENTS_REVIEW_APPSSchedules multiple stopped review apps for deletion. The deletion is performed after 1 week. By default, only environments 30 days or older are deleted.需要连接
Schedules multiple stopped review apps for deletion. The deletion is performed after 1 week. By default, only environments 30 days or older are deleted.
认证
需要 Connected AccountTags
Delete a client keyGITLAB_DELETE_API_V4_PROJECTS_ID_ERROR_TRACKING_CLIENT_KEYS_KEY_IDDeletes an integrated error tracking client key from a specified project.需要连接
Deletes an integrated error tracking client key from a specified project.
认证
需要 Connected AccountTags
Delete external status check serviceGITLAB_DELETE_API_V4_PROJECTS_ID_EXTERNAL_STATUS_CHECKS_CHECK_IDDeletes a specified external status check service for a project.需要连接
Deletes a specified external status check service for a project.
认证
需要 Connected AccountTags
Delete a feature flagGITLAB_DELETE_API_V4_PROJECTS_ID_FEATURE_FLAGS_FEATURE_FLAG_NAMEDeletes a specified feature flag.需要连接
Deletes a specified feature flag.
认证
需要 Connected AccountTags
Delete feature flag user listGITLAB_DELETE_API_V4_PROJECTS_ID_FEATURE_FLAGS_USER_LISTS_IIDDeletes a specified feature flag user list.需要连接
Deletes a specified feature flag user list.
认证
需要 Connected AccountTags
Delete a fork relationshipGITLAB_DELETE_API_V4_PROJECTS_ID_FORKDeletes a fork relationship between projects.需要连接
Deletes a fork relationship between projects.
认证
需要 Connected AccountTags
Delete a freeze periodGITLAB_DELETE_API_V4_PROJECTS_ID_FREEZE_PERIODS_FREEZE_PERIOD_IDDeletes a freeze period for a specified `freeze_period_id`. You must have the Maintainer or Owner role for the project.需要连接
Deletes a freeze period for a specified `freeze_period_id`. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Delete a project webhookGITLAB_DELETE_API_V4_PROJECTS_ID_HOOKS_HOOK_IDDeletes a specified webhook for a project.需要连接
Deletes a specified webhook for a project.
认证
需要 Connected AccountTags
Delete a custom headerGITLAB_DELETE_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYDeletes a custom header from a specified webhook.需要连接
Deletes a custom header from a specified webhook.
认证
需要 Connected AccountTags
Delete a URL variableGITLAB_DELETE_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_URL_VARIABLES_KEYDeletes a URL variable from a specified webhook.需要连接
Deletes a URL variable from a specified webhook.
认证
需要 Connected AccountTags
Disable an integrationGITLAB_DELETE_API_V4_PROJECTS_ID_INTEGRATIONS_SLUGDisables a specified integration. Integration settings are preserved.需要连接
Disables a specified integration. Integration settings are preserved.
认证
需要 Connected AccountTags
Delete an invitation to a projectGITLAB_DELETE_API_V4_PROJECTS_ID_INVITATIONS_EMAILDeletes a pending invitation to a specified email address for a project.需要连接
Deletes a pending invitation to a specified email address for a project.
认证
需要 Connected AccountTags
Delete an issueGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_ISSUE_IIDDeletes a specified issue.需要连接
Deletes a specified issue.
认证
需要 Connected AccountTags
Delete an emoji reaction from an issueGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from an issue. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from an issue. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete an issue linkGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_LINKS_ISSUE_LINK_IDDeletes a specified issue link, removing the two-way relationship.需要连接
Deletes a specified issue link, removing the two-way relationship.
认证
需要 Connected AccountTags
Delete a metric image from an incidentGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_METRIC_IMAGES_METRIC_IMAGE_IDDeletes a metric image from an incident.需要连接
Deletes a metric image from an incident.
认证
需要 Connected AccountTags
Delete an emoji reaction from an issue commentGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a comment on an issue. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a comment on an issue. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete a comment from an issue discussionGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDDeletes a specified comment from a issue discussion.需要连接
Deletes a specified comment from a issue discussion.
认证
需要 Connected AccountTags
Delete an issue noteGITLAB_DELETE_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from an issue.需要连接
Deletes a specified note from an issue.
认证
需要 Connected AccountTags
Delete a project from a CI/CD job token allowlistGITLAB_DELETE_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_ALLOWLIST_TARGET_PROJECT_IDDeletes a project from the CI/CD job token allowlist of a specified project.需要连接
Deletes a project from the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
Delete a group from a CI/CD job token allowlistGITLAB_DELETE_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_GROUPS_ALLOWLIST_TARGET_GROUP_IDDeletes a group from the CI/CD job token allowlist of a specified project.需要连接
Deletes a group from the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
Delete job artifactsGITLAB_DELETE_API_V4_PROJECTS_ID_JOBS_JOB_ID_ARTIFACTSDeletes job artifacts from a specified job in a project.需要连接
Deletes job artifacts from a specified job in a project.
认证
需要 Connected AccountTags
Delete an existing labelGITLAB_DELETE_API_V4_PROJECTS_ID_LABELSDeprecated in GitLab 12.4. Use DELETE /projects/:id/labels/:name instead.需要连接
Deprecated in GitLab 12.4. Use DELETE /projects/:id/labels/:name instead.
认证
需要 Connected AccountTags
Delete a project labelGITLAB_DELETE_API_V4_PROJECTS_ID_LABELS_NAMEDeletes a specified label from a project.需要连接
Deletes a specified label from a project.
认证
需要 Connected AccountTags
Delete a software license policyGITLAB_DELETE_API_V4_PROJECTS_ID_MANAGED_LICENSES_MANAGED_LICENSE_IDDeletes a specified software license policy from a project.需要连接
Deletes a specified software license policy from a project.
认证
需要 Connected AccountTags
Remove a member from a projectGITLAB_DELETE_API_V4_PROJECTS_ID_MEMBERS_USER_IDRemoves a specified user from a project. The user must be a direct member.需要连接
Removes a specified user from a project. The user must be a direct member.
认证
需要 Connected AccountTags
Delete a merge requestGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IIDDeletes a specified merge request for a project. Administrators and project Owners only.需要连接
Deletes a specified merge request for a project. Administrators and project Owners only.
认证
需要 Connected AccountTags
Delete an approval rule for a merge requestGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_RULES_APPROVAL_RULE_IDDeletes a specified approval rule for a merge request. The `report_approver` or `code_owner` rules are system-generated, and you cannot edit them.需要连接
Deletes a specified approval rule for a merge request. The `report_approver` or `code_owner` rules are system-generated, and you cannot edit them.
认证
需要 Connected AccountTags
Delete an emoji reaction from a merge requestGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a merge request. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a merge request. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Remove a merge request dependencyGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_BLOCKS_BLOCK_IDRemoves a merge request dependency.需要连接
Removes a merge request dependency.
认证
需要 Connected AccountTags
Delete context commits from a merge requestGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CONTEXT_COMMITSDeletes specified context commits from a merge request.需要连接
Deletes specified context commits from a merge request.
认证
需要 Connected AccountTags
Delete a draft noteGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTES_DRAFT_NOTE_IDDeletes a draft note for a specified merge request.需要连接
Deletes a draft note for a specified merge request.
认证
需要 Connected AccountTags
Delete an emoji reaction from a merge request commentGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a comment on a merge request. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a comment on a merge request. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete a comment from a merge request discussionGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDDeletes a specified comment from a merge request discussion.需要连接
Deletes a specified comment from a merge request discussion.
认证
需要 Connected AccountTags
Delete a merge request noteGITLAB_DELETE_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from a merge request.需要连接
Deletes a specified note from a merge request.
认证
需要 Connected AccountTags
Delete a project milestoneGITLAB_DELETE_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_IDDeletes a specified project milestone. Only for users with the Planner, Reporter, Developer, Maintainer, or Owner role for the project.需要连接
Deletes a specified project milestone. Only for users with the Planner, Reporter, Developer, Maintainer, or Owner role for the project.
认证
需要 Connected AccountTags
Delete a Registered Model by NameGITLAB_DELETE_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_DELETEhttps://mlflow.org/docs/2.19.0/rest-api.html#delete-registeredmodel需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#delete-registeredmodel
认证
需要 Connected AccountTags
Delete a recipe and packageGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNELDeletes a specified Conan recipe and associated package files from the package registry.需要连接
Deletes a specified Conan recipe and associated package files from the package registry.
认证
需要 Connected AccountTags
Delete recipe revisionGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISIONDeletes a specified recipe revision from the registry. If the recipe revision is the only one, the package is deleted as well. This feature was introduced in GitLab 18.1.需要连接
Deletes a specified recipe revision from the registry. If the recipe revision is the only one, the package is deleted as well. This feature was introduced in GitLab 18.1.
认证
需要 Connected AccountTags
Delete a package revisionGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_REVISIONS_PACKAGE_REVISIONDeletes a specified package revision from the registry. If the package reference has only one package revision, the package reference is deleted as well. This feature was introduced in GitLab 18.1.需要连接
Deletes a specified package revision from the registry. If the package reference has only one package revision, the package reference is deleted as well. This feature was introduced in GitLab 18.1.
认证
需要 Connected AccountTags
Delete a project packageGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_IDDeletes a specified project package.需要连接
Deletes a specified project package.
认证
需要 Connected AccountTags
Delete a package fileGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_ID_PACKAGE_FILES_PACKAGE_FILE_IDDeletes a specified package file.需要连接
Deletes a specified package file.
认证
需要 Connected AccountTags
Delete a package protection ruleGITLAB_DELETE_API_V4_PROJECTS_ID_PACKAGES_PROTECTION_RULES_PACKAGE_PROTECTION_RULE_IDDeletes a package protection rule from a specified project.需要连接
Deletes a package protection rule from a specified project.
认证
需要 Connected AccountTags
Unpublish PagesGITLAB_DELETE_API_V4_PROJECTS_ID_PAGESUnpublishes Pages from a specified project. You must have the Maintainer or Owner role for the project.需要连接
Unpublishes Pages from a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Delete Pages domainGITLAB_DELETE_API_V4_PROJECTS_ID_PAGES_DOMAINS_DOMAINDeletes a specified Pages domain in a project.需要连接
Deletes a specified Pages domain in a project.
认证
需要 Connected AccountTags
Delete a pipeline scheduleGITLAB_DELETE_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_IDDeletes a pipeline schedule for a project.需要连接
Deletes a pipeline schedule for a project.
认证
需要 Connected AccountTags
Delete a variable for a pipeline scheduleGITLAB_DELETE_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_VARIABLES_KEYDeletes a specified variable for a pipeline schedule.需要连接
Deletes a specified variable for a pipeline schedule.
认证
需要 Connected AccountTags
Delete a pipelineGITLAB_DELETE_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_IDDeletes a specified pipeline for a project.需要连接
Deletes a specified pipeline for a project.
认证
需要 Connected AccountTags
Unprotect repository branchesGITLAB_DELETE_API_V4_PROJECTS_ID_PROTECTED_BRANCHES_NAMEUnprotects a specified protected branch or wildcard protected branch.需要连接
Unprotects a specified protected branch or wildcard protected branch.
认证
需要 Connected AccountTags
Unprotect a protected environment for a projectGITLAB_DELETE_API_V4_PROJECTS_ID_PROTECTED_ENVIRONMENTS_NAMEUnprotects a specified protected environment for a project.需要连接
Unprotects a specified protected environment for a project.
认证
需要 Connected AccountTags
Unprotect repository tagsGITLAB_DELETE_API_V4_PROJECTS_ID_PROTECTED_TAGS_NAMEUnprotects a specified protected tag or wildcard protected tag.需要连接
Unprotects a specified protected tag or wildcard protected tag.
认证
需要 Connected AccountTags
Delete the push rules of a projectGITLAB_DELETE_API_V4_PROJECTS_ID_PUSH_RULEDeletes all the push rules of a specified project.需要连接
Deletes all the push rules of a specified project.
认证
需要 Connected AccountTags
Delete a container repository protection ruleGITLAB_DELETE_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_REPOSITORY_RULES_PROTECTION_RULE_IDDeletes a specified container repository protection rule.需要连接
Deletes a specified container repository protection rule.
认证
需要 Connected AccountTags
Delete a container registry protection tag ruleGITLAB_DELETE_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_TAG_RULES_PROTECTION_RULE_IDDeletes a container registry protection tag rule from a project. This feature was introduced in GitLab 18.9.需要连接
Deletes a container registry protection tag rule from a project. This feature was introduced in GitLab 18.9.
认证
需要 Connected AccountTags
Delete registry repositoryGITLAB_DELETE_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIES_REPOSITORY_IDDeletes a specified repository in the registry. This operation is executed asynchronously and might take some time to execute.需要连接
Deletes a specified repository in the registry. This operation is executed asynchronously and might take some time to execute.
认证
需要 Connected AccountTags
Delete multiple registry repository tagsGITLAB_DELETE_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIES_REPOSITORY_ID_TAGSDeletes multiple registry repository tags based on the specified criteria.需要连接
Deletes multiple registry repository tags based on the specified criteria.
认证
需要 Connected AccountTags
Delete a registry repository tagGITLAB_DELETE_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIES_REPOSITORY_ID_TAGS_TAG_NAMEDeletes a specified container registry repository tag.需要连接
Deletes a specified container registry repository tag.
认证
需要 Connected AccountTags
Delete a releaseGITLAB_DELETE_API_V4_PROJECTS_ID_RELEASES_TAG_NAMEDelete a release. Deleting a release doesn't delete the associated tag. Requires at least the Developer role for the project. This feature was introduced in GitLab 11.7.需要连接
Delete a release. Deleting a release doesn't delete the associated tag. Requires at least the Developer role for the project. This feature was introduced in GitLab 11.7.
认证
需要 Connected AccountTags
Delete a release linkGITLAB_DELETE_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_ASSETS_LINKS_LINK_IDDeletes a specified asset link from a release.需要连接
Deletes a specified asset link from a release.
认证
需要 Connected AccountTags
Delete a remote mirror from a projectGITLAB_DELETE_API_V4_PROJECTS_ID_REMOTE_MIRRORS_MIRROR_IDDeletes a specified remote mirror from a project.需要连接
Deletes a specified remote mirror from a project.
认证
需要 Connected AccountTags
Delete a repository branchGITLAB_DELETE_API_V4_PROJECTS_ID_REPOSITORY_BRANCHES_BRANCHDeletes a specified branch from the repository.需要连接
Deletes a specified branch from the repository.
认证
需要 Connected AccountTags
Delete a comment from a commit discussionGITLAB_DELETE_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDDeletes a specified comment from a commit discussion.需要连接
Deletes a specified comment from a commit discussion.
认证
需要 Connected AccountTags
Delete a file in a repositoryGITLAB_DELETE_API_V4_PROJECTS_ID_REPOSITORY_FILES_FILE_PATHDeletes a specified file in a repository. Use the Commits API to delete multiple files with a single request.需要连接
Deletes a specified file in a repository. Use the Commits API to delete multiple files with a single request.
认证
需要 Connected AccountTags
Delete all merged branchesGITLAB_DELETE_API_V4_PROJECTS_ID_REPOSITORY_MERGED_BRANCHESDeletes all branches that are merged into the default branch for a project.需要连接
Deletes all branches that are merged into the default branch for a project.
认证
需要 Connected AccountTags
Delete a tagGITLAB_DELETE_API_V4_PROJECTS_ID_REPOSITORY_TAGS_TAG_NAMEDeletes a specified repository tag.需要连接
Deletes a specified repository tag.
认证
需要 Connected AccountTags
Unassign a runner from a projectGITLAB_DELETE_API_V4_PROJECTS_ID_RUNNERS_RUNNER_IDUnassigns a specified project runner from a project. You cannot unassign a runner from the owner project. Use the delete a runner operation instead.需要连接
Unassigns a specified project runner from a project. You cannot unassign a runner from the owner project. Use the delete a runner operation instead.
认证
需要 Connected AccountTags
Delete a secure fileGITLAB_DELETE_API_V4_PROJECTS_ID_SECURE_FILES_SECURE_FILE_IDDeletes a specified secure file from a project.需要连接
Deletes a specified secure file from a project.
认证
需要 Connected AccountTags
Delete a project service accountGITLAB_DELETE_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_IDDeletes a specified project service account. Available only for project Owners, Maintainers, and administrators.需要连接
Deletes a specified project service account. Available only for project Owners, Maintainers, and administrators.
认证
需要 Connected AccountTags
Revoke a personal access token for a project service accountGITLAB_DELETE_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENS_TOKEN_IDRevokes a specified personal access token for a project service account.需要连接
Revokes a specified personal access token for a project service account.
认证
需要 Connected AccountTags
Disable an integrationGITLAB_DELETE_API_V4_PROJECTS_ID_SERVICES_SLUGDisables a specified integration. Integration settings are preserved.需要连接
Disables a specified integration. Integration settings are preserved.
认证
需要 Connected AccountTags
Delete a shared project link in a groupGITLAB_DELETE_API_V4_PROJECTS_ID_SHARE_GROUP_IDDeletes a shared project link in a group.需要连接
Deletes a shared project link in a group.
认证
需要 Connected AccountTags
Delete a comment from a snippet discussionGITLAB_DELETE_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDDeletes a specified comment from a snippet discussion.需要连接
Deletes a specified comment from a snippet discussion.
认证
需要 Connected AccountTags
Delete a snippet noteGITLAB_DELETE_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from a snippet.需要连接
Deletes a specified note from a snippet.
认证
需要 Connected AccountTags
Delete a project snippetGITLAB_DELETE_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_IDDeletes a specified project snippet.需要连接
Deletes a specified project snippet.
认证
需要 Connected AccountTags
Delete an emoji reaction from a snippetGITLAB_DELETE_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a snippet. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a snippet. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete an emoji reaction from a snippet commentGITLAB_DELETE_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDDeletes a specified emoji reaction from a comment on a snippet. Only an administrator or the user who added the reaction can delete it.需要连接
Deletes a specified emoji reaction from a comment on a snippet. Only an administrator or the user who added the reaction can delete it.
认证
需要 Connected AccountTags
Delete a Terraform stateGITLAB_DELETE_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAMEDeletes a Terraform state for a specified project.需要连接
Deletes a Terraform state for a specified project.
认证
需要 Connected AccountTags
Unlock a Terraform stateGITLAB_DELETE_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAME_LOCKUnlocks a Terraform state for a specified project.需要连接
Unlocks a Terraform state for a specified project.
认证
需要 Connected AccountTags
Delete a Terraform state versionGITLAB_DELETE_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAME_VERSIONS_SERIALDeletes a specified Terraform state version.需要连接
Deletes a specified Terraform state version.
认证
需要 Connected AccountTags
Delete a Terraform state protection ruleGITLAB_DELETE_API_V4_PROJECTS_ID_TERRAFORM_STATE_PROTECTION_RULES_TERRAFORM_STATE_PROTECTION_RULE_IDThis feature was introduced in GitLab 19.0.需要连接
This feature was introduced in GitLab 19.0.
认证
需要 Connected AccountTags
Delete a pipeline trigger tokenGITLAB_DELETE_API_V4_PROJECTS_ID_TRIGGERS_TRIGGER_IDDeletes a pipeline trigger token for a project.需要连接
Deletes a pipeline trigger token for a project.
认证
需要 Connected AccountTags
Delete an uploaded file by secret and filenameGITLAB_DELETE_API_V4_PROJECTS_ID_UPLOADS_SECRET_FILENAMEDeletes an uploaded file with a specified secret and filename. You must have the Maintainer or Owner role for the project.需要连接
Deletes an uploaded file with a specified secret and filename. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Delete an uploaded file by IDGITLAB_DELETE_API_V4_PROJECTS_ID_UPLOADS_UPLOAD_IDDeletes an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.需要连接
Deletes an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Delete a variableGITLAB_DELETE_API_V4_PROJECTS_ID_VARIABLES_KEYDeletes a project variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Deletes a project variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
Delete a vulnerability noteGITLAB_DELETE_API_V4_PROJECTS_ID_VULNERABILITIES_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from a vulnerability.需要连接
Deletes a specified note from a vulnerability.
认证
需要 Connected AccountTags
Delete a wiki page meta noteGITLAB_DELETE_API_V4_PROJECTS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDDeletes a specified note from a wiki page meta.需要连接
Deletes a specified note from a wiki page meta.
认证
需要 Connected AccountTags
Delete a wiki page for a projectGITLAB_DELETE_API_V4_PROJECTS_ID_WIKIS_SLUGDeletes a specified wiki page from a project.需要连接
Deletes a specified wiki page from a project.
认证
需要 Connected AccountTags
Delete a runner controllerGITLAB_DELETE_API_V4_RUNNER_CONTROLLERS_IDDeletes a specified runner controller. Administrators only.需要连接
Deletes a specified runner controller. Administrators only.
认证
需要 Connected AccountTags
Remove instance scopeGITLAB_DELETE_API_V4_RUNNER_CONTROLLERS_ID_SCOPES_INSTANCERemoves an instance scope from a runner controller.需要连接
Removes an instance scope from a runner controller.
认证
需要 Connected AccountTags
Remove runner scopeGITLAB_DELETE_API_V4_RUNNER_CONTROLLERS_ID_SCOPES_RUNNERS_RUNNER_IDRemoves a runner scope from a runner controller.需要连接
Removes a runner scope from a runner controller.
认证
需要 Connected AccountTags
Revoke a runner controller tokenGITLAB_DELETE_API_V4_RUNNER_CONTROLLERS_RUNNER_CONTROLLER_ID_TOKENS_IDRevokes an existing runner controller token.需要连接
Revokes an existing runner controller token.
认证
需要 Connected AccountTags
Delete a registered runnerGITLAB_DELETE_API_V4_RUNNERSDeletes a specified registered runner.需要连接
Deletes a specified registered runner.
认证
需要 Connected AccountTags
Delete a runnerGITLAB_DELETE_API_V4_RUNNERS_IDDeletes a specified runner.需要连接
Deletes a specified runner.
认证
需要 Connected AccountTags
Delete a registered runner managerGITLAB_DELETE_API_V4_RUNNERS_MANAGERSDelete a registered runner manager需要连接
Delete a registered runner manager
认证
需要 Connected AccountTags
Delete snippetGITLAB_DELETE_API_V4_SNIPPETS_IDDeletes a specified snippet.需要连接
Deletes a specified snippet.
认证
需要 Connected AccountTags
Delete a project topicGITLAB_DELETE_API_V4_TOPICS_IDDeletes a specified project topic. Administrators only.需要连接
Deletes a specified project topic. Administrators only.
认证
需要 Connected AccountTags
Delete an applicationGITLAB_DELETE_API_V4_USER_APPLICATIONS_IDDeletes a specified application owned by the authenticated user.需要连接
Deletes a specified application owned by the authenticated user.
认证
需要 Connected AccountTags
Delete an email addressGITLAB_DELETE_API_V4_USER_EMAILS_EMAIL_IDDeletes the specified email address. You cannot delete a primary email address. Any future emails sent to the deleted email address are sent to the primary email address instead.需要连接
Deletes the specified email address. You cannot delete a primary email address. Any future emails sent to the deleted email address are sent to the primary email address instead.
认证
需要 Connected AccountTags
Delete a GPG keyGITLAB_DELETE_API_V4_USER_GPG_KEYS_KEY_IDDeletes a GPG key from your user account.需要连接
Deletes a GPG key from your user account.
认证
需要 Connected AccountTags
Delete an SSH keyGITLAB_DELETE_API_V4_USER_KEYS_KEY_IDDeletes a specified SSH key from the currently authenticated user.需要连接
Deletes a specified SSH key from the currently authenticated user.
认证
需要 Connected AccountTags
Delete a userGITLAB_DELETE_API_V4_USERS_IDDeletes a user. Administrators only.需要连接
Deletes a user. Administrators only.
认证
需要 Connected AccountTags
Delete a custom attribute for a userGITLAB_DELETE_API_V4_USERS_ID_CUSTOM_ATTRIBUTES_KEYDeletes a specified custom attribute for a user.需要连接
Deletes a specified custom attribute for a user.
认证
需要 Connected AccountTags
Delete an email address for a userGITLAB_DELETE_API_V4_USERS_ID_EMAILS_EMAIL_IDDeletes a specified email address for a user account. You cannot delete a primary email address. Administrators only.需要连接
Deletes a specified email address for a user account. You cannot delete a primary email address. Administrators only.
认证
需要 Connected AccountTags
Delete a GPG key for a userGITLAB_DELETE_API_V4_USERS_ID_GPG_KEYS_KEY_IDDeletes a GPG key from a specified user account. Administrators only.需要连接
Deletes a GPG key from a specified user account. Administrators only.
认证
需要 Connected AccountTags
Delete authentication identity from a userGITLAB_DELETE_API_V4_USERS_ID_IDENTITIES_PROVIDERDeletes a user authentication identity using the provider name associated with that identity. Administrators only.需要连接
Deletes a user authentication identity using the provider name associated with that identity. Administrators only.
认证
需要 Connected AccountTags
Delete an SSH key for a userGITLAB_DELETE_API_V4_USERS_ID_KEYS_KEY_IDDeletes an SSH key from a specified user account. Administrators only.需要连接
Deletes an SSH key from a specified user account. Administrators only.
认证
需要 Connected AccountTags
Revoke an impersonation tokenGITLAB_DELETE_API_V4_USERS_USER_ID_IMPERSONATION_TOKENS_IMPERSONATION_TOKEN_IDRevokes an impersonation token for a specified user. Administrators only.需要连接
Revokes an impersonation token for a specified user. Administrators only.
认证
需要 Connected AccountTags
Deletes all user vscode setting resourcesGITLAB_DELETE_API_V4_VSCODE_SETTINGS_SYNC_SETTINGS_CONTEXT_HASH_V1_COLLECTIONDeletes all user vscode setting resources需要连接
Deletes all user vscode setting resources
认证
需要 Connected AccountTags
Deletes all user vscode setting resourcesGITLAB_DELETE_API_V4_VSCODE_SETTINGS_SYNC_V1_COLLECTIONDeletes all user vscode setting resources需要连接
Deletes all user vscode setting resources
认证
需要 Connected AccountTags
Delete a link between an issue and a vulnerabilityGITLAB_DELETE_API_V4_VULNERABILITIES_ID_ISSUE_LINKS_ISSUE_LINK_IDDelete a link between an issue and a vulnerability需要连接
Delete a link between an issue and a vulnerability
认证
需要 Connected AccountTags
Get all ActiveContext connectionsGITLAB_GET_API_V4_ADMIN_ACTIVE_CONTEXT_CONNECTIONSGet all ActiveContext connections需要连接
Get all ActiveContext connections
认证
需要 Connected AccountTags
Get the list of batched background migrationsGITLAB_GET_API_V4_ADMIN_BATCHED_BACKGROUND_MIGRATIONSGet the list of batched background migrations需要连接
Get the list of batched background migrations
认证
需要 Connected AccountTags
Retrieve a batched background migrationGITLAB_GET_API_V4_ADMIN_BATCHED_BACKGROUND_MIGRATIONS_IDRetrieve a batched background migration需要连接
Retrieve a batched background migration
认证
需要 Connected AccountTags
Get the list of batched background operationsGITLAB_GET_API_V4_ADMIN_BATCHED_BACKGROUND_OPERATIONSThis feature was introduced in GitLab 19.1.需要连接
This feature was introduced in GitLab 19.1.
认证
需要 Connected AccountTags
Retrieve a batched background operationGITLAB_GET_API_V4_ADMIN_BATCHED_BACKGROUND_OPERATIONS_IDThis feature was introduced in GitLab 19.1.需要连接
This feature was introduced in GitLab 19.1.
认证
需要 Connected AccountTags
List all instance variablesGITLAB_GET_API_V4_ADMIN_CI_VARIABLESLists all instance-level variables. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Lists all instance-level variables. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
Retrieve instance variable detailsGITLAB_GET_API_V4_ADMIN_CI_VARIABLES_KEYRetrieves details of a specified instance-level variable.需要连接
Retrieves details of a specified instance-level variable.
认证
需要 Connected AccountTags
List all instance clustersGITLAB_GET_API_V4_ADMIN_CLUSTERSLists all instance clusters for the instance.需要连接
Lists all instance clusters for the instance.
认证
需要 Connected AccountTags
Retrieve a single instance clusterGITLAB_GET_API_V4_ADMIN_CLUSTERS_CLUSTER_IDRetrieves a specified instance cluster.需要连接
Retrieves a specified instance cluster.
认证
需要 Connected AccountTags
Retrieve model informationGITLAB_GET_API_V4_ADMIN_DATA_MANAGEMENT_MODEL_NAMERetrieves information about a data model in an instance. Only available to administrators.需要连接
Retrieves information about a data model in an instance. Only available to administrators.
认证
需要 Connected AccountTags
Retrieve information about a model recordGITLAB_GET_API_V4_ADMIN_DATA_MANAGEMENT_MODEL_NAME_RECORD_IDENTIFIERRetrieves information about a specified model record. Only available to administrators.需要连接
Retrieves information about a specified model record. Only available to administrators.
认证
需要 Connected AccountTags
Retrieve dictionary detailsGITLAB_GET_API_V4_ADMIN_DATABASES_DATABASE_NAME_DICTIONARY_TABLES_TABLE_NAMERetrieve dictionary details需要连接
Retrieve dictionary details
认证
需要 Connected AccountTags
Get all enabled namespaces for Knowledge GraphGITLAB_GET_API_V4_ADMIN_KNOWLEDGE_GRAPH_NAMESPACESThis endpoint retrieves all namespaces that have Knowledge Graph enabled需要连接
This endpoint retrieves all namespaces that have Knowledge Graph enabled
认证
需要 Connected AccountTags
Get Admin Roles for this GitLab instanceGITLAB_GET_API_V4_ADMIN_MEMBER_ROLESGet Admin Roles for this GitLab instance需要连接
Get Admin Roles for this GitLab instance
认证
需要 Connected AccountTags
List all pending migrationsGITLAB_GET_API_V4_ADMIN_MIGRATIONS_PENDINGLists all pending migrations for the instance.需要连接
Lists all pending migrations for the instance.
认证
需要 Connected AccountTags
List all advanced search migrationsGITLAB_GET_API_V4_ADMIN_SEARCH_MIGRATIONSLists all advanced search migrations for the GitLab instance.需要连接
Lists all advanced search migrations for the GitLab instance.
认证
需要 Connected AccountTags
Retrieve an advanced search migrationGITLAB_GET_API_V4_ADMIN_SEARCH_MIGRATIONS_MIGRATION_IDRetrieves a specified advanced search migration by migration version or name.需要连接
Retrieves a specified advanced search migration by migration version or name.
认证
需要 Connected AccountTags
Retrieve security policy settingsGITLAB_GET_API_V4_ADMIN_SECURITY_COMPLIANCE_POLICY_SETTINGSRetrieves the current security policy settings for this GitLab instance.需要连接
Retrieves the current security policy settings for this GitLab instance.
认证
需要 Connected AccountTags
Get all the Zoekt nodesGITLAB_GET_API_V4_ADMIN_ZOEKT_SHARDSGet all the Zoekt nodes需要连接
Get all the Zoekt nodes
认证
需要 Connected AccountTags
Get all the indexed namespaces for this nodeGITLAB_GET_API_V4_ADMIN_ZOEKT_SHARDS_NODE_ID_INDEXED_NAMESPACESGet all the indexed namespaces for this node需要连接
Get all the indexed namespaces for this node
认证
需要 Connected AccountTags
Fetch the Duo Code Review custom instructions for a merge requestGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_CODE_REVIEW_CUSTOM_INSTRUCTIONSFetch all Duo Code Review custom instructions for a merge request.需要连接
Fetch all Duo Code Review custom instructions for a merge request.
认证
需要 Connected AccountTags
List registered flow callback endpointsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_FLOW_CALLBACKSLists the flow callback endpoints registered for your organization. Secrets are not returned.需要连接
Lists the flow callback endpoints registered for your organization. Secrets are not returned.
认证
需要 Connected AccountTags
Get a registered flow callback endpointGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_FLOW_CALLBACKS_IDReturns a single registered flow callback endpoint. Secrets are not returned.需要连接
Returns a single registered flow callback endpoint. Secrets are not returned.
认证
需要 Connected AccountTags
List Duo Agent Platform toolsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_LIST_TOOLSList Duo Agent Platform tools需要连接
List Duo Agent Platform tools
认证
需要 Connected AccountTags
List all agent privilegesGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_AGENT_PRIVILEGESLists all available agent privileges with their IDs, names, descriptions, and whether each is enabled by default. This endpoint has no supported attributes.需要连接
Lists all available agent privileges with their IDs, names, descriptions, and whether each is enabled by default. This endpoint has no supported attributes.
认证
需要 Connected AccountTags
Get workflow detailsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_IDGet workflow details需要连接
Get workflow details
认证
需要 Connected AccountTags
List all workflow checkpointsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_CHECKPOINTSList all workflow checkpoints需要连接
List all workflow checkpoints
认证
需要 Connected AccountTags
Get details on a workflow checkpointGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_CHECKPOINTS_CHECKPOINT_IDGet details on a workflow checkpoint需要连接
Get details on a workflow checkpoint
认证
需要 Connected AccountTags
List all workflow eventsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_EVENTSList all workflow events需要连接
List all workflow events
认证
需要 Connected AccountTags
Get workflow trace as JSONLGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_WORKFLOW_ID_TRACE_JSONLReturns the full trace of a workflow session as JSON Lines (JSONL). Each line is a JSON object representing one checkpoint event in chronological order.需要连接
Returns the full trace of a workflow session as JSON Lines (JSONL). Each line is a JSON object representing one checkpoint event in chronological order.
认证
需要 Connected AccountTags
Get Duo Workflows WebSocket connection detailsGITLAB_GET_API_V4_AI_DUO_WORKFLOWS_WSGet Duo Workflows WebSocket connection details需要连接
Get Duo Workflows WebSocket connection details
认证
需要 Connected AccountTags
List code review information about projectGITLAB_GET_API_V4_ANALYTICS_CODE_REVIEWList code review information about project需要连接
List code review information about project
认证
需要 Connected AccountTags
Retrieve count of recently created issues for a groupGITLAB_GET_API_V4_ANALYTICS_GROUP_ACTIVITY_ISSUES_COUNTRetrieves the count of recently created issues for a specified group.需要连接
Retrieves the count of recently created issues for a specified group.
认证
需要 Connected AccountTags
Retrieve count of recently created merge requests for a groupGITLAB_GET_API_V4_ANALYTICS_GROUP_ACTIVITY_MERGE_REQUESTS_COUNTRetrieves the count of recently created merge requests for a specified group.需要连接
Retrieves the count of recently created merge requests for a specified group.
认证
需要 Connected AccountTags
Retrieve count of members recently added to a groupGITLAB_GET_API_V4_ANALYTICS_GROUP_ACTIVITY_NEW_MEMBERS_COUNTRetrieves the count of members recently added to a specified group.需要连接
Retrieves the count of members recently added to a specified group.
认证
需要 Connected AccountTags
Get the current appearanceGITLAB_GET_API_V4_APPLICATION_APPEARANCEGet the current appearance需要连接
Get the current appearance
认证
需要 Connected AccountTags
Get current plan limitsGITLAB_GET_API_V4_APPLICATION_PLAN_LIMITSList the current limits of a plan on the GitLab instance.需要连接
List the current limits of a plan on the GitLab instance.
认证
需要 Connected AccountTags
Retrieve application settingsGITLAB_GET_API_V4_APPLICATION_SETTINGSRetrieves the current application settings for this GitLab instance.需要连接
Retrieves the current application settings for this GitLab instance.
认证
需要 Connected AccountTags
Retrieve application statisticsGITLAB_GET_API_V4_APPLICATION_STATISTICSRetrieves the current application statistics for this GitLab instance.需要连接
Retrieves the current application statistics for this GitLab instance.
认证
需要 Connected AccountTags
Get applicationsGITLAB_GET_API_V4_APPLICATIONSList all registered applications需要连接
List all registered applications
认证
需要 Connected AccountTags
List all instance audit eventsGITLAB_GET_API_V4_AUDIT_EVENTSLists all available instance audit events, limited to a maximum of 30 days for each query.需要连接
Lists all available instance audit events, limited to a maximum of 30 days for each query.
认证
需要 Connected AccountTags
Retrieve an instance audit eventGITLAB_GET_API_V4_AUDIT_EVENTS_IDRetrieves a specified instance audit event.需要连接
Retrieves a specified instance audit event.
认证
需要 Connected AccountTags
Return avatar url for a userGITLAB_GET_API_V4_AVATARReturn avatar url for a user需要连接
Return avatar url for a user
认证
需要 Connected AccountTags
List all broadcast messagesGITLAB_GET_API_V4_BROADCAST_MESSAGESLists all broadcast messages for the instance.需要连接
Lists all broadcast messages for the instance.
认证
需要 Connected AccountTags
Retrieve a broadcast messageGITLAB_GET_API_V4_BROADCAST_MESSAGES_IDRetrieves a specified broadcast message.需要连接
Retrieves a specified broadcast message.
认证
需要 Connected AccountTags
List all group or project migrationsGITLAB_GET_API_V4_BULK_IMPORTSLists all group or project migrations.需要连接
Lists all group or project migrations.
认证
需要 Connected AccountTags
List all group or project migration entitiesGITLAB_GET_API_V4_BULK_IMPORTS_ENTITIESLists all group or project migration entities.需要连接
Lists all group or project migration entities.
认证
需要 Connected AccountTags
Retrieve a group or project migrationGITLAB_GET_API_V4_BULK_IMPORTS_IMPORT_IDRetrieves details of a group or project migration.需要连接
Retrieves details of a group or project migration.
认证
需要 Connected AccountTags
List all group or project migration entitiesGITLAB_GET_API_V4_BULK_IMPORTS_IMPORT_ID_ENTITIESLists all group or project migration entities for a specified migration.需要连接
Lists all group or project migration entities for a specified migration.
认证
需要 Connected AccountTags
Retrieve a group or project migration entityGITLAB_GET_API_V4_BULK_IMPORTS_IMPORT_ID_ENTITIES_ENTITY_IDRetrieves details of a group or project migration entity.需要连接
Retrieves details of a group or project migration entity.
认证
需要 Connected AccountTags
List all failed import records for a migration entityGITLAB_GET_API_V4_BULK_IMPORTS_IMPORT_ID_ENTITIES_ENTITY_ID_FAILURESLists all failed import records for a group or project migration entity. This feature was introduced in GitLab 16.6.需要连接
Lists all failed import records for a group or project migration entity. This feature was introduced in GitLab 16.6.
认证
需要 Connected AccountTags
List dictionary tablesGITLAB_GET_API_V4_DATABASES_DATABASE_NAME_DICTIONARY_TABLESReturns database dictionary tables filtered by database and optional table size需要连接
Returns database dictionary tables filtered by database and optional table size
认证
需要 Connected AccountTags
Retrieve a single dependency list exportGITLAB_GET_API_V4_DEPENDENCY_LIST_EXPORTS_EXPORT_IDRetrieves a dependency list export.需要连接
Retrieves a dependency list export.
认证
需要 Connected AccountTags
Download dependency list exportGITLAB_GET_API_V4_DEPENDENCY_LIST_EXPORTS_EXPORT_ID_DOWNLOADDownloads a dependency list export.需要连接
Downloads a dependency list export.
认证
需要 Connected AccountTags
List all deploy keysGITLAB_GET_API_V4_DEPLOY_KEYSLists all deploy keys for the instance.需要连接
Lists all deploy keys for the instance.
认证
需要 Connected AccountTags
List all deploy tokensGITLAB_GET_API_V4_DEPLOY_TOKENSLists all deploy tokens for the instance.需要连接
Lists all deploy tokens for the instance.
认证
需要 Connected AccountTags
List all certificate-based clustersGITLAB_GET_API_V4_DISCOVER_CERT_BASED_CLUSTERSLists all certificate-based clusters associated with a project. This feature was introduced in GitLab 17.9.需要连接
Lists all certificate-based clusters associated with a project. This feature was introduced in GitLab 17.9.
认证
需要 Connected AccountTags
List all eventsGITLAB_GET_API_V4_EVENTSLists all events for the authenticated user. Does not return events associated with epics or merge requests. Returns bulk push events with limited commit details.需要连接
Lists all events for the authenticated user. Does not return events associated with epics or merge requests. Returns bulk push events with limited commit details.
认证
需要 Connected AccountTags
List all experimentsGITLAB_GET_API_V4_EXPERIMENTSLists all experiments on the GitLab instance. Each experiment has an `enabled` status that indicates whether the experiment is enabled globally, or only in specific contexts.需要连接
Lists all experiments on the GitLab instance. Each experiment has an `enabled` status that indicates whether the experiment is enabled globally, or only in specific contexts.
认证
需要 Connected AccountTags
Get current variant assignment for an experiment contextGITLAB_GET_API_V4_EXPERIMENTS_EXPERIMENT_NAME_ASSIGNMENTSReturns the currently cached variant assignment for the given experiment and context. Defaults to current user if no context is provided.需要连接
Returns the currently cached variant assignment for the given experiment and context. Defaults to current user if no context is provided.
认证
需要 Connected AccountTags
Get Unleash featuresGITLAB_GET_API_V4_FEATURE_FLAGS_UNLEASH_PROJECT_IDGet Unleash features需要连接
Get Unleash features
认证
需要 Connected AccountTags
Get a list of featuresGITLAB_GET_API_V4_FEATURE_FLAGS_UNLEASH_PROJECT_ID_CLIENT_FEATURESGet a list of features需要连接
Get a list of features
认证
需要 Connected AccountTags
Get a list of features (v2 client support)GITLAB_GET_API_V4_FEATURE_FLAGS_UNLEASH_PROJECT_ID_FEATURESDeprecated in GitLab 15.6需要连接
Deprecated in GitLab 15.6
认证
需要 Connected AccountTags
List all feature flagsGITLAB_GET_API_V4_FEATURESLists all feature flags for the instance.需要连接
Lists all feature flags for the instance.
认证
需要 Connected AccountTags
List all feature flag definitionsGITLAB_GET_API_V4_FEATURES_DEFINITIONSLists all feature flag definitions.需要连接
Lists all feature flag definitions.
认证
需要 Connected AccountTags
List all Geo nodesGITLAB_GET_API_V4_GEO_NODESLists all Geo nodes for the instance.需要连接
Lists all Geo nodes for the instance.
认证
需要 Connected AccountTags
Retrieve a single Geo nodeGITLAB_GET_API_V4_GEO_NODES_IDRetrieves a single Geo Node.需要连接
Retrieves a single Geo Node.
认证
需要 Connected AccountTags
Retrieve metrics for a Geo nodeGITLAB_GET_API_V4_GEO_NODES_ID_STATUSRetrieves metrics for a specified Geo node.需要连接
Retrieves metrics for a specified Geo node.
认证
需要 Connected AccountTags
List all Geo node statusesGITLAB_GET_API_V4_GEO_NODES_STATUSLists all Geo node statuses.需要连接
Lists all Geo node statuses.
认证
需要 Connected AccountTags
Returns a Geo proxy responseGITLAB_GET_API_V4_GEO_PROXYReturns a Geo proxy response需要连接
Returns a Geo proxy response
认证
需要 Connected AccountTags
Returns the list of pipeline refs for the projectGITLAB_GET_API_V4_GEO_REPOSITORIES_GL_REPOSITORY_PIPELINE_REFSReturns the list of pipeline refs for the project需要连接
Returns the list of pipeline refs for the project
认证
需要 Connected AccountTags
Returns a replicable file from store (via CDN or sendfile)GITLAB_GET_API_V4_GEO_RETRIEVE_REPLICABLE_NAME_REPLICABLE_IDReturns a replicable file from store (via CDN or sendfile)需要连接
Returns a replicable file from store (via CDN or sendfile)
认证
需要 Connected AccountTags
List all Geo sitesGITLAB_GET_API_V4_GEO_SITESLists all Geo sites for the instance.需要连接
Lists all Geo sites for the instance.
认证
需要 Connected AccountTags
Retrieve a Geo siteGITLAB_GET_API_V4_GEO_SITES_IDRetrieves a specified Geo site.需要连接
Retrieves a specified Geo site.
认证
需要 Connected AccountTags
Retrieve a Geo site statusGITLAB_GET_API_V4_GEO_SITES_ID_STATUSRetrieves the status for a specified Geo site.需要连接
Retrieves the status for a specified Geo site.
认证
需要 Connected AccountTags
List all Geo site statusesGITLAB_GET_API_V4_GEO_SITES_STATUSLists all Geo site statuses.需要连接
Lists all Geo site statuses.
认证
需要 Connected AccountTags
Retrieve repository URL templatesGITLAB_GET_API_V4_GROUP_ID_DASH_PACKAGES_COMPOSER_PACKAGESRetrieves the repository URL templates for requesting individual packages for a group.需要连接
Retrieves the repository URL templates for requesting individual packages for a group.
认证
需要 Connected AccountTags
List all packages for a groupGITLAB_GET_API_V4_GROUP_ID_DASH_PACKAGES_COMPOSER_PSHALists all repository packages for a specified group. Composer V2 is recommended over V1.需要连接
Lists all repository packages for a specified group. Composer V2 is recommended over V1.
认证
需要 Connected AccountTags
List all group repository storage movesGITLAB_GET_API_V4_GROUP_REPOSITORY_STORAGE_MOVESLists all group repository storage moves for an instance.需要连接
Lists all group repository storage moves for an instance.
认证
需要 Connected AccountTags
Retrieve a group repository storage moveGITLAB_GET_API_V4_GROUP_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a specified group repository storage move. This feature was introduced in GitLab 13.9.需要连接
Retrieves a specified group repository storage move. This feature was introduced in GitLab 13.9.
认证
需要 Connected AccountTags
List all groupsGITLAB_GET_API_V4_GROUPSLists all visible groups for the authenticated user. Unauthenticated requests return only public groups.需要连接
Lists all visible groups for the authenticated user. Unauthenticated requests return only public groups.
认证
需要 Connected AccountTags
Retrieve a groupGITLAB_GET_API_V4_GROUPS_IDRetrieves a specified group by ID or path.需要连接
Retrieves a specified group by ID or path.
认证
需要 Connected AccountTags
List all access requests for a groupGITLAB_GET_API_V4_GROUPS_ID_ACCESS_REQUESTSLists all access requests for a specified group that are viewable by the authenticated user.需要连接
Lists all access requests for a specified group that are viewable by the authenticated user.
认证
需要 Connected AccountTags
List all group access tokensGITLAB_GET_API_V4_GROUPS_ID_ACCESS_TOKENSLists all group access tokens for a specified group.需要连接
Lists all group access tokens for a specified group.
认证
需要 Connected AccountTags
Retrieve details on a group access tokenGITLAB_GET_API_V4_GROUPS_ID_ACCESS_TOKENS_TOKEN_IDRetrieves details on a specified group access token.需要连接
Retrieves details on a specified group access token.
认证
需要 Connected AccountTags
List all approval rules for a groupGITLAB_GET_API_V4_GROUPS_ID_APPROVAL_RULESLists all approval rules and any associated details for a specified group. Restricted to group administrators. Use the `page` and `per_page` pagination parameters to restrict the list of approval rules.需要连接
Lists all approval rules and any associated details for a specified group. Restricted to group administrators. Use the `page` and `per_page` pagination parameters to restrict the list of approval rules.
认证
需要 Connected AccountTags
List all group audit eventsGITLAB_GET_API_V4_GROUPS_ID_AUDIT_EVENTSLists all audit events for a specified group.需要连接
Lists all audit events for a specified group.
认证
需要 Connected AccountTags
Retrieve a group audit eventGITLAB_GET_API_V4_GROUPS_ID_AUDIT_EVENTS_AUDIT_EVENT_IDRetrieves an audit event for a specified group. Only available to group Owners and administrators.需要连接
Retrieves an audit event for a specified group. Only available to group Owners and administrators.
认证
需要 Connected AccountTags
Download a group avatarGITLAB_GET_API_V4_GROUPS_ID_AVATARDownloads a group avatar image.需要连接
Downloads a group avatar image.
认证
需要 Connected AccountTags
List all badges for a groupGITLAB_GET_API_V4_GROUPS_ID_BADGESLists all badges for a specified group.需要连接
Lists all badges for a specified group.
认证
需要 Connected AccountTags
Retrieve a badge for a groupGITLAB_GET_API_V4_GROUPS_ID_BADGES_BADGE_IDRetrieves a specified badge for a group.需要连接
Retrieves a specified badge for a group.
认证
需要 Connected AccountTags
Retrieve a badge preview for a groupGITLAB_GET_API_V4_GROUPS_ID_BADGES_RENDERPreviews the final `link_url` and `image_url` for a specified group after resolving the placeholder interpolation.需要连接
Previews the final `link_url` and `image_url` for a specified group after resolving the placeholder interpolation.
认证
需要 Connected AccountTags
List all billable group membersGITLAB_GET_API_V4_GROUPS_ID_BILLABLE_MEMBERSLists all billable members of a specified top-level group. Includes members in any subgroups or projects. You must have the Owner role for the group.需要连接
Lists all billable members of a specified top-level group. Includes members in any subgroups or projects. You must have the Owner role for the group.
认证
需要 Connected AccountTags
List all indirect memberships for a billable group memberGITLAB_GET_API_V4_GROUPS_ID_BILLABLE_MEMBERS_USER_ID_INDIRECTLists all indirect memberships for a billable member of a group. This operation works on top-level groups only. It does not work on subgroups.需要连接
Lists all indirect memberships for a billable member of a group. This operation works on top-level groups only. It does not work on subgroups.
认证
需要 Connected AccountTags
List all memberships for a billable group memberGITLAB_GET_API_V4_GROUPS_ID_BILLABLE_MEMBERS_USER_ID_MEMBERSHIPSLists all memberships for a specified billable member of a group. The response represents only direct memberships. Inherited memberships are not included.需要连接
Lists all memberships for a specified billable member of a group. The response represents only direct memberships. Inherited memberships are not included.
认证
需要 Connected AccountTags
List all group issue boards in a groupGITLAB_GET_API_V4_GROUPS_ID_BOARDSLists all group issue boards for a specified group.需要连接
Lists all group issue boards for a specified group.
认证
需要 Connected AccountTags
Retrieve a group issue boardGITLAB_GET_API_V4_GROUPS_ID_BOARDS_BOARD_IDRetrieves a specified group issue board.需要连接
Retrieves a specified group issue board.
认证
需要 Connected AccountTags
List all group issue board listsGITLAB_GET_API_V4_GROUPS_ID_BOARDS_BOARD_ID_LISTSLists all group issue board lists for a specified board. Does not include `open` and `closed` lists.需要连接
Lists all group issue board lists for a specified board. Does not include `open` and `closed` lists.
认证
需要 Connected AccountTags
Retrieve a group issue board listGITLAB_GET_API_V4_GROUPS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDRetrieves a specified group issue board list.需要连接
Retrieves a specified group issue board list.
认证
需要 Connected AccountTags
List all group clustersGITLAB_GET_API_V4_GROUPS_ID_CLUSTERSLists all group clusters for a specified group.需要连接
Lists all group clusters for a specified group.
认证
需要 Connected AccountTags
Retrieve a group clusterGITLAB_GET_API_V4_GROUPS_ID_CLUSTERS_CLUSTER_IDRetrieves a specified group cluster.需要连接
Retrieves a specified group cluster.
认证
需要 Connected AccountTags
List all custom attributes for a groupGITLAB_GET_API_V4_GROUPS_ID_CUSTOM_ATTRIBUTESLists all custom attributes for a specified group.需要连接
Lists all custom attributes for a specified group.
认证
需要 Connected AccountTags
Retrieve a custom attribute for a groupGITLAB_GET_API_V4_GROUPS_ID_CUSTOM_ATTRIBUTES_KEYRetrieves a specified custom attribute for a group.需要连接
Retrieves a specified custom attribute for a group.
认证
需要 Connected AccountTags
List all Debian group distributionsGITLAB_GET_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONSLists all Debian distributions for a specified group.需要连接
Lists all Debian distributions for a specified group.
认证
需要 Connected AccountTags
Retrieve a Debian group distributionGITLAB_GET_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONS_CODENAMERetrieves a specified Debian group distribution for a group.需要连接
Retrieves a specified Debian group distribution for a group.
认证
需要 Connected AccountTags
Retrieve a Debian group distribution keyGITLAB_GET_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONS_CODENAME_KEY_ASCRetrieves a specified Debian group distribution key for a group.需要连接
Retrieves a specified Debian group distribution key for a group.
认证
需要 Connected AccountTags
List all group epicsGITLAB_GET_API_V4_GROUPS_ID_DASH_EPICSLists all epics for a specified group and its subgroups. Responses are paginated and return 20 results by default.需要连接
Lists all epics for a specified group and its subgroups. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
Get details of an epicGITLAB_GET_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IIDGets a single epic需要连接
Gets a single epic
认证
需要 Connected AccountTags
Get related epicsGITLAB_GET_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_EPICSGet related epics需要连接
Get related epics
认证
需要 Connected AccountTags
List all issues for an epicGITLAB_GET_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_ISSUESLists all issues assigned to a specified epic that are available to the authenticated user. Responses are paginated and return 20 results by default.需要连接
Lists all issues assigned to a specified epic that are available to the authenticated user. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
Download Debian packageGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_DEBIAN_POOL_DISTRIBUTION_PROJECT_ID_LETTER_PACKAGE_NAME_PACKAGE_VERSION_FILE_NAMEThis feature was introduced in GitLab 14.2需要连接
This feature was introduced in GitLab 14.2
认证
需要 Connected AccountTags
The NuGet V3 Feed Service IndexGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_NUGET_INDEXThis feature was introduced in GitLab 12.6需要连接
This feature was introduced in GitLab 12.6
认证
需要 Connected AccountTags
The NuGet Search ServiceGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_NUGET_QUERYThis feature was introduced in GitLab 12.8需要连接
This feature was introduced in GitLab 12.8
认证
需要 Connected AccountTags
The NuGet V2 Feed Service IndexGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_NUGET_V2This feature was introduced in GitLab 16.2需要连接
This feature was introduced in GitLab 16.2
认证
需要 Connected AccountTags
The NuGet V2 Feed Package $metadata endpointGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_NUGET_V2_METADATAThis feature was introduced in GitLab 16.3需要连接
This feature was introduced in GitLab 16.3
认证
需要 Connected AccountTags
List all packages for a groupGITLAB_GET_API_V4_GROUPS_ID_DASH_PACKAGES_PYPI_SIMPLELists all packages for a specified group in an HTML file.需要连接
Lists all packages for a specified group in an HTML file.
认证
需要 Connected AccountTags
Search on GitLab within a groupGITLAB_GET_API_V4_GROUPS_ID_DASH_SEARCHThis feature was introduced in GitLab 10.5.需要连接
This feature was introduced in GitLab 10.5.
认证
需要 Connected AccountTags
List all group deploy tokensGITLAB_GET_API_V4_GROUPS_ID_DEPLOY_TOKENSLists all group deploy tokens.需要连接
Lists all group deploy tokens.
认证
需要 Connected AccountTags
Retrieve a group deploy tokenGITLAB_GET_API_V4_GROUPS_ID_DEPLOY_TOKENS_TOKEN_IDGet a single group's deploy token by ID. This feature was introduced in GitLab 14.9.需要连接
Get a single group's deploy token by ID. This feature was introduced in GitLab 14.9.
认证
需要 Connected AccountTags
List all descendant groupsGITLAB_GET_API_V4_GROUPS_ID_DESCENDANT_GROUPSLists all descendant groups for a specified group.需要连接
Lists all descendant groups for a specified group.
认证
需要 Connected AccountTags
Retrieve group-level DORA metricsGITLAB_GET_API_V4_GROUPS_ID_DORA_METRICSRetrieves DORA metrics for a specified group.需要连接
Retrieves DORA metrics for a specified group.
认证
需要 Connected AccountTags
List all enterprise usersGITLAB_GET_API_V4_GROUPS_ID_ENTERPRISE_USERSLists all enterprise users for a specified top-level group. Use the `page` and `per_page` pagination parameters to filter the results.需要连接
Lists all enterprise users for a specified top-level group. Use the `page` and `per_page` pagination parameters to filter the results.
认证
需要 Connected AccountTags
Retrieve an enterprise userGITLAB_GET_API_V4_GROUPS_ID_ENTERPRISE_USERS_USER_IDRetrieves a specified enterprise user.需要连接
Retrieves a specified enterprise user.
认证
需要 Connected AccountTags
List all epic boards in a groupGITLAB_GET_API_V4_GROUPS_ID_EPIC_BOARDSLists all epic boards for a specified group. This feature was introduced in GitLab 15.9.需要连接
Lists all epic boards for a specified group. This feature was introduced in GitLab 15.9.
认证
需要 Connected AccountTags
Retrieve a group epic boardGITLAB_GET_API_V4_GROUPS_ID_EPIC_BOARDS_BOARD_IDRetrieves a specified group epic board. This feature was introduced in GitLab 15.9.需要连接
Retrieves a specified group epic board. This feature was introduced in GitLab 15.9.
认证
需要 Connected AccountTags
List all group epic board listsGITLAB_GET_API_V4_GROUPS_ID_EPIC_BOARDS_BOARD_ID_LISTSLists all group epic board lists for a specified board. Does not include `open` and `closed` lists. This feature was introduced in GitLab 15.9.需要连接
Lists all group epic board lists for a specified board. Does not include `open` and `closed` lists. This feature was introduced in GitLab 15.9.
认证
需要 Connected AccountTags
Retrieve a group epic board listGITLAB_GET_API_V4_GROUPS_ID_EPIC_BOARDS_BOARD_ID_LISTS_LIST_IDRetrieves a specified group epic board list. This feature was introduced in GitLab 15.9.需要连接
Retrieves a specified group epic board list. This feature was introduced in GitLab 15.9.
认证
需要 Connected AccountTags
List all group epicsGITLAB_GET_API_V4_GROUPS_ID_EPICSLists all epics for a specified group and its subgroups. Responses are paginated and return 20 results by default.需要连接
Lists all epics for a specified group and its subgroups. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
Get details of an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IIDGets a single epic需要连接
Gets a single epic
认证
需要 Connected AccountTags
List all emoji reactions for an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_AWARD_EMOJILists all emoji reactions for a specified epic. This endpoint can be accessed without authentication if the epic is publicly accessible.需要连接
Lists all emoji reactions for a specified epic. This endpoint can be accessed without authentication if the epic is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from an epic. This endpoint can be accessed without authentication if the epic is publicly accessible.需要连接
Retrieves a specified emoji reaction from an epic. This endpoint can be accessed without authentication if the epic is publicly accessible.
认证
需要 Connected AccountTags
List all issues for an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_ISSUESLists all issues assigned to a specified epic that are available to the authenticated user. Responses are paginated and return 20 results by default.需要连接
Lists all issues assigned to a specified epic that are available to the authenticated user. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
List all emoji reactions for an epic commentGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_NOTES_NOTE_ID_AWARD_EMOJILists all emoji reactions for a specified comment on an epic. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Lists all emoji reactions for a specified comment on an epic. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from an epic commentGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a comment on an epic. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Retrieves a specified emoji reaction from a comment on an epic. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
List all linked epics for an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_EPIC_IID_RELATED_EPICSLists all linked epics for a specified epic.需要连接
Lists all linked epics for a specified epic.
认证
需要 Connected AccountTags
List all group epic label eventsGITLAB_GET_API_V4_GROUPS_ID_EPICS_EVENTABLE_ID_RESOURCE_LABEL_EVENTSLists all label events for a specified epic.需要连接
Lists all label events for a specified epic.
认证
需要 Connected AccountTags
Retrieve an epic label eventGITLAB_GET_API_V4_GROUPS_ID_EPICS_EVENTABLE_ID_RESOURCE_LABEL_EVENTS_EVENT_IDRetrieves a label event for a specified group epic.需要连接
Retrieves a label event for a specified group epic.
认证
需要 Connected AccountTags
List all group epic state eventsGITLAB_GET_API_V4_GROUPS_ID_EPICS_EVENTABLE_ID_RESOURCE_STATE_EVENTSLists all state events for a specified epic.需要连接
Lists all state events for a specified epic.
认证
需要 Connected AccountTags
Retrieve an epic state eventGITLAB_GET_API_V4_GROUPS_ID_EPICS_EVENTABLE_ID_RESOURCE_STATE_EVENTS_EVENT_IDRetrieves a state event for a specified group epic.需要连接
Retrieves a state event for a specified group epic.
认证
需要 Connected AccountTags
List all discussions for an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONSLists all discussions for a specified epic.需要连接
Lists all discussions for a specified epic.
认证
需要 Connected AccountTags
Retrieve a discussion for an epicGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDRetrieves a specified discussion for an epic.需要连接
Retrieves a specified discussion for an epic.
认证
需要 Connected AccountTags
List comments in an epic discussionGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESLists the comments in a specified epic discussion.需要连接
Lists the comments in a specified epic discussion.
认证
需要 Connected AccountTags
Retrieve a comment from an epic discussionGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDRetrieves a specified comment from a epic discussion.需要连接
Retrieves a specified comment from a epic discussion.
认证
需要 Connected AccountTags
List all epic notesGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_NOTESLists all notes for a specified epic.需要连接
Lists all notes for a specified epic.
认证
需要 Connected AccountTags
Retrieve an epic noteGITLAB_GET_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for an epic.需要连接
Retrieves a specified note for an epic.
认证
需要 Connected AccountTags
Retrieve a group export downloadGITLAB_GET_API_V4_GROUPS_ID_EXPORT_DOWNLOADRetrieves the exported archive for a specified group.需要连接
Retrieves the exported archive for a specified group.
认证
需要 Connected AccountTags
Download a relations export for a groupGITLAB_GET_API_V4_GROUPS_ID_EXPORT_RELATIONS_DOWNLOADDownloads a group relations export file.需要连接
Downloads a group relations export file.
认证
需要 Connected AccountTags
Retrieve the status of an relations export for a groupGITLAB_GET_API_V4_GROUPS_ID_EXPORT_RELATIONS_STATUSRetrieves the status of a relations export for a group.需要连接
Retrieves the status of a relations export for a group.
认证
需要 Connected AccountTags
List all shared groupsGITLAB_GET_API_V4_GROUPS_ID_GROUPS_SHAREDLists all groups shared with a specified group.需要连接
Lists all groups shared with a specified group.
认证
需要 Connected AccountTags
List all group hooksGITLAB_GET_API_V4_GROUPS_ID_HOOKSLists all group hooks.需要连接
Lists all group hooks.
认证
需要 Connected AccountTags
Retrieve a group hookGITLAB_GET_API_V4_GROUPS_ID_HOOKS_HOOK_IDRetrieves a specified group hook.需要连接
Retrieves a specified group hook.
认证
需要 Connected AccountTags
List all eventsGITLAB_GET_API_V4_GROUPS_ID_HOOKS_HOOK_ID_EVENTSLists all events for a specified webhook.需要连接
Lists all events for a specified webhook.
认证
需要 Connected AccountTags
List all active integrationsGITLAB_GET_API_V4_GROUPS_ID_INTEGRATIONSLists all active integrations.需要连接
Lists all active integrations.
认证
需要 Connected AccountTags
Retrieve integration settingsGITLAB_GET_API_V4_GROUPS_ID_INTEGRATIONS_SLUGRetrieves the settings for a specified integration.需要连接
Retrieves the settings for a specified integration.
认证
需要 Connected AccountTags
List all pending invitations for a groupGITLAB_GET_API_V4_GROUPS_ID_INVITATIONSLists all pending invitations for a specified group viewable by the authenticated user. Returns invitations to direct members only, and not through inherited ancestor groups. This function takes pagination parameters `page` and `per_page` to restrict the list of members.需要连接
Lists all pending invitations for a specified group viewable by the authenticated user. Returns invitations to direct members only, and not through inherited ancestor groups. This function takes pagination parameters `page` and `per_page` to restrict the list of members.
认证
需要 Connected AccountTags
List all invited groupsGITLAB_GET_API_V4_GROUPS_ID_INVITED_GROUPSLists all groups invited to a specified group.需要连接
Lists all groups invited to a specified group.
认证
需要 Connected AccountTags
List all issues for a groupGITLAB_GET_API_V4_GROUPS_ID_ISSUESLists all issues for a specified group. If the group is private, you must provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Lists all issues for a specified group. If the group is private, you must provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
Retrieve issues statistics for a groupGITLAB_GET_API_V4_GROUPS_ID_ISSUES_STATISTICSRetrieves statistics for issues in a specified group.需要连接
Retrieves statistics for issues in a specified group.
认证
需要 Connected AccountTags
List all group iterationsGITLAB_GET_API_V4_GROUPS_ID_ITERATIONSLists all iterations for a specified group. Iterations created by **Enable automatic scheduling** in iteration cadences return `null` for the `title` and `description` fields. This feature was introduced in GitLab 13.5.需要连接
Lists all iterations for a specified group. Iterations created by **Enable automatic scheduling** in iteration cadences return `null` for the `title` and `description` fields. This feature was introduced in GitLab 13.5.
认证
需要 Connected AccountTags
List all group labelsGITLAB_GET_API_V4_GROUPS_ID_LABELSLists all group labels for a specified group.需要连接
Lists all group labels for a specified group.
认证
需要 Connected AccountTags
Retrieve a group labelGITLAB_GET_API_V4_GROUPS_ID_LABELS_NAMERetrieves a specified group label.需要连接
Retrieves a specified group label.
认证
需要 Connected AccountTags
List all LDAP group linksGITLAB_GET_API_V4_GROUPS_ID_LDAP_GROUP_LINKSLists all LDAP group links.需要连接
Lists all LDAP group links.
认证
需要 Connected AccountTags
List all personal access tokens for a groupGITLAB_GET_API_V4_GROUPS_ID_MANAGE_PERSONAL_ACCESS_TOKENSLists all personal access tokens associated with enterprise users in a top-level group. This feature was introduced in GitLab 17.8.需要连接
Lists all personal access tokens associated with enterprise users in a top-level group. This feature was introduced in GitLab 17.8.
认证
需要 Connected AccountTags
List all group and project access tokens for a groupGITLAB_GET_API_V4_GROUPS_ID_MANAGE_RESOURCE_ACCESS_TOKENSLists all group and project access tokens associated with a top-level-group. This feature was introduced in GitLab 17.10.需要连接
Lists all group and project access tokens associated with a top-level-group. This feature was introduced in GitLab 17.10.
认证
需要 Connected AccountTags
List all SSH keys for a groupGITLAB_GET_API_V4_GROUPS_ID_MANAGE_SSH_KEYSLists all SSH public keys associated with enterprise users in a top-level-group. This feature was introduced in GitLab 17.9.需要连接
Lists all SSH public keys associated with enterprise users in a top-level-group. This feature was introduced in GitLab 17.9.
认证
需要 Connected AccountTags
List all group member rolesGITLAB_GET_API_V4_GROUPS_ID_MEMBER_ROLESLists all member roles in a specified group.需要连接
Lists all member roles in a specified group.
认证
需要 Connected AccountTags
List all direct members of a groupGITLAB_GET_API_V4_GROUPS_ID_MEMBERSLists all direct members of a specified group viewable by the authenticated user. Does not return inherited members from ancestor groups or invited groups.需要连接
Lists all direct members of a specified group viewable by the authenticated user. Does not return inherited members from ancestor groups or invited groups.
认证
需要 Connected AccountTags
List all members of a groupGITLAB_GET_API_V4_GROUPS_ID_MEMBERS_ALLLists all members of a specified group viewable by the authenticated user. Also returns inherited members from ancestor groups or invited groups. If a user is a member of this group and one or more ancestor groups, only returns the highest `access_level`. Members from an invited group are returned if the invited group is public, the requester is a member of an invited group, or the requester is a member of the shared group or project.需要连接
Lists all members of a specified group viewable by the authenticated user. Also returns inherited members from ancestor groups or invited groups. If a user is a member of this group and one or more ancestor groups, only returns the highest `access_level`. Members from an invited group are returned if the invited group is public, the requester is a member of an invited group, or the requester is a member of the shared group or project.
认证
需要 Connected AccountTags
Retrieve a group memberGITLAB_GET_API_V4_GROUPS_ID_MEMBERS_ALL_USER_IDRetrieves a specified member of a group. Returns direct members and members inherited or invited through ancestor groups.需要连接
Retrieves a specified member of a group. Returns direct members and members inherited or invited through ancestor groups.
认证
需要 Connected AccountTags
Retrieve a direct group memberGITLAB_GET_API_V4_GROUPS_ID_MEMBERS_USER_IDRetrieves a specified member of a group. Returns only direct members and not inherited members through ancestor groups.需要连接
Retrieves a specified member of a group. Returns only direct members and not inherited members through ancestor groups.
认证
需要 Connected AccountTags
Retrieve MR approval settings for a groupGITLAB_GET_API_V4_GROUPS_ID_MERGE_REQUEST_APPROVAL_SETTINGRetrieves the merge request approval settings for a specified group.需要连接
Retrieves the merge request approval settings for a specified group.
认证
需要 Connected AccountTags
List all group merge requestsGITLAB_GET_API_V4_GROUPS_ID_MERGE_REQUESTSLists all merge requests for a specified group and any subgroups.需要连接
Lists all merge requests for a specified group and any subgroups.
认证
需要 Connected AccountTags
List all group milestonesGITLAB_GET_API_V4_GROUPS_ID_MILESTONESLists all group milestones for a specified group.需要连接
Lists all group milestones for a specified group.
认证
需要 Connected AccountTags
Retrieve a group milestoneGITLAB_GET_API_V4_GROUPS_ID_MILESTONES_MILESTONE_IDRetrieves a specified group milestone.需要连接
Retrieves a specified group milestone.
认证
需要 Connected AccountTags
List all burndown chart events for a milestoneGITLAB_GET_API_V4_GROUPS_ID_MILESTONES_MILESTONE_ID_BURNDOWN_EVENTSLists all burndown chart events for a specified milestone.需要连接
Lists all burndown chart events for a specified milestone.
认证
需要 Connected AccountTags
List all issues assigned to a single milestoneGITLAB_GET_API_V4_GROUPS_ID_MILESTONES_MILESTONE_ID_ISSUESLists all issues assigned to a specified group milestone.需要连接
Lists all issues assigned to a specified group milestone.
认证
需要 Connected AccountTags
List all merge requests assigned to a single milestoneGITLAB_GET_API_V4_GROUPS_ID_MILESTONES_MILESTONE_ID_MERGE_REQUESTSLists all merge requests assigned to a specified group milestone.需要连接
Lists all merge requests assigned to a specified group milestone.
认证
需要 Connected AccountTags
Retrieve notification settings for a groupGITLAB_GET_API_V4_GROUPS_ID_NOTIFICATION_SETTINGSRetrieves the notification level for a specified group.需要连接
Retrieves the notification level for a specified group.
认证
需要 Connected AccountTags
List all packages for a groupGITLAB_GET_API_V4_GROUPS_ID_PACKAGESLists all packages for a specified group. When accessed without authentication, only packages of public projects are returned. By default, packages with `default`, `deprecated`, and `error` status are returned. Use the `status` parameter to view other packages.需要连接
Lists all packages for a specified group. When accessed without authentication, only packages of public projects are returned. By default, packages with `default`, `deprecated`, and `error` status are returned. Use the `status` parameter to view other packages.
认证
需要 Connected AccountTags
List all pending group membersGITLAB_GET_API_V4_GROUPS_ID_PENDING_MEMBERSLists all members in an `awaiting` state and those who are invited but do not have a GitLab account for a specified group and any subgroups and projects. This operation works on top-level groups only. It does not work on subgroups.需要连接
Lists all members in an `awaiting` state and those who are invited but do not have a GitLab account for a specified group and any subgroups and projects. This operation works on top-level groups only. It does not work on subgroups.
认证
需要 Connected AccountTags
Retrieve pending reassignmentsGITLAB_GET_API_V4_GROUPS_ID_PLACEHOLDER_REASSIGNMENTSRetrieves a CSV file with a list of pending reassignments. This feature was introduced in GitLab 17.10.需要连接
Retrieves a CSV file with a list of pending reassignments. This feature was introduced in GitLab 17.10.
认证
需要 Connected AccountTags
List all projects in a groupGITLAB_GET_API_V4_GROUPS_ID_PROJECTSLists all projects in a specified group accessible to the authenticated user. Unauthenticated requests return only public projects with a limited subset of attributes.需要连接
Lists all projects in a specified group accessible to the authenticated user. Unauthenticated requests return only public projects with a limited subset of attributes.
认证
需要 Connected AccountTags
List all shared projectsGITLAB_GET_API_V4_GROUPS_ID_PROJECTS_SHAREDLists all projects shared with a specified group.需要连接
Lists all projects shared with a specified group.
认证
需要 Connected AccountTags
List all protected branchesGITLAB_GET_API_V4_GROUPS_ID_PROTECTED_BRANCHESLists all protected branches from a group. If a wildcard is set, it is returned instead of the exact name of the branches that match that wildcard.需要连接
Lists all protected branches from a group. If a wildcard is set, it is returned instead of the exact name of the branches that match that wildcard.
认证
需要 Connected AccountTags
Retrieve a protected branchGITLAB_GET_API_V4_GROUPS_ID_PROTECTED_BRANCHES_NAMERetrieves a specified protected branch. Retrieve multiple branches by using a wildcard in the `name`.需要连接
Retrieves a specified protected branch. Retrieve multiple branches by using a wildcard in the `name`.
认证
需要 Connected AccountTags
List all protected environments for a groupGITLAB_GET_API_V4_GROUPS_ID_PROTECTED_ENVIRONMENTSLists all protected environments for a specified group.需要连接
Lists all protected environments for a specified group.
认证
需要 Connected AccountTags
Retrieve a protected environment for a groupGITLAB_GET_API_V4_GROUPS_ID_PROTECTED_ENVIRONMENTS_NAMERetrieves a specified protected environment for a group.需要连接
Retrieves a specified protected environment for a group.
认证
需要 Connected AccountTags
List all provisioned usersGITLAB_GET_API_V4_GROUPS_ID_PROVISIONED_USERSLists all provisioned users for a specified group.需要连接
Lists all provisioned users for a specified group.
认证
需要 Connected AccountTags
Retrieve the push rules of a groupGITLAB_GET_API_V4_GROUPS_ID_PUSH_RULERetrieves the push rules of a specified group.需要连接
Retrieves the push rules of a specified group.
认证
需要 Connected AccountTags
List all registry repositories for a groupGITLAB_GET_API_V4_GROUPS_ID_REGISTRY_REPOSITORIESLists all registry repositories for a specified group.需要连接
Lists all registry repositories for a specified group.
认证
需要 Connected AccountTags
List all related epic links for a groupGITLAB_GET_API_V4_GROUPS_ID_RELATED_EPIC_LINKSLists all related epic links for a specified group and its subgroups. The user needs to have access to both the `source_epic` and `target_epic` to view the related epic link.需要连接
Lists all related epic links for a specified group and its subgroups. The user needs to have access to both the `source_epic` and `target_epic` to view the related epic link.
认证
需要 Connected AccountTags
List all releases in a groupGITLAB_GET_API_V4_GROUPS_ID_RELEASESLists all releases for projects in a specified group.需要连接
Lists all releases for projects in a specified group.
认证
需要 Connected AccountTags
List all repository storage moves for a groupGITLAB_GET_API_V4_GROUPS_ID_REPOSITORY_STORAGE_MOVESLists all repository storage moves for a specified group.需要连接
Lists all repository storage moves for a specified group.
认证
需要 Connected AccountTags
Retrieve a repository storage move for a groupGITLAB_GET_API_V4_GROUPS_ID_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a specified repository storage move for a group. This feature was introduced in GitLab 13.9.需要连接
Retrieves a specified repository storage move for a group. This feature was introduced in GitLab 13.9.
认证
需要 Connected AccountTags
List all runners in a groupGITLAB_GET_API_V4_GROUPS_ID_RUNNERSLists all runners available in a specified group and any ancestor groups, including any allowed instance runners.需要连接
Lists all runners available in a specified group and any ancestor groups, including any allowed instance runners.
认证
需要 Connected AccountTags
Lists SAML group linksGITLAB_GET_API_V4_GROUPS_ID_SAML_GROUP_LINKSGet SAML group links for a group需要连接
Get SAML group links for a group
认证
需要 Connected AccountTags
Get SAML group linkGITLAB_GET_API_V4_GROUPS_ID_SAML_GROUP_LINKS_SAML_GROUP_NAMEGet a SAML group link for the group需要连接
Get a SAML group link for the group
认证
需要 Connected AccountTags
Retrieve SAML identities for a groupGITLAB_GET_API_V4_GROUPS_ID_SAML_IDENTITIESRetrieves SAML identities for a group.需要连接
Retrieves SAML identities for a group.
认证
需要 Connected AccountTags
Retrieve a SAML identityGITLAB_GET_API_V4_GROUPS_ID_SAML_UIDRetrieves a specified SAML identity.需要连接
Retrieves a specified SAML identity.
认证
需要 Connected AccountTags
List all SAML usersGITLAB_GET_API_V4_GROUPS_ID_SAML_USERSLists all SAML users for a specified top-level group. Use the `page` and `per_page` pagination parameters to filter the results.需要连接
Lists all SAML users for a specified top-level group. Use the `page` and `per_page` pagination parameters to filter the results.
认证
需要 Connected AccountTags
Retrieve SCIM identities for a groupGITLAB_GET_API_V4_GROUPS_ID_SCIM_IDENTITIESRetrieves SCIM identities for a group.需要连接
Retrieves SCIM identities for a group.
认证
需要 Connected AccountTags
Retrieve a SCIM identityGITLAB_GET_API_V4_GROUPS_ID_SCIM_UIDRetrieves a specified SCIM identity.需要连接
Retrieves a specified SCIM identity.
认证
需要 Connected AccountTags
List all group service accountsGITLAB_GET_API_V4_GROUPS_ID_SERVICE_ACCOUNTSLists all service accounts in a specified group. Use the `page` and `per_page` pagination parameters to filter the results.需要连接
Lists all service accounts in a specified group. Use the `page` and `per_page` pagination parameters to filter the results.
认证
需要 Connected AccountTags
List all personal access tokens for a group service accountGITLAB_GET_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENSLists all personal access tokens for a specified group service account需要连接
Lists all personal access tokens for a specified group service account
认证
需要 Connected AccountTags
List all group SSH certificatesGITLAB_GET_API_V4_GROUPS_ID_SSH_CERTIFICATESLists all SSH certificates for a specified group.需要连接
Lists all SSH certificates for a specified group.
认证
需要 Connected AccountTags
List all subgroupsGITLAB_GET_API_V4_GROUPS_ID_SUBGROUPSLists all subgroups for a specified group.需要连接
Lists all subgroups for a specified group.
认证
需要 Connected AccountTags
List all transfer locations for a groupGITLAB_GET_API_V4_GROUPS_ID_TRANSFER_LOCATIONSLists all groups that a specified source group can be transferred to.需要连接
Lists all groups that a specified source group can be transferred to.
认证
需要 Connected AccountTags
List all uploads for a groupGITLAB_GET_API_V4_GROUPS_ID_UPLOADSLists all uploads for a specified group sorted by `created_at` in descending order. You must have the Maintainer or Owner role for the group.需要连接
Lists all uploads for a specified group sorted by `created_at` in descending order. You must have the Maintainer or Owner role for the group.
认证
需要 Connected AccountTags
Download an uploaded file by secret and filenameGITLAB_GET_API_V4_GROUPS_ID_UPLOADS_SECRET_FILENAMEDownloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the group.需要连接
Downloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the group.
认证
需要 Connected AccountTags
Download an uploaded file by IDGITLAB_GET_API_V4_GROUPS_ID_UPLOADS_UPLOAD_IDDownloads an uploaded file with a specified ID. You must have the Maintainer or Owner role for the group.需要连接
Downloads an uploaded file with a specified ID. You must have the Maintainer or Owner role for the group.
认证
需要 Connected AccountTags
List all group variablesGITLAB_GET_API_V4_GROUPS_ID_VARIABLESLists all variables for a specified group. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Lists all variables for a specified group. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
Retrieve details of a group variableGITLAB_GET_API_V4_GROUPS_ID_VARIABLES_KEYRetrieves details of a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Retrieves details of a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
List all wiki page meta notesGITLAB_GET_API_V4_GROUPS_ID_WIKI_PAGES_NOTEABLE_ID_NOTESLists all notes for a specified wiki page meta.需要连接
Lists all notes for a specified wiki page meta.
认证
需要 Connected AccountTags
Retrieve a wiki page meta noteGITLAB_GET_API_V4_GROUPS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for a wiki page meta.需要连接
Retrieves a specified note for a wiki page meta.
认证
需要 Connected AccountTags
List all wiki pages for a groupGITLAB_GET_API_V4_GROUPS_ID_WIKISLists all wiki pages for a specified group.需要连接
Lists all wiki pages for a specified group.
认证
需要 Connected AccountTags
Retrieve a wiki page for a groupGITLAB_GET_API_V4_GROUPS_ID_WIKIS_SLUGRetrieves a specified wiki page for a group.需要连接
Retrieves a specified wiki page for a group.
认证
需要 Connected AccountTags
List all system hooksGITLAB_GET_API_V4_HOOKSLists all system hooks for the instance.需要连接
Lists all system hooks for the instance.
认证
需要 Connected AccountTags
Retrieve a system hookGITLAB_GET_API_V4_HOOKS_HOOK_IDRetrieves a specified system hook.需要连接
Retrieves a specified system hook.
认证
需要 Connected AccountTags
List GitLab for Jira (Forge) namespace subscriptionsGITLAB_GET_API_V4_INTEGRATIONS_JIRA_FORGE_SUBSCRIPTIONSLists the GitLab namespaces subscribed to the Forge installation.需要连接
Lists the GitLab namespaces subscribed to the Forge installation.
认证
需要 Connected AccountTags
Gets agentw infoGITLAB_GET_API_V4_INTERNAL_AGENTS_AGENTW_AGENT_INFORetrieves agent info for agentw for the given workspace token需要连接
Retrieves agent info for agentw for the given workspace token
认证
需要 Connected AccountTags
authorize_user_accessGITLAB_GET_API_V4_INTERNAL_AGENTS_AGENTW_AUTHORIZE_USER_ACCESSReturns whether the user is authorized to access the workspace.需要连接
Returns whether the user is authorized to access the workspace.
认证
需要 Connected AccountTags
server_configGITLAB_GET_API_V4_INTERNAL_AGENTS_AGENTW_SERVER_CONFIGReturns configuration for Workspaces HTTP Server.需要连接
Returns configuration for Workspaces HTTP Server.
认证
需要 Connected AccountTags
List Gitaly object pool membersGITLAB_GET_API_V4_INTERNAL_GITALY_OBJECT_POOL_MEMBERSList Gitaly object pool members需要连接
List Gitaly object pool members
认证
需要 Connected AccountTags
List all issues for the currently authenticated userGITLAB_GET_API_V4_ISSUESLists all issues accessible by the currently authenticated user. By default, returns only issues created by the current user. To list all issues, use parameter `scope=all`.需要连接
Lists all issues accessible by the currently authenticated user. By default, returns only issues created by the current user. To list all issues, use parameter `scope=all`.
认证
需要 Connected AccountTags
Retrieve an issueGITLAB_GET_API_V4_ISSUES_IDRetrieves a specified issue. Administrators only.需要连接
Retrieves a specified issue. Administrators only.
认证
需要 Connected AccountTags
Retrieve issues statistics for the currently authenticated userGITLAB_GET_API_V4_ISSUES_STATISTICSRetrieves statistics for issues accessible by the currently authenticated user. By default, returns only issues created by the current user. To get all issues, set the `scope` attribute to `all`.需要连接
Retrieves statistics for issues accessible by the currently authenticated user. By default, returns only issues created by the current user. To get all issues, set the `scope` attribute to `all`.
认证
需要 Connected AccountTags
Retrieve a job by job tokenGITLAB_GET_API_V4_JOBRetrieves a job that was generated by a specified job token.需要连接
Retrieves a job that was generated by a specified job token.
认证
需要 Connected AccountTags
List all GitLab agents for Kubernetes by job tokenGITLAB_GET_API_V4_JOB_ALLOWED_AGENTSLists all GitLab agents for Kubernetes with a specified `CI_JOB_TOKEN`.需要连接
Lists all GitLab agents for Kubernetes with a specified `CI_JOB_TOKEN`.
认证
需要 Connected AccountTags
Download job artifactsGITLAB_GET_API_V4_JOBS_ID_ARTIFACTSDownloads artifacts for a specified job.需要连接
Downloads artifacts for a specified job.
认证
需要 Connected AccountTags
Download an SBOM scan resultGITLAB_GET_API_V4_JOBS_ID_SBOM_SCANS_SBOM_SCAN_IDDownloads an SBOM scan result file for a specified job.需要连接
Downloads an SBOM scan result file for a specified job.
认证
需要 Connected AccountTags
Retrieve user by SSH key fingerprintGITLAB_GET_API_V4_KEYSRetrieves user by SSH key fingerprint. Administrators only.需要连接
Retrieves user by SSH key fingerprint. Administrators only.
认证
需要 Connected AccountTags
Retrieve user by SSH key IDGITLAB_GET_API_V4_KEYS_IDRetrieves user by SSH key ID. Administrators only.需要连接
Retrieves user by SSH key ID. Administrators only.
认证
需要 Connected AccountTags
List all LDAP groupsGITLAB_GET_API_V4_LDAP_GROUPSLists all LDAP groups on the GitLab instance. Limited to 20 results.需要连接
Lists all LDAP groups on the GitLab instance. Limited to 20 results.
认证
需要 Connected AccountTags
List all LDAP groups by providerGITLAB_GET_API_V4_LDAP_PROVIDER_GROUPSLists all LDAP groups for the specified provider. Limited to 20 results.需要连接
Lists all LDAP groups for the specified provider. Limited to 20 results.
认证
需要 Connected AccountTags
Retrieve license informationGITLAB_GET_API_V4_LICENSERetrieves information about the current license.需要连接
Retrieves information about the current license.
认证
需要 Connected AccountTags
Retrieve a licenseGITLAB_GET_API_V4_LICENSE_IDRetrieves information about a specified license.需要连接
Retrieves information about a specified license.
认证
需要 Connected AccountTags
Download license usage dataGITLAB_GET_API_V4_LICENSE_USAGE_EXPORTDownloads usage data for the currently active license.需要连接
Downloads usage data for the currently active license.
认证
需要 Connected AccountTags
List all licensesGITLAB_GET_API_V4_LICENSESLists all information about all licenses.需要连接
Lists all information about all licenses.
认证
需要 Connected AccountTags
Get MCP response listenerGITLAB_GET_API_V4_MCPListens for Model Context Protocol responses需要连接
Listens for Model Context Protocol responses
认证
需要 Connected AccountTags
List all instance member rolesGITLAB_GET_API_V4_MEMBER_ROLESLists all member roles for this GitLab instance.需要连接
Lists all member roles for this GitLab instance.
认证
需要 Connected AccountTags
List all merge requestsGITLAB_GET_API_V4_MERGE_REQUESTSLists all merge requests accessible to the authenticated user. By default, returns only merge requests created by the current user. Use `scope=all` to get all merge requests.需要连接
Lists all merge requests accessible to the authenticated user. By default, returns only merge requests created by the current user. Use `scope=all` to get all merge requests.
认证
需要 Connected AccountTags
Retrieve metadata information for this GitLab instanceGITLAB_GET_API_V4_METADATARetrieves metadata information for the GitLab instance.需要连接
Retrieves metadata information for the GitLab instance.
认证
需要 Connected AccountTags
List all namespacesGITLAB_GET_API_V4_NAMESPACESLists all namespaces available to the current user. If the user is an administrator, this endpoint returns all namespaces in the instance.需要连接
Lists all namespaces available to the current user. If the user is an administrator, this endpoint returns all namespaces in the instance.
认证
需要 Connected AccountTags
Retrieve namespace detailsGITLAB_GET_API_V4_NAMESPACES_IDRetrieves a specified namespace.需要连接
Retrieves a specified namespace.
认证
需要 Connected AccountTags
Verify namespace availabilityGITLAB_GET_API_V4_NAMESPACES_ID_EXISTSVerifies that a namespace is available for use.需要连接
Verifies that a namespace is available for use.
认证
需要 Connected AccountTags
Retrieve namespace subscriptionGITLAB_GET_API_V4_NAMESPACES_ID_GITLAB_SUBSCRIPTIONRetrieves GitLab subscription details for a specified namespace.需要连接
Retrieves GitLab subscription details for a specified namespace.
认证
需要 Connected AccountTags
Returns an add-on purchase for the namespaceGITLAB_GET_API_V4_NAMESPACES_ID_SUBSCRIPTION_ADD_ON_PURCHASE_ADD_ON_NAMEDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Retrieve all limit exclusionsGITLAB_GET_API_V4_NAMESPACES_STORAGE_LIMIT_EXCLUSIONSGets all records for namespaces that have been excluded需要连接
Gets all records for namespaces that have been excluded
认证
需要 Connected AccountTags
Retrieve global notification settingsGITLAB_GET_API_V4_NOTIFICATION_SETTINGSRetrieves the global notification level and email address.需要连接
Retrieves the global notification level and email address.
认证
需要 Connected AccountTags
Get vulnerabilitiesGITLAB_GET_API_V4_OCCURRENCES_VULNERABILITIESReturns vulnerabilities related to an occurrence.需要连接
Returns vulnerabilities related to an occurrence.
认证
需要 Connected AccountTags
List all offline transfer exportsGITLAB_GET_API_V4_OFFLINE_EXPORTSLists all offline transfer exports需要连接
Lists all offline transfer exports
认证
需要 Connected AccountTags
Get offline transfer export detailsGITLAB_GET_API_V4_OFFLINE_EXPORTS_IDRetrieves details of an offline transfer export需要连接
Retrieves details of an offline transfer export
认证
需要 Connected AccountTags
Retrieve a recipe snapshotGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNELRetrieves a snapshot of the files for a specified Conan recipe. The snapshot is a list of filenames with their associated MD5 hash.需要连接
Retrieves a snapshot of the files for a specified Conan recipe. The snapshot is a list of filenames with their associated MD5 hash.
认证
需要 Connected AccountTags
Retrieve a recipe manifestGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_DIGESTRetrieves a manifest that includes a list of files and associated download URLs for a specified recipe.需要连接
Retrieves a manifest that includes a list of files and associated download URLs for a specified recipe.
认证
需要 Connected AccountTags
List all recipe download URLsGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_DOWNLOAD_URLSLists all files and associated download URLs for a specified recipe in the package registry. Returns the same payload as the recipe manifest endpoint.需要连接
Lists all files and associated download URLs for a specified recipe in the package registry. Returns the same payload as the recipe manifest endpoint.
认证
需要 Connected AccountTags
Retrieve a package snapshotGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCERetrieves a snapshot of the files for a specified Conan package and reference. The snapshot is a list of filenames with their associated MD5 hash.需要连接
Retrieves a snapshot of the files for a specified Conan package and reference. The snapshot is a list of filenames with their associated MD5 hash.
认证
需要 Connected AccountTags
Retrieve a package manifestGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_DIGESTRetrieves a manifest that includes a list of files and associated download URLs for a specified package.需要连接
Retrieves a manifest that includes a list of files and associated download URLs for a specified package.
认证
需要 Connected AccountTags
List all package download URLsGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_DOWNLOAD_URLSLists all files and associated download URLs for a specified package in the package registry. Returns the same payload as the package manifest endpoint.需要连接
Lists all files and associated download URLs for a specified package in the package registry. Returns the same payload as the package manifest endpoint.
认证
需要 Connected AccountTags
Retrieve package references metadataGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_SEARCHRetrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.需要连接
Retrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.
认证
需要 Connected AccountTags
Search for a Conan packageGITLAB_GET_API_V4_PACKAGES_CONAN_V1_CONANS_SEARCHSearches the instance for a specified Conan package.需要连接
Searches the instance for a specified Conan package.
认证
需要 Connected AccountTags
Retrieve a recipe fileGITLAB_GET_API_V4_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_EXPORT_FILE_NAMERetrieves a specified recipe file from the package registry. You must use the download URL returned from the recipe download URLs endpoint.需要连接
Retrieves a specified recipe file from the package registry. You must use the download URL returned from the recipe download URLs endpoint.
认证
需要 Connected AccountTags
Retrieve a package fileGITLAB_GET_API_V4_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_PACKAGE_CONAN_PACKAGE_REFERENCE_PACKAGE_REVISION_FILE_NAMERetrieves a specified package file from the package registry. You must use the download URL returned from the package download URLs endpoint.需要连接
Retrieves a specified package file from the package registry. You must use the download URL returned from the package download URLs endpoint.
认证
需要 Connected AccountTags
Verify availability of a Conan repositoryGITLAB_GET_API_V4_PACKAGES_CONAN_V1_PINGVerifies availability of a Conan repository.需要连接
Verifies availability of a Conan repository.
认证
需要 Connected AccountTags
Retrieve an authentication tokenGITLAB_GET_API_V4_PACKAGES_CONAN_V1_USERS_AUTHENTICATERetrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.需要连接
Retrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.
认证
需要 Connected AccountTags
Verify authentication credentialsGITLAB_GET_API_V4_PACKAGES_CONAN_V1_USERS_CHECK_CREDENTIALSVerifies authentication credentials for a Conan package registry.需要连接
Verifies authentication credentials for a Conan package registry.
认证
需要 Connected AccountTags
Retrieve latest version for a moduleGITLAB_GET_API_V4_PACKAGES_TERRAFORM_MODULES_V1_MODULE_NAMESPACE_MODULE_NAME_MODULE_SYSTEMRetrieves latest version for a specified module.需要连接
Retrieves latest version for a specified module.
认证
需要 Connected AccountTags
Retrieve download URL for latest module versionGITLAB_GET_API_V4_PACKAGES_TERRAFORM_MODULES_V1_MODULE_NAMESPACE_MODULE_NAME_MODULE_SYSTEM_DOWNLOADRetrieves download URL for latest module version.需要连接
Retrieves download URL for latest module version.
认证
需要 Connected AccountTags
List all available versions for a moduleGITLAB_GET_API_V4_PACKAGES_TERRAFORM_MODULES_V1_MODULE_NAMESPACE_MODULE_NAME_MODULE_SYSTEM_VERSIONSLists all available versions for a specified module.需要连接
Lists all available versions for a specified module.
认证
需要 Connected AccountTags
List all Pages domainsGITLAB_GET_API_V4_PAGES_DOMAINSLists all Pages domains on the instance. You must have administrator access to the instance.需要连接
Lists all Pages domains on the instance. You must have administrator access to the instance.
认证
需要 Connected AccountTags
List all personal access tokensGITLAB_GET_API_V4_PERSONAL_ACCESS_TOKENSLists all personal access tokens accessible by the authenticated user. For administrators, returns all personal access tokens in the instance. For non-administrators, returns all of their personal access tokens.需要连接
Lists all personal access tokens accessible by the authenticated user. For administrators, returns all personal access tokens in the instance. For non-administrators, returns all of their personal access tokens.
认证
需要 Connected AccountTags
Retrieve a personal access tokenGITLAB_GET_API_V4_PERSONAL_ACCESS_TOKENS_IDRetrieves details for a specified personal access token. Administrators can retrieve details on any token. Non-administrators can only retrieve details on their own tokens.需要连接
Retrieves details for a specified personal access token. Administrators can retrieve details on any token. Non-administrators can only retrieve details on their own tokens.
认证
需要 Connected AccountTags
Retrieve a personal access tokenGITLAB_GET_API_V4_PERSONAL_ACCESS_TOKENS_SELFRetrieves a specified personal access token by passing it to the API in a header.需要连接
Retrieves a specified personal access token by passing it to the API in a header.
认证
需要 Connected AccountTags
List all token associationsGITLAB_GET_API_V4_PERSONAL_ACCESS_TOKENS_SELF_ASSOCIATIONSLists all groups and projects accessible by the personal access token used to authenticate the request. Generally, this includes any groups or projects that the user is a member of.需要连接
Lists all groups and projects accessible by the personal access token used to authenticate the request. Generally, this includes any groups or projects that the user is a member of.
认证
需要 Connected AccountTags
List all project aliasesGITLAB_GET_API_V4_PROJECT_ALIASESLists all project aliases for the instance.需要连接
Lists all project aliases for the instance.
认证
需要 Connected AccountTags
Retrieve a project aliasGITLAB_GET_API_V4_PROJECT_ALIASES_NAMERetrieves details of a specified project alias.需要连接
Retrieves details of a specified project alias.
认证
需要 Connected AccountTags
List all project repository storage movesGITLAB_GET_API_V4_PROJECT_REPOSITORY_STORAGE_MOVESLists all project repository storage moves.需要连接
Lists all project repository storage moves.
认证
需要 Connected AccountTags
Retrieve a project repository storage moveGITLAB_GET_API_V4_PROJECT_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a specified project repository storage move.需要连接
Retrieves a specified project repository storage move.
认证
需要 Connected AccountTags
List all projectsGITLAB_GET_API_V4_PROJECTSLists all projects. Unauthenticated requests return only public projects with a limited subset of attributes. You can filter responses by custom attributes.需要连接
Lists all projects. Unauthenticated requests return only public projects with a limited subset of attributes. You can filter responses by custom attributes.
认证
需要 Connected AccountTags
Retrieve a projectGITLAB_GET_API_V4_PROJECTS_IDRetrieves details on a specified project. This endpoint can be accessed without authentication if the project is publicly accessible.需要连接
Retrieves details on a specified project. This endpoint can be accessed without authentication if the project is publicly accessible.
认证
需要 Connected AccountTags
List all access requests for a projectGITLAB_GET_API_V4_PROJECTS_ID_ACCESS_REQUESTSLists all access requests for a specified project that are viewable by the authenticated user.需要连接
Lists all access requests for a specified project that are viewable by the authenticated user.
认证
需要 Connected AccountTags
List all project access tokensGITLAB_GET_API_V4_PROJECTS_ID_ACCESS_TOKENSLists all project access tokens for a specified project.需要连接
Lists all project access tokens for a specified project.
认证
需要 Connected AccountTags
Retrieve details on a project access tokenGITLAB_GET_API_V4_PROJECTS_ID_ACCESS_TOKENS_TOKEN_IDRetrieves details on a specified project access token.需要连接
Retrieves details on a specified project access token.
认证
需要 Connected AccountTags
List all metric imagesGITLAB_GET_API_V4_PROJECTS_ID_ALERT_MANAGEMENT_ALERTS_ALERT_IID_METRIC_IMAGESLists all metric images for a specified alert.需要连接
Lists all metric images for a specified alert.
认证
需要 Connected AccountTags
List deployment frequencies for the projectGITLAB_GET_API_V4_PROJECTS_ID_ANALYTICS_DEPLOYMENT_FREQUENCYList deployment frequencies for the project需要连接
List deployment frequencies for the project
认证
需要 Connected AccountTags
List all approval rules for a projectGITLAB_GET_API_V4_PROJECTS_ID_APPROVAL_RULESLists all approval rules and any associated details for a specified project. To restrict the list of approval rules, use the `page` and `per_page` pagination parameters.需要连接
Lists all approval rules and any associated details for a specified project. To restrict the list of approval rules, use the `page` and `per_page` pagination parameters.
认证
需要 Connected AccountTags
Retrieve an approval rule for a projectGITLAB_GET_API_V4_PROJECTS_ID_APPROVAL_RULES_APPROVAL_RULE_IDRetrieves information about a specified approval rule for a project.需要连接
Retrieves information about a specified approval rule for a project.
认证
需要 Connected AccountTags
Get all project approval rulesGITLAB_GET_API_V4_PROJECTS_ID_APPROVAL_SETTINGSPrivate API subject to change需要连接
Private API subject to change
认证
需要 Connected AccountTags
Retrieve approval configuration for a projectGITLAB_GET_API_V4_PROJECTS_ID_APPROVALSRetrieves the approval configuration for a project.需要连接
Retrieves the approval configuration for a project.
认证
需要 Connected AccountTags
Retrieve an attestation bundleGITLAB_GET_API_V4_PROJECTS_ID_ATTESTATIONS_ATTESTATION_IID_DOWNLOADThis feature was introduced in GitLab 18.7需要连接
This feature was introduced in GitLab 18.7
认证
需要 Connected AccountTags
List all attestations for a projectGITLAB_GET_API_V4_PROJECTS_ID_ATTESTATIONS_SUBJECT_DIGESTLists all attestations for a specified project and artifact hash. This feature was introduced in GitLab 18.7.需要连接
Lists all attestations for a specified project and artifact hash. This feature was introduced in GitLab 18.7.
认证
需要 Connected AccountTags
List all project audit eventsGITLAB_GET_API_V4_PROJECTS_ID_AUDIT_EVENTSLists all audit events for a specified project.需要连接
Lists all audit events for a specified project.
认证
需要 Connected AccountTags
Retrieve a project audit eventGITLAB_GET_API_V4_PROJECTS_ID_AUDIT_EVENTS_AUDIT_EVENT_IDRetrieves an audit event for a specified project. Only available to users with at least the Developer role for the project.需要连接
Retrieves an audit event for a specified project. Only available to users with at least the Developer role for the project.
认证
需要 Connected AccountTags
Download a project avatarGITLAB_GET_API_V4_PROJECTS_ID_AVATARDownloads a project avatar. You can access this endpoint without authentication if the project is publicly accessible. This feature was introduced in GitLab 16.9.需要连接
Downloads a project avatar. You can access this endpoint without authentication if the project is publicly accessible. This feature was introduced in GitLab 16.9.
认证
需要 Connected AccountTags
List all badges for a projectGITLAB_GET_API_V4_PROJECTS_ID_BADGESLists all badges for a specified project, including group badges.需要连接
Lists all badges for a specified project, including group badges.
认证
需要 Connected AccountTags
Retrieve a badge for a projectGITLAB_GET_API_V4_PROJECTS_ID_BADGES_BADGE_IDRetrieves a specified badge for a project.需要连接
Retrieves a specified badge for a project.
认证
需要 Connected AccountTags
Retrieve a badge preview for a projectGITLAB_GET_API_V4_PROJECTS_ID_BADGES_RENDERPreviews the final `link_url` and `image_url` for a specified project after resolving the placeholder interpolation.需要连接
Previews the final `link_url` and `image_url` for a specified project after resolving the placeholder interpolation.
认证
需要 Connected AccountTags
List all project issue boardsGITLAB_GET_API_V4_PROJECTS_ID_BOARDSLists all issue boards in a specified project.需要连接
Lists all issue boards in a specified project.
认证
需要 Connected AccountTags
Retrieve an issue boardGITLAB_GET_API_V4_PROJECTS_ID_BOARDS_BOARD_IDRetrieves a specified issue board in a project.需要连接
Retrieves a specified issue board in a project.
认证
需要 Connected AccountTags
List all board lists in an issue boardGITLAB_GET_API_V4_PROJECTS_ID_BOARDS_BOARD_ID_LISTSLists all lists in a specified issue board. Does not include `open` and `closed` lists.需要连接
Lists all lists in a specified issue board. Does not include `open` and `closed` lists.
认证
需要 Connected AccountTags
Retrieve a board listGITLAB_GET_API_V4_PROJECTS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDRetrieves a specified list from an issue board.需要连接
Retrieves a specified list from an issue board.
认证
需要 Connected AccountTags
Validate existing CI/CD configurationGITLAB_GET_API_V4_PROJECTS_ID_CI_LINTValidates the `.gitlab-ci.yml` configuration for a specified project.需要连接
Validates the `.gitlab-ci.yml` configuration for a specified project.
认证
需要 Connected AccountTags
List all agentsGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTSLists all agents registered for the project. You must have the Developer, Maintainer, or Owner role to use this endpoint.需要连接
Lists all agents registered for the project. You must have the Developer, Maintainer, or Owner role to use this endpoint.
认证
需要 Connected AccountTags
Retrieve details on an agentGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_IDRetrieves details on a specified agent. You must have the Developer, Maintainer, or Owner role to use this endpoint.需要连接
Retrieves details on a specified agent. You must have the Developer, Maintainer, or Owner role to use this endpoint.
认证
需要 Connected AccountTags
List all agent tokensGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_TOKENSLists all active tokens for an agent. You must have the Developer, Maintainer, or Owner role to use this endpoint.需要连接
Lists all active tokens for an agent. You must have the Developer, Maintainer, or Owner role to use this endpoint.
认证
需要 Connected AccountTags
Retrieve an agent tokenGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_TOKENS_TOKEN_IDRetrieves a specified agent token. You must have the Developer, Maintainer, or Owner role to use this endpoint. Returns a `404` if the agent token has been revoked.需要连接
Retrieves a specified agent token. You must have the Developer, Maintainer, or Owner role to use this endpoint. Returns a `404` if the agent token has been revoked.
认证
需要 Connected AccountTags
List all agent URL configurationsGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_URL_CONFIGURATIONSLists all agent URL configurations for a specified agent. You must have the Developer, Maintainer, or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.需要连接
Lists all agent URL configurations for a specified agent. You must have the Developer, Maintainer, or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.
认证
需要 Connected AccountTags
Retrieve an agent URL configurationGITLAB_GET_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_URL_CONFIGURATIONS_URL_CONFIGURATION_IDRetrieves an agent URL configuration. You must have the Developer, Maintainer, or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.需要连接
Retrieves an agent URL configuration. You must have the Developer, Maintainer, or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.
认证
需要 Connected AccountTags
List all clusters in a projectGITLAB_GET_API_V4_PROJECTS_ID_CLUSTERSLists all clusters in a specified project.需要连接
Lists all clusters in a specified project.
认证
需要 Connected AccountTags
Retrieve a cluster from a projectGITLAB_GET_API_V4_PROJECTS_ID_CLUSTERS_CLUSTER_IDRetrieves a specified cluster in a project.需要连接
Retrieves a specified cluster in a project.
认证
需要 Connected AccountTags
List all custom attributes for a projectGITLAB_GET_API_V4_PROJECTS_ID_CUSTOM_ATTRIBUTESLists all custom attributes for a specified project.需要连接
Lists all custom attributes for a specified project.
认证
需要 Connected AccountTags
Retrieve a custom attribute for a projectGITLAB_GET_API_V4_PROJECTS_ID_CUSTOM_ATTRIBUTES_KEYRetrieves a specified custom attribute for a project.需要连接
Retrieves a specified custom attribute for a project.
认证
需要 Connected AccountTags
Search a projectGITLAB_GET_API_V4_PROJECTS_ID_DASH_SEARCHSearches for content in a specified project.需要连接
Searches for content in a specified project.
认证
需要 Connected AccountTags
Search project code using natural languageGITLAB_GET_API_V4_PROJECTS_ID_DASH_SEARCH_SEMANTICIntroduced in GitLab 18.11. Searches indexed project code using semantic (meaning-based) similarity rather than keyword matching. Use this when you do not know the exact symbol or file name, or to discover how a behavior is implemented across the codebase. Primary use cases: - When you do not know the exact symbol or file path - To see how a behavior or feature is implemented across the codebase - To discover related implementations (clients, jobs, workers) How to use: - Provide a concise, specific query with concrete keywords - Use directory_path to narrow scope (e.g. "app/services/") - Prefer precise intent over broad terms Results are grouped by file. Each file includes merged line ranges with content and a relevance score (0.0-1.0). The response includes an overall confidence level (high/medium/low/unknown) based on score distribution. Results are filtered by Duo context exclusion settings. Requires semantic code search to be enabled and indexed for the project namespace.需要连接
Introduced in GitLab 18.11. Searches indexed project code using semantic (meaning-based) similarity rather than keyword matching. Use this when you do not know the exact symbol or file name, or to discover how a behavior is implemented across the codebase. Primary use cases: - When you do not know the exact symbol or file path - To see how a behavior or feature is implemented across the codebase - To discover related implementations (clients, jobs, workers) How to use: - Provide a concise, specific query with concrete keywords - Use directory_path to narrow scope (e.g. "app/services/") - Prefer precise intent over broad terms Results are grouped by file. Each file includes merged line ranges with content and a relevance score (0.0-1.0). The response includes an overall confidence level (high/medium/low/unknown) based on score distribution. Results are filtered by Duo context exclusion settings. Requires semantic code search to be enabled and indexed for the project namespace.
认证
需要 Connected AccountTags
List all Debian project distributionsGITLAB_GET_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONSLists all Debian distributions for a specified project.需要连接
Lists all Debian distributions for a specified project.
认证
需要 Connected AccountTags
Retrieve a Debian project distributionGITLAB_GET_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONS_CODENAMERetrieves a specified Debian project distribution for a project.需要连接
Retrieves a specified Debian project distribution for a project.
认证
需要 Connected AccountTags
Retrieve a Debian project distribution keyGITLAB_GET_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONS_CODENAME_KEY_ASCRetrieves a specified Debian project distribution key for a project.需要连接
Retrieves a specified Debian project distribution key for a project.
认证
需要 Connected AccountTags
List all project dependenciesGITLAB_GET_API_V4_PROJECTS_ID_DEPENDENCIESLists all dependencies for a specified project. This operation partially mirrors the dependency list feature, which is available only for languages and package managers supported by Gemnasium. Responses are paginated and return 20 results by default.需要连接
Lists all dependencies for a specified project. This operation partially mirrors the dependency list feature, which is available only for languages and package managers supported by Gemnasium. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
List all deploy keys for projectGITLAB_GET_API_V4_PROJECTS_ID_DEPLOY_KEYSLists all deploy keys for a specified project.需要连接
Lists all deploy keys for a specified project.
认证
需要 Connected AccountTags
Retrieve a deploy keyGITLAB_GET_API_V4_PROJECTS_ID_DEPLOY_KEYS_KEY_IDRetrieves a specified deploy key.需要连接
Retrieves a specified deploy key.
认证
需要 Connected AccountTags
List all project deploy tokensGITLAB_GET_API_V4_PROJECTS_ID_DEPLOY_TOKENSLists all project deploy tokens.需要连接
Lists all project deploy tokens.
认证
需要 Connected AccountTags
Retrieve a project deploy tokenGITLAB_GET_API_V4_PROJECTS_ID_DEPLOY_TOKENS_TOKEN_IDRetrieves a project deploy token.需要连接
Retrieves a project deploy token.
认证
需要 Connected AccountTags
List all project deploymentsGITLAB_GET_API_V4_PROJECTS_ID_DEPLOYMENTSLists all deployments in a project.需要连接
Lists all deployments in a project.
认证
需要 Connected AccountTags
Retrieve a deploymentGITLAB_GET_API_V4_PROJECTS_ID_DEPLOYMENTS_DEPLOYMENT_IDRetrieves a specified deployment.需要连接
Retrieves a specified deployment.
认证
需要 Connected AccountTags
List all merge requests associated with a deploymentGITLAB_GET_API_V4_PROJECTS_ID_DEPLOYMENTS_DEPLOYMENT_ID_MERGE_REQUESTSLists all merge requests shipped with a specified deployment.需要连接
Lists all merge requests shipped with a specified deployment.
认证
需要 Connected AccountTags
Retrieve project-level DORA metricsGITLAB_GET_API_V4_PROJECTS_ID_DORA_METRICSRetrieves DORA metrics for a specified project.需要连接
Retrieves DORA metrics for a specified project.
认证
需要 Connected AccountTags
List all environmentsGITLAB_GET_API_V4_PROJECTS_ID_ENVIRONMENTSLists all environments for a specified project.需要连接
Lists all environments for a specified project.
认证
需要 Connected AccountTags
Retrieve an environmentGITLAB_GET_API_V4_PROJECTS_ID_ENVIRONMENTS_ENVIRONMENT_IDRetrieves a specified environment for a project.需要连接
Retrieves a specified environment for a project.
认证
需要 Connected AccountTags
List all project client keysGITLAB_GET_API_V4_PROJECTS_ID_ERROR_TRACKING_CLIENT_KEYSLists all integrated error tracking client keys for a specified project.需要连接
Lists all integrated error tracking client keys for a specified project.
认证
需要 Connected AccountTags
Retrieve Error Tracking settings for a projectGITLAB_GET_API_V4_PROJECTS_ID_ERROR_TRACKING_SETTINGSRetrieves the Error Tracking settings for a specified project.需要连接
Retrieves the Error Tracking settings for a specified project.
认证
需要 Connected AccountTags
List all visible events for a projectGITLAB_GET_API_V4_PROJECTS_ID_EVENTSLists all visible events for a specified project. When a push exceeds the Push event activities limit, a single bulk push event is returned instead of individual commit events. Bulk push events have limited commit details: `commit_count` is `0`, `ref_count` shows the number of refs pushed, and individual commit attributes are `null`.需要连接
Lists all visible events for a specified project. When a push exceeds the Push event activities limit, a single bulk push event is returned instead of individual commit events. Bulk push events have limited commit details: `commit_count` is `0`, `ref_count` shows the number of refs pushed, and individual commit attributes are `null`.
认证
需要 Connected AccountTags
Retrieve the status of a project exportGITLAB_GET_API_V4_PROJECTS_ID_EXPORTRetrieves the status of the most recent export for a specified project.需要连接
Retrieves the status of the most recent export for a specified project.
认证
需要 Connected AccountTags
Download a project exportGITLAB_GET_API_V4_PROJECTS_ID_EXPORT_DOWNLOADDownloads the most recent export of a specified project.需要连接
Downloads the most recent export of a specified project.
认证
需要 Connected AccountTags
Download a relations export for a projectGITLAB_GET_API_V4_PROJECTS_ID_EXPORT_RELATIONS_DOWNLOADDownloads a project relations export file.需要连接
Downloads a project relations export file.
认证
需要 Connected AccountTags
Retrieve the status of an relations export for a projectGITLAB_GET_API_V4_PROJECTS_ID_EXPORT_RELATIONS_STATUSRetrieves the status of a relations export for a project.需要连接
Retrieves the status of a relations export for a project.
认证
需要 Connected AccountTags
Retrieve project external status check servicesGITLAB_GET_API_V4_PROJECTS_ID_EXTERNAL_STATUS_CHECKSRetrieves information on external status check services for a project.需要连接
Retrieves information on external status check services for a project.
认证
需要 Connected AccountTags
List all feature flags for a projectGITLAB_GET_API_V4_PROJECTS_ID_FEATURE_FLAGSLists all feature flags of the requested project. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Lists all feature flags of the requested project. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
Retrieve a feature flagGITLAB_GET_API_V4_PROJECTS_ID_FEATURE_FLAGS_FEATURE_FLAG_NAMERetrieves a specified feature flag.需要连接
Retrieves a specified feature flag.
认证
需要 Connected AccountTags
List all feature flag user lists for a projectGITLAB_GET_API_V4_PROJECTS_ID_FEATURE_FLAGS_USER_LISTSLists all feature flag user lists for a specified project.需要连接
Lists all feature flag user lists for a specified project.
认证
需要 Connected AccountTags
Retrieve a feature flag user listGITLAB_GET_API_V4_PROJECTS_ID_FEATURE_FLAGS_USER_LISTS_IIDRetrieves a specified feature flag user list.需要连接
Retrieves a specified feature flag user list.
认证
需要 Connected AccountTags
List all forks of a projectGITLAB_GET_API_V4_PROJECTS_ID_FORKSLists all forks of a project.需要连接
Lists all forks of a project.
认证
需要 Connected AccountTags
List all freeze periodsGITLAB_GET_API_V4_PROJECTS_ID_FREEZE_PERIODSLists all freeze periods for a specified project.需要连接
Lists all freeze periods for a specified project.
认证
需要 Connected AccountTags
Retrieve a freeze periodGITLAB_GET_API_V4_PROJECTS_ID_FREEZE_PERIODS_FREEZE_PERIOD_IDRetrieves a freeze period for a specified `freeze_period_id`. You must have the Reporter, Developer, Maintainer, or Owner role for the project.需要连接
Retrieves a freeze period for a specified `freeze_period_id`. You must have the Reporter, Developer, Maintainer, or Owner role for the project.
认证
需要 Connected AccountTags
Retrieve setup script for Google Cloud integrationGITLAB_GET_API_V4_PROJECTS_ID_GOOGLE_CLOUD_SETUP_INTEGRATIONS_SHRetrieves the setup script for Google Cloud integration.需要连接
Retrieves the setup script for Google Cloud integration.
认证
需要 Connected AccountTags
Retrieve configuration script for Google Cloud runner provisioningGITLAB_GET_API_V4_PROJECTS_ID_GOOGLE_CLOUD_SETUP_RUNNER_DEPLOYMENT_PROJECT_SHRetrieves the configuration script for Google Cloud runner provisioning.需要连接
Retrieves the configuration script for Google Cloud runner provisioning.
认证
需要 Connected AccountTags
List all ancestor groupsGITLAB_GET_API_V4_PROJECTS_ID_GROUPSLists all ancestor groups for a specified project.需要连接
Lists all ancestor groups for a specified project.
认证
需要 Connected AccountTags
List all webhooks for a projectGITLAB_GET_API_V4_PROJECTS_ID_HOOKSLists all webhooks for a specified project.需要连接
Lists all webhooks for a specified project.
认证
需要 Connected AccountTags
Retrieve a project webhookGITLAB_GET_API_V4_PROJECTS_ID_HOOKS_HOOK_IDRetrieves a specified webhook for a project.需要连接
Retrieves a specified webhook for a project.
认证
需要 Connected AccountTags
List all eventsGITLAB_GET_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_EVENTSLists all events for a specified webhook.需要连接
Lists all events for a specified webhook.
认证
需要 Connected AccountTags
Retrieve the status of a project importGITLAB_GET_API_V4_PROJECTS_ID_IMPORTRetrieves the status of the most recent import for a specified project.需要连接
Retrieves the status of the most recent import for a specified project.
认证
需要 Connected AccountTags
List all active integrationsGITLAB_GET_API_V4_PROJECTS_ID_INTEGRATIONSLists all active integrations.需要连接
Lists all active integrations.
认证
需要 Connected AccountTags
Retrieve integration settingsGITLAB_GET_API_V4_PROJECTS_ID_INTEGRATIONS_SLUGRetrieves the settings for a specified integration.需要连接
Retrieves the settings for a specified integration.
认证
需要 Connected AccountTags
List all pending invitations for a projectGITLAB_GET_API_V4_PROJECTS_ID_INVITATIONSLists all pending invitations for a specified project viewable by the authenticated user. Returns invitations to direct members only, and not through inherited ancestor groups. This function takes pagination parameters `page` and `per_page` to restrict the list of members.需要连接
Lists all pending invitations for a specified project viewable by the authenticated user. Returns invitations to direct members only, and not through inherited ancestor groups. This function takes pagination parameters `page` and `per_page` to restrict the list of members.
认证
需要 Connected AccountTags
List all invited groups in a projectGITLAB_GET_API_V4_PROJECTS_ID_INVITED_GROUPSLists all invited groups in a project. Unauthenticated requests return only public invited groups. Limited to 60 requests a minute per user account for authenticated requires and per IP address for unauthenticated requests. Supports offset-based pagination (up to 50,000 projects) and keyset-based pagination (greater than 50,000 projects).需要连接
Lists all invited groups in a project. Unauthenticated requests return only public invited groups. Limited to 60 requests a minute per user account for authenticated requires and per IP address for unauthenticated requests. Supports offset-based pagination (up to 50,000 projects) and keyset-based pagination (greater than 50,000 projects).
认证
需要 Connected AccountTags
List all project issuesGITLAB_GET_API_V4_PROJECTS_ID_ISSUESLists all issues for a specified project. If the project is private, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Lists all issues for a specified project. If the project is private, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
List all issue iteration eventsGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_ITERATION_EVENTSLists all iteration events for a specified issue.需要连接
Lists all iteration events for a specified issue.
认证
需要 Connected AccountTags
Retrieve an issue iteration eventGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_ITERATION_EVENTS_EVENT_IDRetrieves an iteration event for a specified issue.需要连接
Retrieves an iteration event for a specified issue.
认证
需要 Connected AccountTags
List all project issue label eventsGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_LABEL_EVENTSLists all label events for a specified issue.需要连接
Lists all label events for a specified issue.
认证
需要 Connected AccountTags
Retrieve an issue label eventGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_LABEL_EVENTS_EVENT_IDRetrieves a label event for a specified project issue.需要连接
Retrieves a label event for a specified project issue.
认证
需要 Connected AccountTags
List all project issue milestone eventsGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_MILESTONE_EVENTSLists all milestone events for a specified issue.需要连接
Lists all milestone events for a specified issue.
认证
需要 Connected AccountTags
Retrieve an issue milestone eventGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_MILESTONE_EVENTS_EVENT_IDRetrieves a specified milestone event for a project issue.需要连接
Retrieves a specified milestone event for a project issue.
认证
需要 Connected AccountTags
List all project issue state eventsGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_STATE_EVENTSLists all state events for a specified issue.需要连接
Lists all state events for a specified issue.
认证
需要 Connected AccountTags
Retrieve an issue state eventGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_STATE_EVENTS_EVENT_IDRetrieves a state event for a specified project issue.需要连接
Retrieves a state event for a specified project issue.
认证
需要 Connected AccountTags
List all project issue weight eventsGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_WEIGHT_EVENTSLists all weight events for a specified issue.需要连接
Lists all weight events for a specified issue.
认证
需要 Connected AccountTags
Retrieve single issue weight eventGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_EVENTABLE_ID_RESOURCE_WEIGHT_EVENTS_EVENT_IDRetrieves a single weight event for a specified project issue.需要连接
Retrieves a single weight event for a specified project issue.
认证
需要 Connected AccountTags
Retrieve a project issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IIDRetrieves a specified issue for a project. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Retrieves a specified issue for a project. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
List all emoji reactions for an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_AWARD_EMOJILists all emoji reactions for a specified issue. This endpoint can be accessed without authentication if the issue is publicly accessible.需要连接
Lists all emoji reactions for a specified issue. This endpoint can be accessed without authentication if the issue is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from an issue. This endpoint can be accessed without authentication if the issue is publicly accessible.需要连接
Retrieves a specified emoji reaction from an issue. This endpoint can be accessed without authentication if the issue is publicly accessible.
认证
需要 Connected AccountTags
List all merge requests that close an issue on mergeGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_CLOSED_BYLists all merge requests that close a specified issue when merged. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Lists all merge requests that close a specified issue when merged. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
List all issue linksGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_LINKSLists all linked issues for a specified issue, sorted by the relationship creation datetime (ascending). Issues are filtered according to the user authorizations.需要连接
Lists all linked issues for a specified issue, sorted by the relationship creation datetime (ascending). Issues are filtered according to the user authorizations.
认证
需要 Connected AccountTags
Retrieve an issue linkGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_LINKS_ISSUE_LINK_IDRetrieves a specified issue link.需要连接
Retrieves a specified issue link.
认证
需要 Connected AccountTags
List all metric images for an incidentGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_METRIC_IMAGESLists all metric images for an incident.需要连接
Lists all metric images for an incident.
认证
需要 Connected AccountTags
List all emoji reactions for an issue commentGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_NOTES_NOTE_ID_AWARD_EMOJILists all emoji reactions for a specified comment on an issue. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Lists all emoji reactions for a specified comment on an issue. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from an issue commentGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a comment on an issue. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Retrieves a specified emoji reaction from a comment on an issue. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
List all participants in an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_PARTICIPANTSLists all users that are participants in a specified issue. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Lists all users that are participants in a specified issue. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
List all merge requests related to an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_RELATED_MERGE_REQUESTSLists all merge requests that are related to a specified issue. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.需要连接
Lists all merge requests that are related to a specified issue. If the project is private or the issue is confidential, you need to provide credentials to authorize. In most cases, you should authenticate with a personal access token.
认证
需要 Connected AccountTags
Retrieve time tracking stats for an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_TIME_STATSRetrieves time tracking stats for a specified issue, including time estimate and time spent in seconds and human-readable format (for example, `1h 30m`).需要连接
Retrieves time tracking stats for a specified issue, including time estimate and time spent in seconds and human-readable format (for example, `1h 30m`).
认证
需要 Connected AccountTags
Retrieve user agent details for an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_USER_AGENT_DETAILRetrieves user agent details for an issue.需要连接
Retrieves user agent details for an issue.
认证
需要 Connected AccountTags
List all discussions for an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONSLists all discussions for a specified issue.需要连接
Lists all discussions for a specified issue.
认证
需要 Connected AccountTags
Retrieve a discussion for an issueGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDRetrieves a specified discussion for an issue.需要连接
Retrieves a specified discussion for an issue.
认证
需要 Connected AccountTags
List comments in an issue discussionGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESLists the comments in a specified issue discussion.需要连接
Lists the comments in a specified issue discussion.
认证
需要 Connected AccountTags
Retrieve a comment from an issue discussionGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDRetrieves a specified comment from a issue discussion.需要连接
Retrieves a specified comment from a issue discussion.
认证
需要 Connected AccountTags
List all issue notesGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_NOTESLists all notes for a specified issue.需要连接
Lists all notes for a specified issue.
认证
需要 Connected AccountTags
Retrieve an issue noteGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for an issue.需要连接
Retrieves a specified note for an issue.
认证
需要 Connected AccountTags
Retrieve issues statistics for a projectGITLAB_GET_API_V4_PROJECTS_ID_ISSUES_STATISTICSRetrieves statistics for issues in a specified project.需要连接
Retrieves statistics for issues in a specified project.
认证
需要 Connected AccountTags
List all project iterationsGITLAB_GET_API_V4_PROJECTS_ID_ITERATIONSLists all iterations for a specified project. Iterations created by **Enable automatic scheduling** in iteration cadences return `null` for the `title` and `description` fields. This feature was introduced in GitLab 13.5.需要连接
Lists all iterations for a specified project. Iterations created by **Enable automatic scheduling** in iteration cadences return `null` for the `title` and `description` fields. This feature was introduced in GitLab 13.5.
认证
需要 Connected AccountTags
Retrieve the CI/CD job token access settings for a projectGITLAB_GET_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPERetrieves the CI/CD job token access settings (job token scope) of a specified project.需要连接
Retrieves the CI/CD job token access settings (job token scope) of a specified project.
认证
需要 Connected AccountTags
List all projects in a CI/CD job token allowlistGITLAB_GET_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_ALLOWLISTLists all projects in the CI/CD job token allowlist of a specified project.需要连接
Lists all projects in the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
List all groups in a CI/CD job token allowlistGITLAB_GET_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_GROUPS_ALLOWLISTLists all groups in the CI/CD job token allowlist of a specified project.需要连接
Lists all groups in the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
List all jobs for a projectGITLAB_GET_API_V4_PROJECTS_ID_JOBSLists all jobs for a specified project. By default, this request returns 20 results at a time because the API results are paginated.需要连接
Lists all jobs for a specified project. By default, this request returns 20 results at a time because the API results are paginated.
认证
需要 Connected AccountTags
Retrieve job artifactsGITLAB_GET_API_V4_PROJECTS_ID_JOBS_ARTIFACTS_REF_NAME_DOWNLOADRetrieves the artifacts archive for the latest successful job on a specified branch or tag.需要连接
Retrieves the artifacts archive for the latest successful job on a specified branch or tag.
认证
需要 Connected AccountTags
Retrieve a jobGITLAB_GET_API_V4_PROJECTS_ID_JOBS_JOB_IDRetrieves a job with the specified job ID.需要连接
Retrieves a job with the specified job ID.
认证
需要 Connected AccountTags
Download the artifacts archive from a jobGITLAB_GET_API_V4_PROJECTS_ID_JOBS_JOB_ID_ARTIFACTSThis feature was introduced in GitLab 8.5需要连接
This feature was introduced in GitLab 8.5
认证
需要 Connected AccountTags
List all files in an artifacts archiveGITLAB_GET_API_V4_PROJECTS_ID_JOBS_JOB_ID_ARTIFACTS_TREELists all files in a specified artifacts archive without extracting them.需要连接
Lists all files in a specified artifacts archive without extracting them.
认证
需要 Connected AccountTags
Get a trace of a specific job of a projectGITLAB_GET_API_V4_PROJECTS_ID_JOBS_JOB_ID_TRACERetrieves a log file for a job.需要连接
Retrieves a log file for a job.
认证
需要 Connected AccountTags
List all project labelsGITLAB_GET_API_V4_PROJECTS_ID_LABELSLists all labels for a specified project. By default, this request returns 20 results at a time because the API results are paginated.需要连接
Lists all labels for a specified project. By default, this request returns 20 results at a time because the API results are paginated.
认证
需要 Connected AccountTags
Retrieve a project labelGITLAB_GET_API_V4_PROJECTS_ID_LABELS_NAMERetrieves a specified label for a project.需要连接
Retrieves a specified label for a project.
认证
需要 Connected AccountTags
Retrieve programming language usage informationGITLAB_GET_API_V4_PROJECTS_ID_LANGUAGESRetrieves information about all programming languages used in a specified project.需要连接
Retrieves information about all programming languages used in a specified project.
认证
需要 Connected AccountTags
List all software license policiesGITLAB_GET_API_V4_PROJECTS_ID_MANAGED_LICENSESLists all software license policies for a specified project.需要连接
Lists all software license policies for a specified project.
认证
需要 Connected AccountTags
Retrieve a software license policyGITLAB_GET_API_V4_PROJECTS_ID_MANAGED_LICENSES_MANAGED_LICENSE_IDRetrieves a specified software license policy from a project.需要连接
Retrieves a specified software license policy from a project.
认证
需要 Connected AccountTags
List all direct members of a projectGITLAB_GET_API_V4_PROJECTS_ID_MEMBERSLists all direct members of a specified project viewable by the authenticated user. Does not return inherited members from ancestor groups or invited groups.需要连接
Lists all direct members of a specified project viewable by the authenticated user. Does not return inherited members from ancestor groups or invited groups.
认证
需要 Connected AccountTags
List all members of a projectGITLAB_GET_API_V4_PROJECTS_ID_MEMBERS_ALLLists all members of a specified project viewable by the authenticated user. Also returns inherited members from ancestor groups or invited groups. If a user is a member of this project and one or more ancestor groups, only returns the highest `access_level`. Members from an invited group are returned if the invited group is public, the requester is a member of an invited group, or the requester is a member of the shared group or project.需要连接
Lists all members of a specified project viewable by the authenticated user. Also returns inherited members from ancestor groups or invited groups. If a user is a member of this project and one or more ancestor groups, only returns the highest `access_level`. Members from an invited group are returned if the invited group is public, the requester is a member of an invited group, or the requester is a member of the shared group or project.
认证
需要 Connected AccountTags
Retrieve a project memberGITLAB_GET_API_V4_PROJECTS_ID_MEMBERS_ALL_USER_IDRetrieves a specified member of a project. Returns direct members and members inherited or invited through ancestor groups.需要连接
Retrieves a specified member of a project. Returns direct members and members inherited or invited through ancestor groups.
认证
需要 Connected AccountTags
Retrieve a direct project memberGITLAB_GET_API_V4_PROJECTS_ID_MEMBERS_USER_IDRetrieves a specified member of a project. Returns only direct members and not inherited members through ancestor groups.需要连接
Retrieves a specified member of a project. Returns only direct members and not inherited members through ancestor groups.
认证
需要 Connected AccountTags
Retrieve MR approval settings for a projectGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUEST_APPROVAL_SETTINGRetrieves the merge request approval settings for a specified project.需要连接
Retrieves the merge request approval settings for a specified project.
认证
需要 Connected AccountTags
List all project merge requestsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTSLists all project merge requests.需要连接
Lists all project merge requests.
认证
需要 Connected AccountTags
List all project merge request label eventsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_LABEL_EVENTSLists all label events for a specified merge request.需要连接
Lists all label events for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a merge request label eventGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_LABEL_EVENTS_EVENT_IDRetrieves a label event for a specified project merge request.需要连接
Retrieves a label event for a specified project merge request.
认证
需要 Connected AccountTags
List all project merge request milestone eventsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_MILESTONE_EVENTSLists all milestone events for a specified merge request.需要连接
Lists all milestone events for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a merge request milestone eventGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_MILESTONE_EVENTS_EVENT_IDRetrieves a specified milestone event for a project merge request.需要连接
Retrieves a specified milestone event for a project merge request.
认证
需要 Connected AccountTags
List all project merge request state eventsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_STATE_EVENTSLists all state events for a specified merge request.需要连接
Lists all state events for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a merge request state eventGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_EVENTABLE_ID_RESOURCE_STATE_EVENTS_EVENT_IDRetrieves a state event for a specified project merge request.需要连接
Retrieves a state event for a specified project merge request.
认证
需要 Connected AccountTags
Retrieve a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IIDRetrieves a merge request for a specified project.需要连接
Retrieves a merge request for a specified project.
认证
需要 Connected AccountTags
List all approval rules for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_RULESLists all approval rules and any associated details for a specified merge request. Use the `page` and `per_page` pagination parameters to restrict the list of approval rules.需要连接
Lists all approval rules and any associated details for a specified merge request. Use the `page` and `per_page` pagination parameters to restrict the list of approval rules.
认证
需要 Connected AccountTags
Retrieve an approval rule for a specific merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_RULES_APPROVAL_RULE_IDRetrieves information about an approval rule for a specified merge request.需要连接
Retrieves information about an approval rule for a specified merge request.
认证
需要 Connected AccountTags
Retrieve approval details for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_STATERetrieves approval details for a specified merge request. If a user has modified the approval rules for the merge request, the response includes `approval_rules_overwritten`.需要连接
Retrieves approval details for a specified merge request. If a user has modified the approval rules for the merge request, the response includes `approval_rules_overwritten`.
认证
需要 Connected AccountTags
Retrieve approval state for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVALSRetrieves the approval state for a specified merge request. In the response, `approved_by` contains information about all approvers of the merge request, regardless of whether those approvals satisfy any approval rule.需要连接
Retrieves the approval state for a specified merge request. In the response, `approved_by` contains information about all approvers of the merge request, regardless of whether those approvals satisfy any approval rule.
认证
需要 Connected AccountTags
List all emoji reactions for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_AWARD_EMOJILists all emoji reactions for a specified merge request. This endpoint can be accessed without authentication if the merge request is publicly accessible.需要连接
Lists all emoji reactions for a specified merge request. This endpoint can be accessed without authentication if the merge request is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a merge request. This endpoint can be accessed without authentication if the merge request is publicly accessible.需要连接
Retrieves a specified emoji reaction from a merge request. This endpoint can be accessed without authentication if the merge request is publicly accessible.
认证
需要 Connected AccountTags
Retrieve blocked merge requestsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_BLOCKEESRetrieves merge requests blocked by a specified merge request.需要连接
Retrieves merge requests blocked by a specified merge request.
认证
需要 Connected AccountTags
List all dependencies for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_BLOCKSList all merge request dependencies for a specified merge request.需要连接
List all merge request dependencies for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a merge request dependencyGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_BLOCKS_BLOCK_IDRetrieves a specified merge request dependency.需要连接
Retrieves a specified merge request dependency.
认证
需要 Connected AccountTags
Retrieve merge request changesGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CHANGESRetrieves changes for a specified merge request.需要连接
Retrieves changes for a specified merge request.
认证
需要 Connected AccountTags
List all issues that close on mergeGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CLOSES_ISSUESLists all issues that close on merge.需要连接
Lists all issues that close on merge.
认证
需要 Connected AccountTags
Retrieve merge request commitsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_COMMITSRetrieves commits for a specified merge request.需要连接
Retrieves commits for a specified merge request.
认证
需要 Connected AccountTags
List all context commits for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CONTEXT_COMMITSLists all context commits for a specified merge request.需要连接
Lists all context commits for a specified merge request.
认证
需要 Connected AccountTags
List all merge request diffsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DIFFSLists all merge request diffs.需要连接
Lists all merge request diffs.
认证
需要 Connected AccountTags
List all merge request draft notesGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTESLists all merge request draft notes.需要连接
Lists all merge request draft notes.
认证
需要 Connected AccountTags
Retrieve a draft noteGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTES_DRAFT_NOTE_IDRetrieves a draft note for a specified merge request.需要连接
Retrieves a draft note for a specified merge request.
认证
需要 Connected AccountTags
Merge to default merge ref pathGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_MERGE_REFMerges the changes between the merge request source and target branches into the `refs/merge-requests/:iid/merge` ref, of the target project repository, if possible. This ref has the state the target branch would have if a regular merge action was taken.需要连接
Merges the changes between the merge request source and target branches into the `refs/merge-requests/:iid/merge` ref, of the target project repository, if possible. This ref has the state the target branch would have if a regular merge action was taken.
认证
需要 Connected AccountTags
List all emoji reactions for a merge request commentGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_NOTES_NOTE_ID_AWARD_EMOJILists all emoji reactions for a specified comment on a merge request. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Lists all emoji reactions for a specified comment on a merge request. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from a merge request commentGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a comment on a merge request. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Retrieves a specified emoji reaction from a comment on a merge request. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve merge request participantsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_PARTICIPANTSRetrieves participants for a specified merge request.需要连接
Retrieves participants for a specified merge request.
认证
需要 Connected AccountTags
List all merge request pipelinesGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_PIPELINESLists all merge request pipelines.需要连接
Lists all merge request pipelines.
认证
需要 Connected AccountTags
Retrieve merge request raw diffsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_RAW_DIFFSRetrieves the raw diffs of the files changed in a merge request.需要连接
Retrieves the raw diffs of the files changed in a merge request.
认证
需要 Connected AccountTags
List all issues related to the merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_RELATED_ISSUESLists all issues related to the merge request.需要连接
Lists all issues related to the merge request.
认证
需要 Connected AccountTags
Retrieve merge request reviewersGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_REVIEWERSRetrieves reviewers for a specified merge request.需要连接
Retrieves reviewers for a specified merge request.
认证
需要 Connected AccountTags
List all status checks for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_STATUS_CHECKSLists all external status check services for a specified merge request and their status.需要连接
Lists all external status check services for a specified merge request and their status.
认证
需要 Connected AccountTags
Retrieve time tracking stats for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_TIME_STATSRetrieves time tracking stats for a specified merge request, including time estimate and time spent in seconds and human-readable format (for example, `1h 30m`).需要连接
Retrieves time tracking stats for a specified merge request, including time estimate and time spent in seconds and human-readable format (for example, `1h 30m`).
认证
需要 Connected AccountTags
Retrieve merge request diff versionsGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_VERSIONSRetrieves merge request diff versions.需要连接
Retrieves merge request diff versions.
认证
需要 Connected AccountTags
Retrieve a merge request diff versionGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_VERSIONS_VERSION_IDRetrieves a merge request diff version.需要连接
Retrieves a merge request diff version.
认证
需要 Connected AccountTags
List all discussions for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONSLists all discussions for a specified merge request.需要连接
Lists all discussions for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a discussion for a merge requestGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDRetrieves a specified discussion for a merge request.需要连接
Retrieves a specified discussion for a merge request.
认证
需要 Connected AccountTags
List comments in a merge request discussionGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESLists the comments in a specified merge request discussion.需要连接
Lists the comments in a specified merge request discussion.
认证
需要 Connected AccountTags
Retrieve a comment from a merge request discussionGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDRetrieves a specified comment from a merge request discussion.需要连接
Retrieves a specified comment from a merge request discussion.
认证
需要 Connected AccountTags
List all merge request notesGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_NOTESLists all notes for a specified merge request.需要连接
Lists all notes for a specified merge request.
认证
需要 Connected AccountTags
Retrieve a merge request noteGITLAB_GET_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for a merge request.需要连接
Retrieves a specified note for a merge request.
认证
需要 Connected AccountTags
List all merge trains for a projectGITLAB_GET_API_V4_PROJECTS_ID_MERGE_TRAINSLists all merge trains for a specified project.需要连接
Lists all merge trains for a specified project.
认证
需要 Connected AccountTags
Retrieve merge train statusGITLAB_GET_API_V4_PROJECTS_ID_MERGE_TRAINS_MERGE_REQUESTS_MERGE_REQUEST_IIDRetrieves the merge train status of a specified merge request.需要连接
Retrieves the merge train status of a specified merge request.
认证
需要 Connected AccountTags
List all merge requests in a merge trainGITLAB_GET_API_V4_PROJECTS_ID_MERGE_TRAINS_TARGET_BRANCHLists all merge requests in a merge train for a target branch.需要连接
Lists all merge requests in a merge train for a target branch.
认证
需要 Connected AccountTags
List all project milestonesGITLAB_GET_API_V4_PROJECTS_ID_MILESTONESLists all milestones for a specified project.需要连接
Lists all milestones for a specified project.
认证
需要 Connected AccountTags
Retrieve a project milestoneGITLAB_GET_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_IDRetrieves a specified project milestone.需要连接
Retrieves a specified project milestone.
认证
需要 Connected AccountTags
List all burndown chart events for a milestoneGITLAB_GET_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_ID_BURNDOWN_EVENTSLists all burndown chart events for a specified milestone.需要连接
Lists all burndown chart events for a specified milestone.
认证
需要 Connected AccountTags
List all issues for a project milestoneGITLAB_GET_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_ID_ISSUESLists all issues assigned to a specified project milestone.需要连接
Lists all issues assigned to a specified project milestone.
认证
需要 Connected AccountTags
List all merge requests for a project milestoneGITLAB_GET_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_ID_MERGE_REQUESTSLists all merge requests assigned to a specified project milestone.需要连接
Lists all merge requests assigned to a specified project milestone.
认证
需要 Connected AccountTags
Retrieve project pull mirror detailsGITLAB_GET_API_V4_PROJECTS_ID_MIRROR_PULLRetrieves pull mirror details for a specified project.需要连接
Retrieves pull mirror details for a specified project.
认证
需要 Connected AccountTags
MLflow artifact APIGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_ARTIFACTS_ARTIFACTSMLflow artifacts mapping to GitLab artifacts需要连接
MLflow artifacts mapping to GitLab artifacts
认证
需要 Connected AccountTags
Fetch experiment by experiment_idGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_GEThttps://www.mlflow.org/docs/2.19.0/rest-api.html#get-experiment需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#get-experiment
认证
需要 Connected AccountTags
Fetch experiment by experiment_nameGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_GET_BY_NAMEhttps://www.mlflow.org/docs/2.19.0/rest-api.html#get-experiment-by-name需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#get-experiment-by-name
认证
需要 Connected AccountTags
List experimentsGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_LISThttps://www.mlflow.org/docs/2.19.0/rest-api.html#search-experiments需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#search-experiments
认证
需要 Connected AccountTags
Gets metric history for a runGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_METRICS_GET_HISTORYhttps://www.mlflow.org/docs/2.19.0/rest-api.html#get-metric-history需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#get-metric-history
认证
需要 Connected AccountTags
Fetch model version by name and versionGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_MODEL_VERSIONS_GEThttps://mlflow.org/docs/2.19.0/rest-api.html#get-modelversion需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#get-modelversion
认证
需要 Connected AccountTags
Fetch the download URI for the model version.GITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_MODEL_VERSIONS_GET_DOWNLOAD_URIReturns version in MLflow format "mlflow-artifacts:<version>" https://mlflow.org/docs/2.19.0/rest-api.html#get-download-uri-for-modelversion-artifacts需要连接
Returns version in MLflow format "mlflow-artifacts:<version>" https://mlflow.org/docs/2.19.0/rest-api.html#get-download-uri-for-modelversion-artifacts
认证
需要 Connected AccountTags
Gets a Model Version by aliasGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_ALIAShttps://mlflow.org/docs/2.19.0/rest-api.html#get-model-version-by-alias需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#get-model-version-by-alias
认证
需要 Connected AccountTags
Fetch a Registered Model by NameGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_GEThttps://www.mlflow.org/docs/2.19.0/rest-api.html#get-registeredmodel需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#get-registeredmodel
认证
需要 Connected AccountTags
Search Registered Models within a projectGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_SEARCHhttps://mlflow.org/docs/2.19.0/rest-api.html#search-registeredmodels需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#search-registeredmodels
认证
需要 Connected AccountTags
Gets an MLFlow Run, which maps to GitLab CandidatesGITLAB_GET_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_GEThttps://www.mlflow.org/docs/1.28.0/rest-api.html#get-run需要连接
https://www.mlflow.org/docs/1.28.0/rest-api.html#get-run
认证
需要 Connected AccountTags
Retrieve notification settings for a projectGITLAB_GET_API_V4_PROJECTS_ID_NOTIFICATION_SETTINGSRetrieves the notification level for a specified project.需要连接
Retrieves the notification level for a specified project.
认证
需要 Connected AccountTags
List all packages for a projectGITLAB_GET_API_V4_PROJECTS_ID_PACKAGESLists all packages for a specified project. All package types are included in results. Unauthenticated requests return only packages of public projects. By default, packages with `default`, `deprecated`, and `error` status are returned. Use the `status` parameter to view other packages.需要连接
Lists all packages for a specified project. All package types are included in results. Unauthenticated requests return only packages of public projects. By default, packages with `default`, `deprecated`, and `error` status are returned. Use the `status` parameter to view other packages.
认证
需要 Connected AccountTags
Get config.jsonGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO_CONFIG_JSONThis will be used by cargo for further requests需要连接
This will be used by cargo for further requests
认证
需要 Connected AccountTags
Download a Cargo crateGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO_PACKAGE_NAME_PACKAGE_VERSION_DOWNLOADThis endpoint serves the .crate file for a given package name and version需要连接
This endpoint serves the .crate file for a given package name and version
认证
需要 Connected AccountTags
Get the sparse index for a Cargo crate (4+ character name)GITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO_PREFIX1_PREFIX2_PACKAGE_NAMEReturns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.需要连接
Returns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.
认证
需要 Connected AccountTags
Get the sparse index for a Cargo crate (1-character name)GITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO1_PACKAGE_NAMEReturns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.需要连接
Returns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.
认证
需要 Connected AccountTags
Get the sparse index for a Cargo crate (2-character name)GITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO2_PACKAGE_NAMEReturns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.需要连接
Returns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.
认证
需要 Connected AccountTags
Get the sparse index for a Cargo crate (3-character name)GITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CARGO3_FIRST_CHAR_PACKAGE_NAMEReturns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.需要连接
Returns newline-delimited JSON, one line per published version, most recently published first. Limited to the 500 most recently published versions.
认证
需要 Connected AccountTags
Retrieve a recipe snapshotGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNELRetrieves a snapshot of the files for a specified Conan recipe. The snapshot is a list of filenames with their associated MD5 hash.需要连接
Retrieves a snapshot of the files for a specified Conan recipe. The snapshot is a list of filenames with their associated MD5 hash.
认证
需要 Connected AccountTags
Retrieve a recipe manifestGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_DIGESTRetrieves a manifest that includes a list of files and associated download URLs for a specified recipe.需要连接
Retrieves a manifest that includes a list of files and associated download URLs for a specified recipe.
认证
需要 Connected AccountTags
List all recipe download URLsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_DOWNLOAD_URLSLists all files and associated download URLs for a specified recipe in the package registry. Returns the same payload as the recipe manifest endpoint.需要连接
Lists all files and associated download URLs for a specified recipe in the package registry. Returns the same payload as the recipe manifest endpoint.
认证
需要 Connected AccountTags
Retrieve a package snapshotGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCERetrieves a snapshot of the files for a specified Conan package and reference. The snapshot is a list of filenames with their associated MD5 hash.需要连接
Retrieves a snapshot of the files for a specified Conan package and reference. The snapshot is a list of filenames with their associated MD5 hash.
认证
需要 Connected AccountTags
Retrieve a package manifestGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_DIGESTRetrieves a manifest that includes a list of files and associated download URLs for a specified package.需要连接
Retrieves a manifest that includes a list of files and associated download URLs for a specified package.
认证
需要 Connected AccountTags
List all package download URLsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_DOWNLOAD_URLSLists all files and associated download URLs for a specified package in the package registry. Returns the same payload as the package manifest endpoint.需要连接
Lists all files and associated download URLs for a specified package in the package registry. Returns the same payload as the package manifest endpoint.
认证
需要 Connected AccountTags
Retrieve package references metadataGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_SEARCHRetrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.需要连接
Retrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.
认证
需要 Connected AccountTags
Search for a Conan packageGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_SEARCHSearches the instance for a specified Conan package.需要连接
Searches the instance for a specified Conan package.
认证
需要 Connected AccountTags
Retrieve a recipe fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_EXPORT_FILE_NAMERetrieves a specified recipe file from the package registry. You must use the download URL returned from the recipe download URLs endpoint.需要连接
Retrieves a specified recipe file from the package registry. You must use the download URL returned from the recipe download URLs endpoint.
认证
需要 Connected AccountTags
Retrieve a package fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_PACKAGE_CONAN_PACKAGE_REFERENCE_PACKAGE_REVISION_FILE_NAMERetrieves a specified package file from the package registry. You must use the download URL returned from the package download URLs endpoint.需要连接
Retrieves a specified package file from the package registry. You must use the download URL returned from the package download URLs endpoint.
认证
需要 Connected AccountTags
Verify availability of a Conan repositoryGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_PINGVerifies availability of a Conan repository.需要连接
Verifies availability of a Conan repository.
认证
需要 Connected AccountTags
Retrieve an authentication tokenGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_USERS_AUTHENTICATERetrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.需要连接
Retrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.
认证
需要 Connected AccountTags
Verify authentication credentialsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_USERS_CHECK_CREDENTIALSVerifies authentication credentials for a Conan package registry.需要连接
Verifies authentication credentials for a Conan package registry.
认证
需要 Connected AccountTags
Retrieve latest recipe revisionGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_LATESTRetrieves the revision hash and creation date of the latest package recipe. This feature was introduced in GitLab 17.11.需要连接
Retrieves the revision hash and creation date of the latest package recipe. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
List all recipe revisionsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONSLists all revisions for a package recipe. This feature was introduced in GitLab 17.11.需要连接
Lists all revisions for a package recipe. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
List all recipe filesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_FILESLists all recipe files from the package registry. This feature was introduced in GitLab 17.11.需要连接
Lists all recipe files from the package registry. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
Retrieve a recipe fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_FILES_FILE_NAMERetrieves a specified recipe file from the package registry. This feature was introduced in GitLab 17.8.需要连接
Retrieves a specified recipe file from the package registry. This feature was introduced in GitLab 17.8.
认证
需要 Connected AccountTags
Retrieve latest package revisionGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_LATESTRetrieves the revision hash and creation date of the latest package revision for a specified recipe revision and package reference. This feature was introduced in GitLab 17.11.需要连接
Retrieves the revision hash and creation date of the latest package revision for a specified recipe revision and package reference. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
List all package revisionsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_REVISIONSLists all package revisions for a specified recipe revision and package reference. This feature was introduced in GitLab 18.0.需要连接
Lists all package revisions for a specified recipe revision and package reference. This feature was introduced in GitLab 18.0.
认证
需要 Connected AccountTags
List all package filesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_REVISIONS_PACKAGE_REVISION_FILESLists all package files. This feature was introduced in GitLab 18.0.需要连接
Lists all package files. This feature was introduced in GitLab 18.0.
认证
需要 Connected AccountTags
Retrieve a package fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_REVISIONS_PACKAGE_REVISION_FILES_FILE_NAMERetrieves a specified package file from the package registry. This feature was introduced in GitLab 17.11.需要连接
Retrieves a specified package file from the package registry. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
Retrieve package references metadata by recipe revisionGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_SEARCHRetrieves the metadata for all package references associated with a specified recipe revision. This feature was introduced in GitLab 18.1.需要连接
Retrieves the metadata for all package references associated with a specified recipe revision. This feature was introduced in GitLab 18.1.
认证
需要 Connected AccountTags
Retrieve package references metadataGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_SEARCHRetrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.需要连接
Retrieves the metadata for all package references of a specified package. This feature was introduced in GitLab 18.0.
认证
需要 Connected AccountTags
Search for a Conan packageGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_SEARCHSearches the instance for a specified Conan package.需要连接
Searches the instance for a specified Conan package.
认证
需要 Connected AccountTags
Retrieve an authentication tokenGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_USERS_AUTHENTICATERetrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.需要连接
Retrieves an authentication token. Creates a JSON Web Token (JWT) for use as a Bearer header in other requests to the package registry.
认证
需要 Connected AccountTags
Verify authentication credentialsGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_USERS_CHECK_CREDENTIALSVerifies authentication credentials for a Conan package registry.需要连接
Verifies authentication credentials for a Conan package registry.
认证
需要 Connected AccountTags
Download a Debian package fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_DEBIAN_POOL_DISTRIBUTION_LETTER_PACKAGE_NAME_PACKAGE_VERSION_FILE_NAMEDownloads a specified Debian package file for a project.需要连接
Downloads a specified Debian package file for a project.
认证
需要 Connected AccountTags
Download a chartGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_HELM_CHANNEL_CHARTS_FILE_NAME_TGZDownloads a specified chart for a project.需要连接
Downloads a specified chart for a project.
认证
需要 Connected AccountTags
Download a chart indexGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_HELM_CHANNEL_INDEX_YAMLDownloads a specified chart index for a project.需要连接
Downloads a specified chart index for a project.
认证
需要 Connected AccountTags
The NuGet V3 Feed Service IndexGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_NUGET_INDEXThis feature was introduced in GitLab 12.6需要连接
This feature was introduced in GitLab 12.6
认证
需要 Connected AccountTags
The NuGet Search ServiceGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_NUGET_QUERYThis feature was introduced in GitLab 12.8需要连接
This feature was introduced in GitLab 12.8
认证
需要 Connected AccountTags
The NuGet V2 Feed Service IndexGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_NUGET_V2This feature was introduced in GitLab 16.2需要连接
This feature was introduced in GitLab 16.2
认证
需要 Connected AccountTags
The NuGet V2 Feed Package $metadata endpointGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_NUGET_V2_METADATAThis feature was introduced in GitLab 16.3需要连接
This feature was introduced in GitLab 16.3
认证
需要 Connected AccountTags
Retrieve a project packageGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_IDRetrieves a specified project package. Only packages with status `default` or `deprecated` are returned.需要连接
Retrieves a specified project package. Only packages with status `default` or `deprecated` are returned.
认证
需要 Connected AccountTags
List all package filesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_ID_PACKAGE_FILESLists all package files for a specified package.需要连接
Lists all package files for a specified package.
认证
需要 Connected AccountTags
Download a package fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_ID_PACKAGE_FILES_PACKAGE_FILE_ID_DOWNLOADThis feature was introduced in GitLab 18.4需要连接
This feature was introduced in GitLab 18.4
认证
需要 Connected AccountTags
List all package pipelinesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PACKAGE_ID_PIPELINESLists all pipelines for a specified package. The results are sorted by `id` in descending order. The results are paginated and return up to 20 records per page. This feature was introduced in GitLab 16.1.需要连接
Lists all pipelines for a specified package. The results are sorted by `id` in descending order. The results are paginated and return up to 20 records per page. This feature was introduced in GitLab 16.1.
认证
需要 Connected AccountTags
List all package protection rulesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PROTECTION_RULESLists all package protection rules for a specified project.需要连接
Lists all package protection rules for a specified project.
认证
需要 Connected AccountTags
List all packages for a projectGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_PYPI_SIMPLELists all packages for a specified project in an HTML file.需要连接
Lists all packages for a specified project in an HTML file.
认证
需要 Connected AccountTags
Retrieve dependenciesGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_RUBYGEMS_API_V1_DEPENDENCIESRetrieves a list of dependencies for specified gems. The response is a marshalled array of hashes for all versions of the requested gems. Because the response is marshalled, you can store it in a file.需要连接
Retrieves a list of dependencies for specified gems. The response is a marshalled array of hashes for all versions of the requested gems. Because the response is marshalled, you can store it in a file.
认证
需要 Connected AccountTags
Download the spec index fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_RUBYGEMS_FILE_NAMEDownloads a RubyGems spec index file (specs.4.8.gz, latest_specs.4.8.gz, or prerelease_specs.4.8.gz) for a project.需要连接
Downloads a RubyGems spec index file (specs.4.8.gz, latest_specs.4.8.gz, or prerelease_specs.4.8.gz) for a project.
认证
需要 Connected AccountTags
Download a gem fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_RUBYGEMS_GEMS_FILE_NAMEDownloads a specified gem file for a project.需要连接
Downloads a specified gem file for a project.
认证
需要 Connected AccountTags
Download a gemspec fileGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_RUBYGEMS_QUICK_MARSHAL48_FILE_NAMEDownloads a gemspec file in Marshal format for a specified gem version.需要连接
Downloads a gemspec file in Marshal format for a specified gem version.
认证
需要 Connected AccountTags
Download the latest version of a moduleGITLAB_GET_API_V4_PROJECTS_ID_PACKAGES_TERRAFORM_MODULES_MODULE_NAME_MODULE_SYSTEMDownloads the latest version of a specified module. This feature was introduced in GitLab 16.7.需要连接
Downloads the latest version of a specified module. This feature was introduced in GitLab 16.7.
认证
需要 Connected AccountTags
Retrieve Pages settings for a projectGITLAB_GET_API_V4_PROJECTS_ID_PAGESRetrieves Pages settings for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Retrieves Pages settings for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Check pages access of this projectGITLAB_GET_API_V4_PROJECTS_ID_PAGES_ACCESSCheck pages access of this project需要连接
Check pages access of this project
认证
需要 Connected AccountTags
List all Pages domains in a projectGITLAB_GET_API_V4_PROJECTS_ID_PAGES_DOMAINSLists all Pages domains in a specified project. You must have permissions to view Pages domains.需要连接
Lists all Pages domains in a specified project. You must have permissions to view Pages domains.
认证
需要 Connected AccountTags
Retrieve a Pages domainGITLAB_GET_API_V4_PROJECTS_ID_PAGES_DOMAINS_DOMAINRetrieves a Pages domain from a specified project. You must have permissions to view Pages domains.需要连接
Retrieves a Pages domain from a specified project. You must have permissions to view Pages domains.
认证
需要 Connected AccountTags
List all pipeline schedulesGITLAB_GET_API_V4_PROJECTS_ID_PIPELINE_SCHEDULESLists all pipeline schedules for a project.需要连接
Lists all pipeline schedules for a project.
认证
需要 Connected AccountTags
Retrieve a pipeline scheduleGITLAB_GET_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_IDRetrieves a pipeline schedule for a project.需要连接
Retrieves a pipeline schedule for a project.
认证
需要 Connected AccountTags
List all pipelines triggered by a pipeline scheduleGITLAB_GET_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_PIPELINESLists all pipelines triggered by a pipeline schedule in a project.需要连接
Lists all pipelines triggered by a pipeline schedule in a project.
认证
需要 Connected AccountTags
Retrieve a variable for a pipeline scheduleGITLAB_GET_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_VARIABLES_KEYRetrieves a specified variable for a pipeline schedule.需要连接
Retrieves a specified variable for a pipeline schedule.
认证
需要 Connected AccountTags
List all project pipelinesGITLAB_GET_API_V4_PROJECTS_ID_PIPELINESLists all pipelines in a project. By default, child pipelines are not included in the results. To return child pipelines, set `source` to `parent_pipeline`.需要连接
Lists all pipelines in a project. By default, child pipelines are not included in the results. To return child pipelines, set `source` to `parent_pipeline`.
认证
需要 Connected AccountTags
Retrieve the latest pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_LATESTRetrieves the latest pipeline for the most recent commit on a specified ref in a project. If no pipeline exists for the commit, a `403` status code is returned. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Retrieves the latest pipeline for the most recent commit on a specified ref in a project. If no pipeline exists for the commit, a `403` status code is returned. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
Retrieve a pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_IDRetrieves a specified pipeline from a project. You can also get a child pipeline.需要连接
Retrieves a specified pipeline from a project. You can also get a child pipeline.
认证
需要 Connected AccountTags
List all bridge jobs by pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_BRIDGESDeprecated in GitLab 19.2. Use trigger_jobs endpoint instead.需要连接
Deprecated in GitLab 19.2. Use trigger_jobs endpoint instead.
认证
需要 Connected AccountTags
List all jobs by pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_JOBSLists all jobs for a specified pipeline.需要连接
Lists all jobs for a specified pipeline.
认证
需要 Connected AccountTags
Retrieve a test report for a pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_TEST_REPORTRetrieves a test report for a pipeline.需要连接
Retrieves a test report for a pipeline.
认证
需要 Connected AccountTags
Retrieve a test report summary for a pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_TEST_REPORT_SUMMARYRetrieves a test report summary for a pipeline.需要连接
Retrieves a test report summary for a pipeline.
认证
需要 Connected AccountTags
List all trigger jobs by pipelineGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_TRIGGER_JOBSLists all trigger jobs for a specified pipeline.需要连接
Lists all trigger jobs for a specified pipeline.
认证
需要 Connected AccountTags
List all pipeline variablesGITLAB_GET_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_VARIABLESLists all pipeline variables for a specified pipeline. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Lists all pipeline variables for a specified pipeline. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
List all protected branchesGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_BRANCHESLists all protected branches for a specified project.需要连接
Lists all protected branches for a specified project.
认证
需要 Connected AccountTags
Retrieve a protected branch or wildcard protected branchGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_BRANCHES_NAMERetrieves a specified protected branch or wildcard protected branch.需要连接
Retrieves a specified protected branch or wildcard protected branch.
认证
需要 Connected AccountTags
List all protected environments for a projectGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_ENVIRONMENTSLists all protected environments for a specified project.需要连接
Lists all protected environments for a specified project.
认证
需要 Connected AccountTags
Retrieve a protected environment for a projectGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_ENVIRONMENTS_NAMERetrieves a specified protected environment for a project.需要连接
Retrieves a specified protected environment for a project.
认证
需要 Connected AccountTags
List all protected tagsGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_TAGSLists all protected tags for a specified project.需要连接
Lists all protected tags for a specified project.
认证
需要 Connected AccountTags
Retrieve a protected tag or wildcard protected tagGITLAB_GET_API_V4_PROJECTS_ID_PROTECTED_TAGS_NAMERetrieves a specified protected tag or wildcard protected tag.需要连接
Retrieves a specified protected tag or wildcard protected tag.
认证
需要 Connected AccountTags
Retrieve the push rules of a projectGITLAB_GET_API_V4_PROJECTS_ID_PUSH_RULERetrieves the push rules of a specified project.需要连接
Retrieves the push rules of a specified project.
认证
需要 Connected AccountTags
List all container repository protection rulesGITLAB_GET_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_REPOSITORY_RULESLists all container repository protection rules for a specified project.需要连接
Lists all container repository protection rules for a specified project.
认证
需要 Connected AccountTags
List all container registry protection tag rulesGITLAB_GET_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_TAG_RULESLists all container registry protection tag rules for a project. This feature was introduced in GitLab 18.7.需要连接
Lists all container registry protection tag rules for a project. This feature was introduced in GitLab 18.7.
认证
需要 Connected AccountTags
List all registry repositories for a projectGITLAB_GET_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIESLists all registry repositories for a specified project. Responses are paginated and return 20 results by default.需要连接
Lists all registry repositories for a specified project. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
List all registry repository tags for a projectGITLAB_GET_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIES_REPOSITORY_ID_TAGSLists all tags for a specified registry repository. Responses are paginated and return 20 results by default.需要连接
Lists all tags for a specified registry repository. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
Retrieve details of a registry repository tagGITLAB_GET_API_V4_PROJECTS_ID_REGISTRY_REPOSITORIES_REPOSITORY_ID_TAGS_TAG_NAMERetrieves details of a specified registry repository tag.需要连接
Retrieves details of a specified registry repository tag.
认证
需要 Connected AccountTags
Retrieve the status of a project resource importGITLAB_GET_API_V4_PROJECTS_ID_RELATION_IMPORTSRetrieves the status of the most recent relation import for a specified project. Because only one relation import can be scheduled at a time, you can use this endpoint to check whether the previous import completed successfully. This feature was introduced in GitLab 16.11.需要连接
Retrieves the status of the most recent relation import for a specified project. Because only one relation import can be scheduled at a time, you can use this endpoint to check whether the previous import completed successfully. This feature was introduced in GitLab 16.11.
认证
需要 Connected AccountTags
List all releases in a projectGITLAB_GET_API_V4_PROJECTS_ID_RELEASESLists all releases for a specified project. Sorted by `released_at`.需要连接
Lists all releases for a specified project. Sorted by `released_at`.
认证
需要 Connected AccountTags
Retrieve a release by tag nameGITLAB_GET_API_V4_PROJECTS_ID_RELEASES_TAG_NAMERetrieves a release with a specified tag name.需要连接
Retrieves a release with a specified tag name.
认证
需要 Connected AccountTags
List all release linksGITLAB_GET_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_ASSETS_LINKSLists all assets as links from a release.需要连接
Lists all assets as links from a release.
认证
需要 Connected AccountTags
Retrieve a release linkGITLAB_GET_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_ASSETS_LINKS_LINK_IDRetrieves a specified asset as a link from a release.需要连接
Retrieves a specified asset as a link from a release.
认证
需要 Connected AccountTags
List all remote mirrors for a projectGITLAB_GET_API_V4_PROJECTS_ID_REMOTE_MIRRORSLists all remote mirrors for a specified project.需要连接
Lists all remote mirrors for a specified project.
认证
需要 Connected AccountTags
Retrieve a remote mirror for a projectGITLAB_GET_API_V4_PROJECTS_ID_REMOTE_MIRRORS_MIRROR_IDRetrieves a specified remote mirror for a project.需要连接
Retrieves a specified remote mirror for a project.
认证
需要 Connected AccountTags
Retrieve a public key for a remote mirrorGITLAB_GET_API_V4_PROJECTS_ID_REMOTE_MIRRORS_MIRROR_ID_PUBLIC_KEYRetrieves the public key of a specified remote mirror that uses SSH authentication.需要连接
Retrieves the public key of a specified remote mirror that uses SSH authentication.
认证
需要 Connected AccountTags
Retrieve file archive from a repositoryGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_ARCHIVERetrieves the file archive of a specified repository. This endpoint can be accessed without authentication if the repository is publicly accessible. For GitLab.com users, this endpoint has a rate limit threshold of 5 requests per minute.需要连接
Retrieves the file archive of a specified repository. This endpoint can be accessed without authentication if the repository is publicly accessible. For GitLab.com users, this endpoint has a rate limit threshold of 5 requests per minute.
认证
需要 Connected AccountTags
Retrieve a blob from a repositoryGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_BLOBS_SHARetrieves information, such as size and content, about blobs in a repository. Blob content is Base64 encoded. This endpoint can be accessed without authentication, if the repository is publicly accessible.需要连接
Retrieves information, such as size and content, about blobs in a repository. Blob content is Base64 encoded. This endpoint can be accessed without authentication, if the repository is publicly accessible.
认证
需要 Connected AccountTags
Retrieve raw blob contentGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_BLOBS_SHA_RAWRetrieves the raw file contents for a blob, by blob SHA. This endpoint can be accessed without authentication if the repository is publicly accessible.需要连接
Retrieves the raw file contents for a blob, by blob SHA. This endpoint can be accessed without authentication if the repository is publicly accessible.
认证
需要 Connected AccountTags
List all repository branchesGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_BRANCHESLists all repository branches from a specified project, sorted alphabetically by name. Search by name, or use regular expressions to find specific branch patterns. Returns detailed information about the branch, including its protection status, merge status, and commit details.需要连接
Lists all repository branches from a specified project, sorted alphabetically by name. Search by name, or use regular expressions to find specific branch patterns. Returns detailed information about the branch, including its protection status, merge status, and commit details.
认证
需要 Connected AccountTags
Retrieve a repository branchGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_BRANCHES_BRANCHRetrieves a specified project repository branch.需要连接
Retrieves a specified project repository branch.
认证
需要 Connected AccountTags
Generate changelog dataGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_CHANGELOGGenerates changelog data based on commits in a repository, without committing them to a changelog file. Works exactly like `POST /projects/:id/repository/changelog`, except the changelog data is not committed to any changelog file.需要连接
Generates changelog data based on commits in a repository, without committing them to a changelog file. Works exactly like `POST /projects/:id/repository/changelog`, except the changelog data is not committed to any changelog file.
认证
需要 Connected AccountTags
List all repository commitsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITSLists all commits for a specified project repository.需要连接
Lists all commits for a specified project repository.
认证
需要 Connected AccountTags
List all discussions for a commitGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONSLists all discussions for a specified commit.需要连接
Lists all discussions for a specified commit.
认证
需要 Connected AccountTags
Retrieve a discussion for a commitGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDRetrieves a specified discussion for a commit.需要连接
Retrieves a specified discussion for a commit.
认证
需要 Connected AccountTags
List comments in a commit discussionGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESLists the comments in a specified commit discussion.需要连接
Lists the comments in a specified commit discussion.
认证
需要 Connected AccountTags
Retrieve a comment from a commit discussionGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDRetrieves a specified comment from a commit discussion.需要连接
Retrieves a specified comment from a commit discussion.
认证
需要 Connected AccountTags
Retrieve a commitGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHARetrieves a specified commit identified by the commit hash or name of a branch or tag.需要连接
Retrieves a specified commit identified by the commit hash or name of a branch or tag.
认证
需要 Connected AccountTags
List all commit commentsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_COMMENTSLists all the comments of a commit in a project.需要连接
Lists all the comments of a commit in a project.
认证
需要 Connected AccountTags
Retrieve a commit diffGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_DIFFRetrieves the diff of a commit in a project.需要连接
Retrieves the diff of a commit in a project.
认证
需要 Connected AccountTags
List all merge requests associated with a commitGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_MERGE_REQUESTSLists all merge requests associated with a specified commit.需要连接
Lists all merge requests associated with a specified commit.
认证
需要 Connected AccountTags
List all references a commit is pushed toGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_REFSLists all references (from branches or tags) a commit is pushed to. The pagination parameters `page` and `per_page` can be used to restrict the list of references.需要连接
Lists all references (from branches or tags) a commit is pushed to. The pagination parameters `page` and `per_page` can be used to restrict the list of references.
认证
需要 Connected AccountTags
Retrieve a commit sequenceGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_SEQUENCERetrieves the commit sequence for a specified commit.需要连接
Retrieves the commit sequence for a specified commit.
认证
需要 Connected AccountTags
Retrieve a commit signatureGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_SIGNATURERetrieves the signature from a commit, if it is signed. For unsigned commits, it results in a 404 response.需要连接
Retrieves the signature from a commit, if it is signed. For unsigned commits, it results in a 404 response.
认证
需要 Connected AccountTags
List all commit statusesGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_STATUSESLists all commit statuses for a specified project.需要连接
Lists all commit statuses for a specified project.
认证
需要 Connected AccountTags
Compare branches, tags, or commitsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_COMPARECompares branches, tags, or commits. Retrieves the differences between two branches, tags, or commits in a specified project.需要连接
Compares branches, tags, or commits. Retrieves the differences between two branches, tags, or commits in a specified project.
认证
需要 Connected AccountTags
Retrieve contributors metricsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_CONTRIBUTORSRetrieves a list of contributors to a specified repository.需要连接
Retrieves a list of contributors to a specified repository.
认证
需要 Connected AccountTags
Retrieve diverging commit counts between two refsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_DIVERGING_COMMITSRetrieve diverging commit counts between two refs需要连接
Retrieve diverging commit counts between two refs
认证
需要 Connected AccountTags
Retrieve a file from a repositoryGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_FILES_FILE_PATHRetrieves information about a specified file in a repository. This includes information like the name, size, and the file contents. File content is Base64 encoded.需要连接
Retrieves information about a specified file in a repository. This includes information like the name, size, and the file contents. File content is Base64 encoded.
认证
需要 Connected AccountTags
Retrieve file blame history from a repositoryGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_FILES_FILE_PATH_BLAMERetrieves blame history for a specified file in a repository. Each blame range contains lines and their corresponding commit information.需要连接
Retrieves blame history for a specified file in a repository. Each blame range contains lines and their corresponding commit information.
认证
需要 Connected AccountTags
Retrieve a raw file from a repositoryGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_FILES_FILE_PATH_RAWRetrieves the raw file contents for a specified file in a repository.需要连接
Retrieves the raw file contents for a specified file in a repository.
认证
需要 Connected AccountTags
Retrieve repository health statisticsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_HEALTHRetrieves statistics related to the health of a project repository. This endpoint is rate-limited to 5 requests/hour per project when `generate` is `true`. Available only to users with push access to the repository.需要连接
Retrieves statistics related to the health of a project repository. This endpoint is rate-limited to 5 requests/hour per project when `generate` is `true`. Available only to users with push access to the repository.
认证
需要 Connected AccountTags
Retrieve a merge baseGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_MERGE_BASERetrieves the merge base for two specified commits.需要连接
Retrieves the merge base for two specified commits.
认证
需要 Connected AccountTags
List all repository storage moves for a projectGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_STORAGE_MOVESLists all repository storage moves for a project.需要连接
Lists all repository storage moves for a project.
认证
需要 Connected AccountTags
Retrieve a repository storage move for a projectGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a specified repository storage move for a project.需要连接
Retrieves a specified repository storage move for a project.
认证
需要 Connected AccountTags
List all project repository tagsGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_TAGSLists all repository tags from a project, sorted by update date and time in descending order.需要连接
Lists all repository tags from a project, sorted by update date and time in descending order.
认证
需要 Connected AccountTags
Retrieve a single repository tagGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_TAGS_TAG_NAMERetrieves a repository tag with a specified name. This endpoint can be accessed without authentication if the repository is publicly accessible.需要连接
Retrieves a repository tag with a specified name. This endpoint can be accessed without authentication if the repository is publicly accessible.
认证
需要 Connected AccountTags
Retrieve X.509 signature of a tagGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_TAGS_TAG_NAME_SIGNATURERetrieves the X.509 signature from a signed tag. Unsigned tags return a `404 Not Found` response.需要连接
Retrieves the X.509 signature from a signed tag. Unsigned tags return a `404 Not Found` response.
认证
需要 Connected AccountTags
List all repository trees in a projectGITLAB_GET_API_V4_PROJECTS_ID_REPOSITORY_TREELists all repository files and directories in a specified project. This endpoint can be accessed without authentication if the repository is publicly accessible. This command provides essentially the same features as the `git ls-tree` command.需要连接
Lists all repository files and directories in a specified project. This endpoint can be accessed without authentication if the repository is publicly accessible. This command provides essentially the same features as the `git ls-tree` command.
认证
需要 Connected AccountTags
List all resource groupsGITLAB_GET_API_V4_PROJECTS_ID_RESOURCE_GROUPSLists all resource groups for a specified project.需要连接
Lists all resource groups for a specified project.
认证
需要 Connected AccountTags
Retrieve a resource groupGITLAB_GET_API_V4_PROJECTS_ID_RESOURCE_GROUPS_KEYRetrieves a specified resource group for a project.需要连接
Retrieves a specified resource group for a project.
认证
需要 Connected AccountTags
Retrieve current job for a resource groupGITLAB_GET_API_V4_PROJECTS_ID_RESOURCE_GROUPS_KEY_CURRENT_JOBRetrieves the current job for a specified resource group in a project.需要连接
Retrieves the current job for a specified resource group in a project.
认证
需要 Connected AccountTags
List all upcoming jobs for a resource groupGITLAB_GET_API_V4_PROJECTS_ID_RESOURCE_GROUPS_KEY_UPCOMING_JOBSLists all upcoming jobs for a specified resource group.需要连接
Lists all upcoming jobs for a specified resource group.
认证
需要 Connected AccountTags
List all runners for a projectGITLAB_GET_API_V4_PROJECTS_ID_RUNNERSList all runners available in the project, including from ancestor groups and any allowed shared runners.需要连接
List all runners available in the project, including from ancestor groups and any allowed shared runners.
认证
需要 Connected AccountTags
List all secure files for a projectGITLAB_GET_API_V4_PROJECTS_ID_SECURE_FILESLists all secure files for a specified project.需要连接
Lists all secure files for a specified project.
认证
需要 Connected AccountTags
Retrieve details of a secure fileGITLAB_GET_API_V4_PROJECTS_ID_SECURE_FILES_SECURE_FILE_IDRetrieves details of a specified secure file in a project.需要连接
Retrieves details of a specified secure file in a project.
认证
需要 Connected AccountTags
Download a secure fileGITLAB_GET_API_V4_PROJECTS_ID_SECURE_FILES_SECURE_FILE_ID_DOWNLOADDownloads the contents of a specified secure file in a project.需要连接
Downloads the contents of a specified secure file in a project.
认证
需要 Connected AccountTags
List all project security settingsGITLAB_GET_API_V4_PROJECTS_ID_SECURITY_SETTINGSLists all security settings for the project. You must have the Security Manager, Developer, Maintainer, or Owner role for the project.需要连接
Lists all security settings for the project. You must have the Security Manager, Developer, Maintainer, or Owner role for the project.
认证
需要 Connected AccountTags
List all project service accountsGITLAB_GET_API_V4_PROJECTS_ID_SERVICE_ACCOUNTSLists all service accounts in a specified project. Use the `page` and `per_page` pagination parameters to filter the results.需要连接
Lists all service accounts in a specified project. Use the `page` and `per_page` pagination parameters to filter the results.
认证
需要 Connected AccountTags
List all personal access tokens for a project service accountGITLAB_GET_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENSLists all personal access tokens for a specified project service account需要连接
Lists all personal access tokens for a specified project service account
认证
需要 Connected AccountTags
List all active integrationsGITLAB_GET_API_V4_PROJECTS_ID_SERVICESLists all active integrations.需要连接
Lists all active integrations.
认证
需要 Connected AccountTags
Retrieve integration settingsGITLAB_GET_API_V4_PROJECTS_ID_SERVICES_SLUGRetrieves the settings for a specified integration.需要连接
Retrieves the settings for a specified integration.
认证
需要 Connected AccountTags
List all groups available to invite to a projectGITLAB_GET_API_V4_PROJECTS_ID_SHARE_LOCATIONSLists all groups that can be invited to a project.需要连接
Lists all groups that can be invited to a project.
认证
需要 Connected AccountTags
Download snapshot of a Git repositoryGITLAB_GET_API_V4_PROJECTS_ID_SNAPSHOTDownloads snapshot of a Git repository.需要连接
Downloads snapshot of a Git repository.
认证
需要 Connected AccountTags
List all snippets for a projectGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETSLists all snippets for a specified project.需要连接
Lists all snippets for a specified project.
认证
需要 Connected AccountTags
List all discussions for a snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONSLists all discussions for a specified snippet.需要连接
Lists all discussions for a specified snippet.
认证
需要 Connected AccountTags
Retrieve a discussion for a snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDRetrieves a specified discussion for a snippet.需要连接
Retrieves a specified discussion for a snippet.
认证
需要 Connected AccountTags
List comments in a snippet discussionGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESLists the comments in a specified snippet discussion.需要连接
Lists the comments in a specified snippet discussion.
认证
需要 Connected AccountTags
Retrieve a comment from a snippet discussionGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDRetrieves a specified comment from a snippet discussion.需要连接
Retrieves a specified comment from a snippet discussion.
认证
需要 Connected AccountTags
List all snippet notesGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_NOTESLists all notes for a specified snippet.需要连接
Lists all notes for a specified snippet.
认证
需要 Connected AccountTags
Retrieve a snippet noteGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for a snippet.需要连接
Retrieves a specified note for a snippet.
认证
需要 Connected AccountTags
Retrieve a project snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_IDRetrieves a specified project snippet.需要连接
Retrieves a specified project snippet.
认证
需要 Connected AccountTags
List all emoji reactions for a snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_AWARD_EMOJILists all emoji reactions for a specified snippet. This endpoint can be accessed without authentication if the snippet is publicly accessible.需要连接
Lists all emoji reactions for a specified snippet. This endpoint can be accessed without authentication if the snippet is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from a snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a snippet. This endpoint can be accessed without authentication if the snippet is publicly accessible.需要连接
Retrieves a specified emoji reaction from a snippet. This endpoint can be accessed without authentication if the snippet is publicly accessible.
认证
需要 Connected AccountTags
Retrieve snippet repository file contentGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_FILES_REF_FILE_PATH_RAWRetrieves the raw file content from a snippet repository as plain text.需要连接
Retrieves the raw file content from a snippet repository as plain text.
认证
需要 Connected AccountTags
List all emoji reactions for a snippet commentGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_NOTES_NOTE_ID_AWARD_EMOJILists all emoji reactions for a specified comment on a snippet. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Lists all emoji reactions for a specified comment on a snippet. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve an emoji reaction from a snippet commentGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_NOTES_NOTE_ID_AWARD_EMOJI_AWARD_IDRetrieves a specified emoji reaction from a comment on a snippet. This endpoint can be accessed without authentication if the comment is publicly accessible.需要连接
Retrieves a specified emoji reaction from a comment on a snippet. This endpoint can be accessed without authentication if the comment is publicly accessible.
认证
需要 Connected AccountTags
Retrieve a raw project snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_RAWRetrieves the raw contents of a specified project snippet as plain text需要连接
Retrieves the raw contents of a specified project snippet as plain text
认证
需要 Connected AccountTags
Retrieve user agent details for a project snippetGITLAB_GET_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_USER_AGENT_DETAILRetrieves user agent details for a specified snippet. Available only for administrators.需要连接
Retrieves user agent details for a specified snippet. Available only for administrators.
认证
需要 Connected AccountTags
List all users who starred a projectGITLAB_GET_API_V4_PROJECTS_ID_STARRERSLists all users who starred a specified project.需要连接
Lists all users who starred a specified project.
认证
需要 Connected AccountTags
Retrieve the statistics of the last 30 daysGITLAB_GET_API_V4_PROJECTS_ID_STATISTICSRetrieves the clone and pull statistics for the last 30 days from a specified project.需要连接
Retrieves the clone and pull statistics for the last 30 days from a specified project.
认证
需要 Connected AccountTags
Retrieve the path to repository storageGITLAB_GET_API_V4_PROJECTS_ID_STORAGERetrieves the path to repository storage for a specified project. If you are using Gitaly Cluster (Praefect), see Praefect-generated replica paths instead. Administrators only.需要连接
Retrieves the path to repository storage for a specified project. If you are using Gitaly Cluster (Praefect), see Praefect-generated replica paths instead. Administrators only.
认证
需要 Connected AccountTags
List all templates of a particular typeGITLAB_GET_API_V4_PROJECTS_ID_TEMPLATES_TYPELists all templates of a specified type for a project.需要连接
Lists all templates of a specified type for a project.
认证
需要 Connected AccountTags
Retrieve a template of a particular typeGITLAB_GET_API_V4_PROJECTS_ID_TEMPLATES_TYPE_NAMERetrieves a template of a specified type for a project.需要连接
Retrieves a template of a specified type for a project.
认证
需要 Connected AccountTags
Retrieve a Terraform stateGITLAB_GET_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAMERetrieves a Terraform state by name for a specified project.需要连接
Retrieves a Terraform state by name for a specified project.
认证
需要 Connected AccountTags
Retrieve a Terraform state versionGITLAB_GET_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAME_VERSIONS_SERIALRetrieves a specified Terraform state version.需要连接
Retrieves a specified Terraform state version.
认证
需要 Connected AccountTags
List all Terraform state protection rules for a projectGITLAB_GET_API_V4_PROJECTS_ID_TERRAFORM_STATE_PROTECTION_RULESLists all Terraform state protection rules for a project. This feature was introduced in GitLab 18.11.需要连接
Lists all Terraform state protection rules for a project. This feature was introduced in GitLab 18.11.
认证
需要 Connected AccountTags
List all transferable namespaces for a projectGITLAB_GET_API_V4_PROJECTS_ID_TRANSFER_LOCATIONSLists all namespaces where a specified project can be transferred.需要连接
Lists all namespaces where a specified project can be transferred.
认证
需要 Connected AccountTags
List all project trigger tokensGITLAB_GET_API_V4_PROJECTS_ID_TRIGGERSLists all pipeline trigger tokens for a specified project.需要连接
Lists all pipeline trigger tokens for a specified project.
认证
需要 Connected AccountTags
Retrieve trigger token detailsGITLAB_GET_API_V4_PROJECTS_ID_TRIGGERS_TRIGGER_IDRetrieves details of a pipeline trigger token for a project.需要连接
Retrieves details of a pipeline trigger token for a project.
认证
需要 Connected AccountTags
List all uploadsGITLAB_GET_API_V4_PROJECTS_ID_UPLOADSLists all uploads of a project sorted by `created_at` in descending order. You must have the Maintainer or Owner role for the project.需要连接
Lists all uploads of a project sorted by `created_at` in descending order. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Download an uploaded file by secret and filenameGITLAB_GET_API_V4_PROJECTS_ID_UPLOADS_SECRET_FILENAMEDownloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the project.需要连接
Downloads an uploaded file with a specified secret and filename. You must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the project.
认证
需要 Connected AccountTags
Download an uploaded file by IDGITLAB_GET_API_V4_PROJECTS_ID_UPLOADS_UPLOAD_IDDownloads an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.需要连接
Downloads an uploaded file with a specified ID. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
List all members of a projectGITLAB_GET_API_V4_PROJECTS_ID_USERSLists all members with access to a specified project.需要连接
Lists all members with access to a specified project.
认证
需要 Connected AccountTags
List all project variablesGITLAB_GET_API_V4_PROJECTS_ID_VARIABLESLists all variables for a project. Use the `page` and `per_page` pagination parameters to control the pagination of results.需要连接
Lists all variables for a project. Use the `page` and `per_page` pagination parameters to control the pagination of results.
认证
需要 Connected AccountTags
Retrieve a single variableGITLAB_GET_API_V4_PROJECTS_ID_VARIABLES_KEYRetrieves details of a specified variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Retrieves details of a specified variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
List all project vulnerabilitiesGITLAB_GET_API_V4_PROJECTS_ID_VULNERABILITIESLists all vulnerabilities for a specified project.需要连接
Lists all vulnerabilities for a specified project.
认证
需要 Connected AccountTags
List all vulnerability notesGITLAB_GET_API_V4_PROJECTS_ID_VULNERABILITIES_NOTEABLE_ID_NOTESLists all notes for a specified vulnerability.需要连接
Lists all notes for a specified vulnerability.
认证
需要 Connected AccountTags
Retrieve a vulnerability noteGITLAB_GET_API_V4_PROJECTS_ID_VULNERABILITIES_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for a vulnerability.需要连接
Retrieves a specified note for a vulnerability.
认证
需要 Connected AccountTags
List all project vulnerability findingsGITLAB_GET_API_V4_PROJECTS_ID_VULNERABILITY_FINDINGSLists all vulnerability findings for a specified project. Responses are paginated and return 20 results by default.需要连接
Lists all vulnerability findings for a specified project. Responses are paginated and return 20 results by default.
认证
需要 Connected AccountTags
List all wiki page meta notesGITLAB_GET_API_V4_PROJECTS_ID_WIKI_PAGES_NOTEABLE_ID_NOTESLists all notes for a specified wiki page meta.需要连接
Lists all notes for a specified wiki page meta.
认证
需要 Connected AccountTags
Retrieve a wiki page meta noteGITLAB_GET_API_V4_PROJECTS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDRetrieves a specified note for a wiki page meta.需要连接
Retrieves a specified note for a wiki page meta.
认证
需要 Connected AccountTags
List all wiki pages for a projectGITLAB_GET_API_V4_PROJECTS_ID_WIKISLists all wiki pages for a specified project.需要连接
Lists all wiki pages for a specified project.
认证
需要 Connected AccountTags
Retrieve a wiki page for a projectGITLAB_GET_API_V4_PROJECTS_ID_WIKIS_SLUGRetrieves a specified wiki page for a project.需要连接
Retrieves a specified wiki page for a project.
认证
需要 Connected AccountTags
The NuGet V2 Feed Find Packages by ID endpointGITLAB_GET_API_V4_PROJECTS_PROJECT_ID_PACKAGES_NUGET_V2_FINDPACKAGESBYIDThis feature was introduced in GitLab 16.4需要连接
This feature was introduced in GitLab 16.4
认证
需要 Connected AccountTags
The NuGet V2 Feed Enumerate Packages endpointGITLAB_GET_API_V4_PROJECTS_PROJECT_ID_PACKAGES_NUGET_V2_PACKAGESThis feature was introduced in GitLab 16.4需要连接
This feature was introduced in GitLab 16.4
认证
需要 Connected AccountTags
Retrieve details of a container registry repositoryGITLAB_GET_API_V4_REGISTRY_REPOSITORIES_IDRetrieves details of a specified container registry repository.需要连接
Retrieves details of a specified container registry repository.
认证
需要 Connected AccountTags
List all runner controllersGITLAB_GET_API_V4_RUNNER_CONTROLLERSLists all runner controllers.需要连接
Lists all runner controllers.
认证
需要 Connected AccountTags
Retrieve a single runner controllerGITLAB_GET_API_V4_RUNNER_CONTROLLERS_IDRetrieves details of a specified runner controller.需要连接
Retrieves details of a specified runner controller.
认证
需要 Connected AccountTags
List all scopes for a runner controllerGITLAB_GET_API_V4_RUNNER_CONTROLLERS_ID_SCOPESLists all scopes for a runner controller.需要连接
Lists all scopes for a runner controller.
认证
需要 Connected AccountTags
List all runner controller tokensGITLAB_GET_API_V4_RUNNER_CONTROLLERS_RUNNER_CONTROLLER_ID_TOKENSLists all runner controller tokens.需要连接
Lists all runner controller tokens.
认证
需要 Connected AccountTags
Retrieve a single runner controller tokenGITLAB_GET_API_V4_RUNNER_CONTROLLERS_RUNNER_CONTROLLER_ID_TOKENS_IDRetrieves details of a specified runner controller token by its ID.需要连接
Retrieves details of a specified runner controller token by its ID.
认证
需要 Connected AccountTags
List all available runnersGITLAB_GET_API_V4_RUNNERSLists all runners available to the user. For group runners, you must have the Owner role in the owner namespace.需要连接
Lists all runners available to the user. For group runners, you must have the Owner role in the owner namespace.
认证
需要 Connected AccountTags
List all runnersGITLAB_GET_API_V4_RUNNERS_ALLLists all runners in the GitLab instance (project and shared). You must have either administrator access or auditor access.需要连接
Lists all runners in the GitLab instance (project and shared). You must have either administrator access or auditor access.
认证
需要 Connected AccountTags
Retrieve details on a runnerGITLAB_GET_API_V4_RUNNERS_IDRetrieves details of a runner. Instance runner details are available to all authenticated users through this endpoint. For groups and projects, you must have the Maintainer or Owner role for the associated project or group.需要连接
Retrieves details of a runner. Instance runner details are available to all authenticated users through this endpoint. For groups and projects, you must have the Maintainer or Owner role for the associated project or group.
认证
需要 Connected AccountTags
List all jobs processed by a runnerGITLAB_GET_API_V4_RUNNERS_ID_JOBSLists all jobs that are being processed or were processed by a specified runner. The list of jobs is limited to projects where the user has the Reporter, Developer, Maintainer, or Owner role.需要连接
Lists all jobs that are being processed or were processed by a specified runner. The list of jobs is limited to projects where the user has the Reporter, Developer, Maintainer, or Owner role.
认证
需要 Connected AccountTags
List all managers for a runnerGITLAB_GET_API_V4_RUNNERS_ID_MANAGERSList all managers for a specified runner.需要连接
List all managers for a specified runner.
认证
需要 Connected AccountTags
Get projects associated with a runnerGITLAB_GET_API_V4_RUNNERS_ID_PROJECTSGet a paginated list of all projects associated with the specified runner. Access is restricted based on user permissions.需要连接
Get a paginated list of all projects associated with the specified runner. Access is restricted based on user permissions.
认证
需要 Connected AccountTags
Discover Job Router informationGITLAB_GET_API_V4_RUNNERS_ROUTER_DISCOVERYDiscovers Job Router information for a runner. You must provide a valid runner authentication token.需要连接
Discovers Job Router information for a runner. You must provide a valid runner authentication token.
认证
需要 Connected AccountTags
Search an instanceGITLAB_GET_API_V4_SEARCHSearches for a term across the entire GitLab instance. The response depends on the requested scope.需要连接
Searches for a term across the entire GitLab instance. The response depends on the requested scope.
认证
需要 Connected AccountTags
Retrieve a vulnerability archive exportGITLAB_GET_API_V4_SECURITY_VULNERABILITY_ARCHIVE_EXPORTS_IDRetrieves the attributes for a specified vulnerability archive export. You can use this endpoint to poll the export status until it is `finished`. Clients should use the `Poll-Interval` response header to determine how long to wait before sending the next poll. The `Poll-Interval` represents the time in milliseconds.需要连接
Retrieves the attributes for a specified vulnerability archive export. You can use this endpoint to poll the export status until it is `finished`. Clients should use the `Poll-Interval` response header to determine how long to wait before sending the next poll. The `Poll-Interval` represents the time in milliseconds.
认证
需要 Connected AccountTags
Download a vulnerability archive exportGITLAB_GET_API_V4_SECURITY_VULNERABILITY_ARCHIVE_EXPORTS_ID_DOWNLOADDownloads a vulnerability archive export.需要连接
Downloads a vulnerability archive export.
认证
需要 Connected AccountTags
Retrieve a vulnerability exportGITLAB_GET_API_V4_SECURITY_VULNERABILITY_EXPORTS_IDRetrieves a specified vulnerability export.需要连接
Retrieves a specified vulnerability export.
认证
需要 Connected AccountTags
Download a vulnerability exportGITLAB_GET_API_V4_SECURITY_VULNERABILITY_EXPORTS_ID_DOWNLOADDownloads a specified vulnerability export.需要连接
Downloads a specified vulnerability export.
认证
需要 Connected AccountTags
List all instance service accountsGITLAB_GET_API_V4_SERVICE_ACCOUNTSLists all instance service accounts. Use the `page` and `per_page` pagination parameters to filter the results.需要连接
Lists all instance service accounts. Use the `page` and `per_page` pagination parameters to filter the results.
认证
需要 Connected AccountTags
List all Sidekiq metricsGITLAB_GET_API_V4_SIDEKIQ_COMPOUND_METRICSLists all Sidekiq metrics. Includes queue, process, and job completion metrics.需要连接
Lists all Sidekiq metrics. Includes queue, process, and job completion metrics.
认证
需要 Connected AccountTags
Retrieve job completion metricsGITLAB_GET_API_V4_SIDEKIQ_JOB_STATSRetrieves statistics on the completion status of all Sidekiq jobs.需要连接
Retrieves statistics on the completion status of all Sidekiq jobs.
认证
需要 Connected AccountTags
List all Sidekiq processesGITLAB_GET_API_V4_SIDEKIQ_PROCESS_METRICSLists all details about all registered Sidekiq worker processes, including hostname, process ID, queues, and concurrency settings.需要连接
Lists all details about all registered Sidekiq worker processes, including hostname, process ID, queues, and concurrency settings.
认证
需要 Connected AccountTags
List all job queue metricsGITLAB_GET_API_V4_SIDEKIQ_QUEUE_METRICSLists all details about all Sidekiq job queues, including backlog size and latency.需要连接
Lists all details about all Sidekiq job queues, including backlog size and latency.
认证
需要 Connected AccountTags
List all snippet repository storage movesGITLAB_GET_API_V4_SNIPPET_REPOSITORY_STORAGE_MOVESLists all snippet repository storage moves. By default, `GET` requests return 20 results at a time because the API results are paginated.需要连接
Lists all snippet repository storage moves. By default, `GET` requests return 20 results at a time because the API results are paginated.
认证
需要 Connected AccountTags
Retrieve a snippet repository storage moveGITLAB_GET_API_V4_SNIPPET_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a specified snippet repository storage move.需要连接
Retrieves a specified snippet repository storage move.
认证
需要 Connected AccountTags
List all snippets for current userGITLAB_GET_API_V4_SNIPPETSLists all snippets for the currently authenticated user.需要连接
Lists all snippets for the currently authenticated user.
认证
需要 Connected AccountTags
List all snippetsGITLAB_GET_API_V4_SNIPPETS_ALLLists all snippets available to the currently authenticated user. Users with Administrator or Auditor access levels can see all snippets (both personal and project). This feature was introduced in GitLab 16.3.需要连接
Lists all snippets available to the currently authenticated user. Users with Administrator or Auditor access levels can see all snippets (both personal and project). This feature was introduced in GitLab 16.3.
认证
需要 Connected AccountTags
Retrieve a snippetGITLAB_GET_API_V4_SNIPPETS_IDRetrieves a specified snippet.需要连接
Retrieves a specified snippet.
认证
需要 Connected AccountTags
Retrieve snippet file contentGITLAB_GET_API_V4_SNIPPETS_ID_FILES_REF_FILE_PATH_RAWRetrieves the raw file content from a snippet as plain text.需要连接
Retrieves the raw file content from a snippet as plain text.
认证
需要 Connected AccountTags
Retrieve a raw snippetGITLAB_GET_API_V4_SNIPPETS_ID_RAWRetrieves the raw contents of a specified snippet as plain text需要连接
Retrieves the raw contents of a specified snippet as plain text
认证
需要 Connected AccountTags
List all repository storage moves for a snippetGITLAB_GET_API_V4_SNIPPETS_ID_REPOSITORY_STORAGE_MOVESLists all repository storage moves for a specified snippet. By default, `GET` requests return 20 results at a time because the API results are paginated.需要连接
Lists all repository storage moves for a specified snippet. By default, `GET` requests return 20 results at a time because the API results are paginated.
认证
需要 Connected AccountTags
Retrieve a repository storage move for a snippetGITLAB_GET_API_V4_SNIPPETS_ID_REPOSITORY_STORAGE_MOVES_REPOSITORY_STORAGE_MOVE_IDRetrieves a repository storage move for a specified snippet.需要连接
Retrieves a repository storage move for a specified snippet.
认证
需要 Connected AccountTags
Retrieve user agent details for a snippetGITLAB_GET_API_V4_SNIPPETS_ID_USER_AGENT_DETAILRetrieves user agent details for a specified snippet.需要连接
Retrieves user agent details for a specified snippet.
认证
需要 Connected AccountTags
List all public snippetsGITLAB_GET_API_V4_SNIPPETS_PUBLICLists all public snippets accessible to the currently authenticated user.需要连接
Lists all public snippets accessible to the currently authenticated user.
认证
需要 Connected AccountTags
Swagger compatible API descriptionGITLAB_GET_API_V4_SWAGGER_DOCSwagger compatible API description需要连接
Swagger compatible API description
认证
需要 Connected AccountTags
Swagger compatible API description for specific APIGITLAB_GET_API_V4_SWAGGER_DOC_NAMESwagger compatible API description for specific API需要连接
Swagger compatible API description for specific API
认证
需要 Connected AccountTags
List all Dockerfile templatesGITLAB_GET_API_V4_TEMPLATES_DOCKERFILESLists all Dockerfile templates.需要连接
Lists all Dockerfile templates.
认证
需要 Connected AccountTags
Retrieve a Dockerfile templateGITLAB_GET_API_V4_TEMPLATES_DOCKERFILES_NAMERetrieves a specified Dockerfile template.需要连接
Retrieves a specified Dockerfile template.
认证
需要 Connected AccountTags
List all .gitignore templatesGITLAB_GET_API_V4_TEMPLATES_GITIGNORESLists all .gitignore templates.需要连接
Lists all .gitignore templates.
认证
需要 Connected AccountTags
Retrieve a .gitignore templateGITLAB_GET_API_V4_TEMPLATES_GITIGNORES_NAMERetrieves a specified .gitignore template.需要连接
Retrieves a specified .gitignore template.
认证
需要 Connected AccountTags
List all GitLab CI/CD YAML templatesGITLAB_GET_API_V4_TEMPLATES_GITLAB_CI_YMLSLists all GitLab CI/CD YAML templates.需要连接
Lists all GitLab CI/CD YAML templates.
认证
需要 Connected AccountTags
Retrieve a GitLab CI/CD YAML templateGITLAB_GET_API_V4_TEMPLATES_GITLAB_CI_YMLS_NAMERetrieves a specified GitLab CI/CD YAML template.需要连接
Retrieves a specified GitLab CI/CD YAML template.
认证
需要 Connected AccountTags
List all license templatesGITLAB_GET_API_V4_TEMPLATES_LICENSESLists all available license templates.需要连接
Lists all available license templates.
认证
需要 Connected AccountTags
Retrieve a license templateGITLAB_GET_API_V4_TEMPLATES_LICENSES_NAMERetrieves a specified license template. You can pass parameters to replace the license placeholder.需要连接
Retrieves a specified license template. You can pass parameters to replace the license placeholder.
认证
需要 Connected AccountTags
List all to-do itemsGITLAB_GET_API_V4_TODOSLists all to-do items. When no filter is applied, it returns all pending to-do items for the current user. Different filters allow the user to refine the request.需要连接
Lists all to-do items. When no filter is applied, it returns all pending to-do items for the current user. Different filters allow the user to refine the request.
认证
需要 Connected AccountTags
List all topicsGITLAB_GET_API_V4_TOPICSLists all project topics sorted by the number of associated projects.需要连接
Lists all project topics sorted by the number of associated projects.
认证
需要 Connected AccountTags
Retrieve a topicGITLAB_GET_API_V4_TOPICS_IDRetrieves a specified project topic.需要连接
Retrieves a specified project topic.
认证
需要 Connected AccountTags
Download metric definitionsGITLAB_GET_API_V4_USAGE_DATA_METRIC_DEFINITIONSDownloads all metric definitions as a single YAML file.需要连接
Downloads all metric definitions as a single YAML file.
认证
需要 Connected AccountTags
List all non-SQL metricsGITLAB_GET_API_V4_USAGE_DATA_NON_SQL_METRICSLists all non-SQL metrics data used in the Service ping. This action is behind the `usage_data_non_sql_metrics` feature flag. Administrators only.需要连接
Lists all non-SQL metrics data used in the Service ping. This action is behind the `usage_data_non_sql_metrics` feature flag. Administrators only.
认证
需要 Connected AccountTags
List all Service Ping SQL queriesGITLAB_GET_API_V4_USAGE_DATA_QUERIESLists all raw SQL queries used to compute Service Ping. This action is behind the `usage_data_queries_api` feature flag. Administrators only.需要连接
Lists all raw SQL queries used to compute Service Ping. This action is behind the `usage_data_queries_api` feature flag. Administrators only.
认证
需要 Connected AccountTags
Retrieve Service Ping payloadGITLAB_GET_API_V4_USAGE_DATA_SERVICE_PINGRetrieves the Service Ping payload from the application cache as JSON. If no cached payload is available, returns an empty response. Requires a personal access token with the `read_service_ping` scope. Introduced in GitLab 16.9.需要连接
Retrieves the Service Ping payload from the application cache as JSON. If no cached payload is available, returns an empty response. Requires a personal access token with the `read_service_ping` scope. Introduced in GitLab 16.9.
认证
需要 Connected AccountTags
Retrieve current user detailsGITLAB_GET_API_V4_USERRetrieves details about your user account.需要连接
Retrieves details about your user account.
认证
需要 Connected AccountTags
List all activity for a userGITLAB_GET_API_V4_USER_ACTIVITIESLists all activity for a specified user.需要连接
Lists all activity for a specified user.
认证
需要 Connected AccountTags
List all applicationsGITLAB_GET_API_V4_USER_APPLICATIONSLists all applications owned by the authenticated user.需要连接
Lists all applications owned by the authenticated user.
认证
需要 Connected AccountTags
Retrieve an applicationGITLAB_GET_API_V4_USER_APPLICATIONS_IDRetrieves details of a specific application owned by the authenticated user.需要连接
Retrieves details of a specific application owned by the authenticated user.
认证
需要 Connected AccountTags
Return the user specific countsGITLAB_GET_API_V4_USER_COUNTSAssigned open issues, assigned MRs and pending todos count需要连接
Assigned open issues, assigned MRs and pending todos count
认证
需要 Connected AccountTags
List all email addresses for a userGITLAB_GET_API_V4_USER_EMAILSLists all email addresses for the currently authenticated user.需要连接
Lists all email addresses for the currently authenticated user.
认证
需要 Connected AccountTags
Retrieve details on an email addressGITLAB_GET_API_V4_USER_EMAILS_EMAIL_IDRetrieves details on a specified email address for the currently authenticated user.需要连接
Retrieves details on a specified email address for the currently authenticated user.
认证
需要 Connected AccountTags
List all GPG keysGITLAB_GET_API_V4_USER_GPG_KEYSLists all GPG keys for the currently authenticated user.需要连接
Lists all GPG keys for the currently authenticated user.
认证
需要 Connected AccountTags
Retrieve a GPG keyGITLAB_GET_API_V4_USER_GPG_KEYS_KEY_IDRetrieves a GPG key for the currently authenticated user.需要连接
Retrieves a GPG key for the currently authenticated user.
认证
需要 Connected AccountTags
List all SSH keysGITLAB_GET_API_V4_USER_KEYSLists all SSH keys for the currently authenticated user.需要连接
Lists all SSH keys for the currently authenticated user.
认证
需要 Connected AccountTags
Retrieve an SSH keyGITLAB_GET_API_V4_USER_KEYS_KEY_IDRetrieves a specified SSH key for the currently authenticated user.需要连接
Retrieves a specified SSH key for the currently authenticated user.
认证
需要 Connected AccountTags
Retrieve your user preferencesGITLAB_GET_API_V4_USER_PREFERENCESRetrieves your user preferences.需要连接
Retrieves your user preferences.
认证
需要 Connected AccountTags
Retrieve your user statusGITLAB_GET_API_V4_USER_STATUSRetrieves your user status.需要连接
Retrieves your user status.
认证
需要 Connected AccountTags
Retrieve Support PINGITLAB_GET_API_V4_USER_SUPPORT_PINRetrieves a Support PIN for the currently authenticated user. GitLab Support may ask for this PIN to validate your identity.需要连接
Retrieves a Support PIN for the currently authenticated user. GitLab Support may ask for this PIN to validate your identity.
认证
需要 Connected AccountTags
List all usersGITLAB_GET_API_V4_USERSLists all users on the instance. This endpoint supports keyset pagination. In GitLab 17.0 and later, keyset pagination is used by default.需要连接
Lists all users on the instance. This endpoint supports keyset pagination. In GitLab 17.0 and later, keyset pagination is used by default.
认证
需要 Connected AccountTags
Retrieve a user as a regular userGITLAB_GET_API_V4_USERS_IDRetrieves a specified user as a regular user.需要连接
Retrieves a specified user as a regular user.
认证
需要 Connected AccountTags
Retrieve association counts for a userGITLAB_GET_API_V4_USERS_ID_ASSOCIATIONS_COUNTRetrieves the number of groups, projects, issues, and merge requests associated with a specified user.需要连接
Retrieves the number of groups, projects, issues, and merge requests associated with a specified user.
认证
需要 Connected AccountTags
List all custom attributes for a userGITLAB_GET_API_V4_USERS_ID_CUSTOM_ATTRIBUTESLists all custom attributes for a specified user.需要连接
Lists all custom attributes for a specified user.
认证
需要 Connected AccountTags
Retrieve a custom attribute for a userGITLAB_GET_API_V4_USERS_ID_CUSTOM_ATTRIBUTES_KEYRetrieves a specified custom attribute for a user.需要连接
Retrieves a specified custom attribute for a user.
认证
需要 Connected AccountTags
List all email addresses for a userGITLAB_GET_API_V4_USERS_ID_EMAILSLists all email addresses for a specified user account. Administrators only.需要连接
Lists all email addresses for a specified user account. Administrators only.
认证
需要 Connected AccountTags
Retrieve contribution events for a userGITLAB_GET_API_V4_USERS_ID_EVENTSRetrieves the contribution events for a specified user. Does not return events associated with epics or merge requests. Returns bulk push events with limited commit details.需要连接
Retrieves the contribution events for a specified user. Does not return events associated with epics or merge requests. Returns bulk push events with limited commit details.
认证
需要 Connected AccountTags
List all accounts that follow a userGITLAB_GET_API_V4_USERS_ID_FOLLOWERSLists all user accounts that follow a specified user.需要连接
Lists all user accounts that follow a specified user.
认证
需要 Connected AccountTags
List all accounts followed by a userGITLAB_GET_API_V4_USERS_ID_FOLLOWINGLists all user accounts being followed by a specified user.需要连接
Lists all user accounts being followed by a specified user.
认证
需要 Connected AccountTags
List all GPG keys for a userGITLAB_GET_API_V4_USERS_ID_GPG_KEYSLists all GPG keys for a specified user account. This endpoint does not require authentication.需要连接
Lists all GPG keys for a specified user account. This endpoint does not require authentication.
认证
需要 Connected AccountTags
Retrieve a GPG key for a userGITLAB_GET_API_V4_USERS_ID_GPG_KEYS_KEY_IDRetrieves a GPG key for a specified user account. This endpoint does not require authentication.需要连接
Retrieves a GPG key for a specified user account. This endpoint does not require authentication.
认证
需要 Connected AccountTags
Retrieve an SSH key for a userGITLAB_GET_API_V4_USERS_ID_KEYS_KEY_IDRetrieves an SSH key for a specified user account. This endpoint does not require authentication.需要连接
Retrieves an SSH key for a specified user account. This endpoint does not require authentication.
认证
需要 Connected AccountTags
Retrieve a Support PIN for a userGITLAB_GET_API_V4_USERS_ID_SUPPORT_PINRetrieves a Support PIN for a specified user. GitLab Support may ask for this PIN to validate your identity. Administrators only.需要连接
Retrieves a Support PIN for a specified user. GitLab Support may ask for this PIN to validate your identity. Administrators only.
认证
需要 Connected AccountTags
List all projects contributions for a userGITLAB_GET_API_V4_USERS_USER_ID_CONTRIBUTED_PROJECTSLists all contributions to visible projects for a specified user. Returns only contributions in the past year.需要连接
Lists all contributions to visible projects for a specified user. Returns only contributions in the past year.
认证
需要 Connected AccountTags
List all impersonation tokens for a userGITLAB_GET_API_V4_USERS_USER_ID_IMPERSONATION_TOKENSLists all impersonation tokens for a specified user. Administrators only.需要连接
Lists all impersonation tokens for a specified user. Administrators only.
认证
需要 Connected AccountTags
Retrieve an impersonation token for a userGITLAB_GET_API_V4_USERS_USER_ID_IMPERSONATION_TOKENS_IMPERSONATION_TOKEN_IDRetrieves an impersonation token for a specified user. Administrators only.需要连接
Retrieves an impersonation token for a specified user. Administrators only.
认证
需要 Connected AccountTags
List all SSH keys for a userGITLAB_GET_API_V4_USERS_USER_ID_KEYSLists all SSH keys for a specified user account.需要连接
Lists all SSH keys for a specified user account.
认证
需要 Connected AccountTags
List all project and group memberships for a userGITLAB_GET_API_V4_USERS_USER_ID_MEMBERSHIPSLists all project and group memberships for a specified user. Administrators only.需要连接
Lists all project and group memberships for a specified user. Administrators only.
认证
需要 Connected AccountTags
List all project deploy keys for a userGITLAB_GET_API_V4_USERS_USER_ID_PROJECT_DEPLOY_KEYSLists all project deploy keys accessible to a specified user.需要连接
Lists all project deploy keys accessible to a specified user.
认证
需要 Connected AccountTags
List all personal projects for a userGITLAB_GET_API_V4_USERS_USER_ID_PROJECTSLists all personal projects for a specified user. Does not return group or subgroup projects. If the user profile is private, returns only an empty list.需要连接
Lists all personal projects for a specified user. Does not return group or subgroup projects. If the user profile is private, returns only an empty list.
认证
需要 Connected AccountTags
List all projects starred by a userGITLAB_GET_API_V4_USERS_USER_ID_STARRED_PROJECTSLists all visible projects starred by a specified user. Unauthenticated requests return only public projects.需要连接
Lists all visible projects starred by a specified user. Unauthenticated requests return only public projects.
认证
需要 Connected AccountTags
Retrieve the status of a userGITLAB_GET_API_V4_USERS_USER_ID_STATUSRetrieves the status of a user. You can access this endpoint without authentication.需要连接
Retrieves the status of a user. You can access this endpoint without authentication.
认证
需要 Connected AccountTags
Retrieves version information for the GitLab instanceGITLAB_GET_API_V4_VERSIONThis feature was introduced in GitLab 8.13 and deprecated in 15.5. We recommend you instead use the Metadata API.需要连接
This feature was introduced in GitLab 8.13 and deprecated in 15.5. We recommend you instead use the Metadata API.
认证
需要 Connected AccountTags
Get the settings manifest for Settings SyncGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_SETTINGS_CONTEXT_HASH_V1_MANIFESTGet the settings manifest for Settings Sync需要连接
Get the settings manifest for Settings Sync
认证
需要 Connected AccountTags
Get a list of references to one or more vscode setting resourcesGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_SETTINGS_CONTEXT_HASH_V1_RESOURCE_RESOURCE_NAMEGet a list of references to one or more vscode setting resources需要连接
Get a list of references to one or more vscode setting resources
认证
需要 Connected AccountTags
Get a specific setting resourceGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_SETTINGS_CONTEXT_HASH_V1_RESOURCE_RESOURCE_NAME_IDGet a specific setting resource需要连接
Get a specific setting resource
认证
需要 Connected AccountTags
Get the settings manifest for Settings SyncGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_V1_MANIFESTGet the settings manifest for Settings Sync需要连接
Get the settings manifest for Settings Sync
认证
需要 Connected AccountTags
Get a list of references to one or more vscode setting resourcesGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_V1_RESOURCE_RESOURCE_NAMEGet a list of references to one or more vscode setting resources需要连接
Get a list of references to one or more vscode setting resources
认证
需要 Connected AccountTags
Get a specific setting resourceGITLAB_GET_API_V4_VSCODE_SETTINGS_SYNC_V1_RESOURCE_RESOURCE_NAME_IDGet a specific setting resource需要连接
Get a specific setting resource
认证
需要 Connected AccountTags
Retrieve a vulnerabilityGITLAB_GET_API_V4_VULNERABILITIES_IDRetrieves a specified vulnerability.需要连接
Retrieves a specified vulnerability.
认证
需要 Connected AccountTags
Get related issues for a vulnerabilityGITLAB_GET_API_V4_VULNERABILITIES_ID_ISSUE_LINKSGet related issues for a vulnerability需要连接
Get related issues for a vulnerability
认证
需要 Connected AccountTags
Retrieve the public signing keyGITLAB_GET_API_V4_WEB_COMMITS_PUBLIC_KEYRetrieves the GitLab public key for signing web commits. This feature was introduced in GitLab 17.4.需要连接
Retrieves the GitLab public key for signing web commits. This feature was introduced in GitLab 17.4.
认证
需要 Connected AccountTags
Update the number of replicas override for an enabled namespaceGITLAB_PATCH_API_V4_ADMIN_ZOEKT_NAMESPACES_IDUpdate the number of replicas override for an enabled namespace需要连接
Update the number of replicas override for an enabled namespace
认证
需要 Connected AccountTags
Update the workflow statusGITLAB_PATCH_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_IDUpdate the workflow status需要连接
Update the workflow status
认证
需要 Connected AccountTags
Update an enterprise userGITLAB_PATCH_API_V4_GROUPS_ID_ENTERPRISE_USERS_USER_IDUpdates a specified enterprise user.需要连接
Updates a specified enterprise user.
认证
需要 Connected AccountTags
Disable two-factor authentication for an enterprise userGITLAB_PATCH_API_V4_GROUPS_ID_ENTERPRISE_USERS_USER_ID_DISABLE_TWO_FACTORDisables two-factor authentication (2FA) for a specified enterprise user.需要连接
Disables two-factor authentication (2FA) for a specified enterprise user.
认证
需要 Connected AccountTags
Update a protected branchGITLAB_PATCH_API_V4_GROUPS_ID_PROTECTED_BRANCHES_NAMEUpdates a protected branch for a specified group.需要连接
Updates a protected branch for a specified group.
认证
需要 Connected AccountTags
Update `extern_uid` field for a SAML identityGITLAB_PATCH_API_V4_GROUPS_ID_SAML_UIDUpdates the `extern_uid` field for a specified SAML identity.需要连接
Updates the `extern_uid` field for a specified SAML identity.
认证
需要 Connected AccountTags
Update `extern_uid` field for a SCIM identityGITLAB_PATCH_API_V4_GROUPS_ID_SCIM_UIDUpdates the `extern_uid` field for a specified SCIM identity.需要连接
Updates the `extern_uid` field for a specified SCIM identity.
认证
需要 Connected AccountTags
Update a group service accountGITLAB_PATCH_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_IDUpdate a specified group service account.需要连接
Update a specified group service account.
认证
需要 Connected AccountTags
Append a patch to the job traceGITLAB_PATCH_API_V4_JOBS_ID_TRACEAppend a patch to the job trace需要连接
Append a patch to the job trace
认证
需要 Connected AccountTags
Transfer purchased compute minutes packs to another namespaceGITLAB_PATCH_API_V4_NAMESPACES_ID_MINUTES_MOVE_TARGET_IDDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Set status of an external controlGITLAB_PATCH_API_V4_PROJECTS_ID_COMPLIANCE_EXTERNAL_CONTROLS_CONTROL_ID_STATUSSets the status of a specified external control. Use this operation to inform GitLab that a control has passed or failed a check by an external service.需要连接
Sets the status of a specified external control. Use this operation to inform GitLab that a control has passed or failed a check by an external service.
认证
需要 Connected AccountTags
Update Error Tracking settings for a projectGITLAB_PATCH_API_V4_PROJECTS_ID_ERROR_TRACKING_SETTINGSUpdates Error Tracking settings for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Updates Error Tracking settings for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Update the CI/CD job token access settings for a projectGITLAB_PATCH_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPEUpdates the **Authorized groups and projects** setting (job token scope) of a specified project.需要连接
Updates the **Authorized groups and projects** setting (job token scope) of a specified project.
认证
需要 Connected AccountTags
Update a software license policyGITLAB_PATCH_API_V4_PROJECTS_ID_MANAGED_LICENSES_MANAGED_LICENSE_IDUpdates a specified software license policy for a project.需要连接
Updates a specified software license policy for a project.
认证
需要 Connected AccountTags
Updates a Model Version.GITLAB_PATCH_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_MODEL_VERSIONS_UPDATEhttps://mlflow.org/docs/2.19.0/rest-api.html#update-modelversion需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#update-modelversion
认证
需要 Connected AccountTags
Update a Registered Model by NameGITLAB_PATCH_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_UPDATEhttps://mlflow.org/docs/2.19.0/rest-api.html#update-registeredmodel需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#update-registeredmodel
认证
需要 Connected AccountTags
Update a package protection ruleGITLAB_PATCH_API_V4_PROJECTS_ID_PACKAGES_PROTECTION_RULES_PACKAGE_PROTECTION_RULE_IDUpdates a package protection rule for a specified project.需要连接
Updates a package protection rule for a specified project.
认证
需要 Connected AccountTags
Update Pages settings for a projectGITLAB_PATCH_API_V4_PROJECTS_ID_PAGESUpdates Pages settings for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Updates Pages settings for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Update a protected branchGITLAB_PATCH_API_V4_PROJECTS_ID_PROTECTED_BRANCHES_NAMEUpdates a protected branch for a specified project.需要连接
Updates a protected branch for a specified project.
认证
需要 Connected AccountTags
Update a container repository protection ruleGITLAB_PATCH_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_REPOSITORY_RULES_PROTECTION_RULE_IDUpdates a container repository protection rule for a specified project.需要连接
Updates a container repository protection rule for a specified project.
认证
需要 Connected AccountTags
Update a container registry protection tag ruleGITLAB_PATCH_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_TAG_RULES_PROTECTION_RULE_IDUpdates a container registry protection tag rule for a project. This feature was introduced in GitLab 18.9.需要连接
Updates a container registry protection tag rule for a project. This feature was introduced in GitLab 18.9.
认证
需要 Connected AccountTags
Update a project service accountGITLAB_PATCH_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_IDUpdate a specified project service account.需要连接
Update a specified project service account.
认证
需要 Connected AccountTags
Update a Terraform state protection rule for a projectGITLAB_PATCH_API_V4_PROJECTS_ID_TERRAFORM_STATE_PROTECTION_RULES_TERRAFORM_STATE_PROTECTION_RULE_IDThis feature was introduced in GitLab 19.0.需要连接
This feature was introduced in GitLab 19.0.
认证
需要 Connected AccountTags
Update an instance service accountGITLAB_PATCH_API_V4_SERVICE_ACCOUNTS_USER_IDUpdates a specified instance service account.需要连接
Updates a specified instance service account.
认证
需要 Connected AccountTags
Update a user statusGITLAB_PATCH_API_V4_USER_STATUSSets the status of the currently authenticated user. Any parameters that are not passed are ignored. This operation is similar but distinct from the Set a user status operation.需要连接
Sets the status of the currently authenticated user. Any parameters that are not passed are ignored. This operation is similar but distinct from the Set a user status operation.
认证
需要 Connected AccountTags
Disable two-factor authentication for a userGITLAB_PATCH_API_V4_USERS_ID_DISABLE_TWO_FACTORDisables two-factor authentication for a specified user account. Administrators only.需要连接
Disables two-factor authentication for a specified user account. Administrators only.
认证
需要 Connected AccountTags
Replay items from the dead queue into another queueGITLAB_POST_API_V4_ADMIN_ACTIVE_CONTEXT_DEAD_QUEUE_REPLAYReplay items from the dead queue into another queue需要连接
Replay items from the dead queue into another queue
认证
需要 Connected AccountTags
Create instance variableGITLAB_POST_API_V4_ADMIN_CI_VARIABLESCreates a instance-level variable. The maximum number of instance-level variables can be changed.需要连接
Creates a instance-level variable. The maximum number of instance-level variables can be changed.
认证
需要 Connected AccountTags
Create an instance clusterGITLAB_POST_API_V4_ADMIN_CLUSTERS_ADDCreates an instance cluster by adding an existing Kubernetes cluster.需要连接
Creates an instance cluster by adding an existing Kubernetes cluster.
认证
需要 Connected AccountTags
Create Admin Role on the GitLab instanceGITLAB_POST_API_V4_ADMIN_MEMBER_ROLESCreate Admin Role on the GitLab instance需要连接
Create Admin Role on the GitLab instance
认证
需要 Connected AccountTags
Update status of a migrationGITLAB_POST_API_V4_ADMIN_MIGRATIONS_TIMESTAMP_MARKUpdates the status of a migration to indicate a successful execution. This prevent them from being executed by the `db:migrate` tasks. Use this API to skip failing migrations after you determine they are safe to skip.需要连接
Updates the status of a migration to indicate a successful execution. This prevent them from being executed by the `db:migrate` tasks. Use this API to skip failing migrations after you determine they are safe to skip.
认证
需要 Connected AccountTags
Create workflow persistence (agent-initiated, limited privileges)GITLAB_POST_API_V4_AI_DUO_WORKFLOWS_AGENT_WORKFLOWSAccessible via ai_workflows scope token. Does not accept agent_privileges or pre_approved_agent_privileges.需要连接
Accessible via ai_workflows scope token. Does not accept agent_privileges or pre_approved_agent_privileges.
认证
需要 Connected AccountTags
Add code review comments to a merge requestGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_CODE_REVIEW_ADD_COMMENTSAdds review comments generated by Duo Workflows to a merge request.需要连接
Adds review comments generated by Duo Workflows to a merge request.
认证
需要 Connected AccountTags
Connection details for accessing Duo Agent Platform Service directlyGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_DIRECT_ACCESSConnection details for accessing Duo Agent Platform Service directly需要连接
Connection details for accessing Duo Agent Platform Service directly
认证
需要 Connected AccountTags
Register a flow callback endpointGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_FLOW_CALLBACKSRegisters an HTTPS endpoint for Duo flow lifecycle callbacks. Reference the returned id via callback_hook_id when creating a flow. Secrets are never returned.需要连接
Registers an HTTPS endpoint for Duo flow lifecycle callbacks. Reference the returned id via callback_hook_id when creating a flow. Secrets are never returned.
认证
需要 Connected AccountTags
Revoke ai_workflows tokenGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_REVOKE_TOKENRevoke ai_workflows token需要连接
Revoke ai_workflows token
认证
需要 Connected AccountTags
Create a flowGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWSCreates and starts a flow.需要连接
Creates and starts a flow.
认证
需要 Connected AccountTags
Ingest AI audit events from Duo Workflow ServiceGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_AUDIT_EVENTSIngest AI audit events from Duo Workflow Service需要连接
Ingest AI audit events from Duo Workflow Service
认证
需要 Connected AccountTags
Create multiple workflow checkpoint writesGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_CHECKPOINT_WRITES_BATCHCreate multiple workflow checkpoint writes需要连接
Create multiple workflow checkpoint writes
认证
需要 Connected AccountTags
Create workflow checkpointGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_CHECKPOINTSCreate workflow checkpoint需要连接
Create workflow checkpoint
认证
需要 Connected AccountTags
Create workflow eventGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_EVENTSCreate workflow event需要连接
Create workflow event
认证
需要 Connected AccountTags
Resume a paused workflowGITLAB_POST_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_WORKFLOW_ID_RESUMEResume a paused workflow需要连接
Resume a paused workflow
认证
需要 Connected AccountTags
Generate Git commands from natural textGITLAB_POST_API_V4_AI_LLM_GIT_COMMANDGenerates Git commands from natural language input需要连接
Generates Git commands from natural language input
认证
需要 Connected AccountTags
Get connection details for third party agentsGITLAB_POST_API_V4_AI_THIRD_PARTY_AGENTS_DIRECT_ACCESSReturns connection details including tokens for accessing third-party agents.需要连接
Returns connection details including tokens for accessing third-party agents.
认证
需要 Connected AccountTags
Create a new applicationGITLAB_POST_API_V4_APPLICATIONSThis feature was introduced in GitLab 10.5需要连接
This feature was introduced in GitLab 10.5
认证
需要 Connected AccountTags
Renew an application secretGITLAB_POST_API_V4_APPLICATIONS_ID_RENEW_SECRETRenew the secret of a specific application需要连接
Renew the secret of a specific application
认证
需要 Connected AccountTags
Create a broadcast messageGITLAB_POST_API_V4_BROADCAST_MESSAGESCreates a broadcast message.需要连接
Creates a broadcast message.
认证
需要 Connected AccountTags
Start a group or project migrationGITLAB_POST_API_V4_BULK_IMPORTSStarts a group or project migration. To migrate a project, specify `entities[project_entity]`.需要连接
Starts a group or project migration. To migrate a project, specify `entities[project_entity]`.
认证
需要 Connected AccountTags
Cancel a migrationGITLAB_POST_API_V4_BULK_IMPORTS_IMPORT_ID_CANCELCancels a direct transfer migration. This feature was introduced in GitLab 17.1.需要连接
Cancels a direct transfer migration. This feature was introduced in GitLab 17.1.
认证
需要 Connected AccountTags
Generate a Chat responseGITLAB_POST_API_V4_CHAT_COMPLETIONSGenerates a response for a GitLab Duo Chat question.需要连接
Generates a response for a GitLab Duo Chat question.
认证
需要 Connected AccountTags
Generate code completionsGITLAB_POST_API_V4_CODE_SUGGESTIONS_COMPLETIONSGenerates code completions. Uses the AI abstraction layer to generate code completions. Requests to this endpoint are proxied to the AI Gateway.需要连接
Generates code completions. Uses the AI abstraction layer to generate code completions. Requests to this endpoint are proxied to the AI Gateway.
认证
需要 Connected AccountTags
Retrieve connection detailsGITLAB_POST_API_V4_CODE_SUGGESTIONS_CONNECTION_DETAILSRetrieves user-specific connection details which can be used by IDEs or clients for telemetry, including an instance-specific application ID, application access token, and clickhouse data plane URL.需要连接
Retrieves user-specific connection details which can be used by IDEs or clients for telemetry, including an instance-specific application ID, application access token, and clickhouse data plane URL.
认证
需要 Connected AccountTags
Retrieve direct connection details for the AI GatewayGITLAB_POST_API_V4_CODE_SUGGESTIONS_DIRECT_ACCESSRetrieves user-specific connection details which can be used by IDEs or clients to send `completion` requests to Code Suggestions directly through the AI Gateway.需要连接
Retrieves user-specific connection details which can be used by IDEs or clients to send `completion` requests to Code Suggestions directly through the AI Gateway.
认证
需要 Connected AccountTags
Validate status of Code SuggestionsGITLAB_POST_API_V4_CODE_SUGGESTIONS_ENABLEDValidates the status Code Suggestions for a specified project. This checks if the project has `code_suggestions` enabled or if an ancestor group has the Code Suggestions add-on enabled.需要连接
Validates the status Code Suggestions for a specified project. This checks if the project has `code_suggestions` enabled or if an ancestor group has the Code Suggestions add-on enabled.
认证
需要 Connected AccountTags
Receives notifications from the container registry when an operation occursGITLAB_POST_API_V4_CONTAINER_REGISTRY_EVENT_EVENTSThis feature was introduced in GitLab 12.10需要连接
This feature was introduced in GitLab 12.10
认证
需要 Connected AccountTags
Create a deploy keyGITLAB_POST_API_V4_DEPLOY_KEYSCreates a deploy key for the GitLab instance. Requires administrator access.需要连接
Creates a deploy key for the GitLab instance. Requires administrator access.
认证
需要 Connected AccountTags
Evaluate code reviewGITLAB_POST_API_V4_DUO_CODE_REVIEW_EVALUATIONSEvaluates code changes using GitLab Duo code review需要连接
Evaluates code changes using GitLab Duo code review
认证
需要 Connected AccountTags
Force a variant assignment for an experiment contextGITLAB_POST_API_V4_EXPERIMENTS_EXPERIMENT_NAME_ASSIGNMENTSForces a specific variant assignment for the given experiment and context. The assignment is stored in Redis cache and will persist until overwritten. Defaults to current user if no context is provided.需要连接
Forces a specific variant assignment for the given experiment and context. The assignment is stored in Redis cache and will persist until overwritten. Defaults to current user if no context is provided.
认证
需要 Connected AccountTags
Report Unleash client metricsGITLAB_POST_API_V4_FEATURE_FLAGS_UNLEASH_PROJECT_ID_CLIENT_METRICSReport Unleash client metrics需要连接
Report Unleash client metrics
认证
需要 Connected AccountTags
Register Unleash clientGITLAB_POST_API_V4_FEATURE_FLAGS_UNLEASH_PROJECT_ID_CLIENT_REGISTERRegister Unleash client需要连接
Register Unleash client
认证
需要 Connected AccountTags
Create or update a feature flagGITLAB_POST_API_V4_FEATURES_NAMECreates or updates a feature flag value. If a feature with the given name doesn't exist yet, the operation creates one. The value can be a boolean or an integer to indicate percentage of time.需要连接
Creates or updates a feature flag value. If a feature with the given name doesn't exist yet, the operation creates one. The value can be a boolean or an integer to indicate percentage of time.
认证
需要 Connected AccountTags
Query the GraphQL endpoint of an existing Geo nodeGITLAB_POST_API_V4_GEO_NODE_PROXY_ID_GRAPHQLQuery the GraphQL endpoint of an existing Geo node需要连接
Query the GraphQL endpoint of an existing Geo node
认证
需要 Connected AccountTags
Create a Geo nodeGITLAB_POST_API_V4_GEO_NODESCreates a Geo node.需要连接
Creates a Geo node.
认证
需要 Connected AccountTags
Repair authentication of the Geo nodeGITLAB_POST_API_V4_GEO_NODES_ID_REPAIRRepairs the OAuth authentication of a primary Geo node.需要连接
Repairs the OAuth authentication of a primary Geo node.
认证
需要 Connected AccountTags
Responsible for making HTTP GET /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primaryGITLAB_POST_API_V4_GEO_PROXY_GIT_SSH_INFO_REFS_RECEIVE_PACKResponsible for making HTTP GET /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primary需要连接
Responsible for making HTTP GET /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primary
认证
需要 Connected AccountTags
Responsible for making HTTP GET /repo.git/info/refs?service=git-upload-pack request from secondary gitlab-shell to primaryGITLAB_POST_API_V4_GEO_PROXY_GIT_SSH_INFO_REFS_UPLOAD_PACKResponsible for making HTTP GET /repo.git/info/refs?service=git-upload-pack request from secondary gitlab-shell to primary需要连接
Responsible for making HTTP GET /repo.git/info/refs?service=git-upload-pack request from secondary gitlab-shell to primary
认证
需要 Connected AccountTags
Responsible for making HTTP POST /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primaryGITLAB_POST_API_V4_GEO_PROXY_GIT_SSH_RECEIVE_PACKResponsible for making HTTP POST /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primary需要连接
Responsible for making HTTP POST /repo.git/info/refs?service=git-receive-pack request from secondary gitlab-shell to primary
认证
需要 Connected AccountTags
Responsible for making HTTP POST /repo.git/git-upload-pack request from secondary gitlab-shell to primaryGITLAB_POST_API_V4_GEO_PROXY_GIT_SSH_UPLOAD_PACKResponsible for making HTTP POST /repo.git/git-upload-pack request from secondary gitlab-shell to primary需要连接
Responsible for making HTTP POST /repo.git/git-upload-pack request from secondary gitlab-shell to primary
认证
需要 Connected AccountTags
Create a Geo siteGITLAB_POST_API_V4_GEO_SITESCreates a Geo site.需要连接
Creates a Geo site.
认证
需要 Connected AccountTags
Repair a Geo siteGITLAB_POST_API_V4_GEO_SITES_ID_REPAIRRepairs the OAuth authentication of a Geo site if there is an OAuth synchronization problem between the primary or secondary Geo sites.需要连接
Repairs the OAuth authentication of a Geo site if there is an OAuth synchronization problem between the primary or secondary Geo sites.
认证
需要 Connected AccountTags
Posts the current node status to the primary siteGITLAB_POST_API_V4_GEO_STATUSPosts the current node status to the primary site需要连接
Posts the current node status to the primary site
认证
需要 Connected AccountTags
Execute a GLQL queryGITLAB_POST_API_V4_GLQLExecutes a GLQL query to search and filter GitLab resources.需要连接
Executes a GLQL query to search and filter GitLab resources.
认证
需要 Connected AccountTags
Create group repository storage moves for a storage shardGITLAB_POST_API_V4_GROUP_REPOSITORY_STORAGE_MOVESCreates repository storage moves for all groups on a specified storage shard.需要连接
Creates repository storage moves for all groups on a specified storage shard.
认证
需要 Connected AccountTags
Request access to a groupGITLAB_POST_API_V4_GROUPS_ID_ACCESS_REQUESTSRequests access to a specified group for the authenticated user.需要连接
Requests access to a specified group for the authenticated user.
认证
需要 Connected AccountTags
Create a group access tokenGITLAB_POST_API_V4_GROUPS_ID_ACCESS_TOKENSCreates a group access token for a specified group. You cannot create a token with an access level greater than your account. For example, a user with the Maintainer role cannot create a group access token with the Owner role. You must use a personal access token with this endpoint. You cannot authenticate with a group access token.需要连接
Creates a group access token for a specified group. You cannot create a token with an access level greater than your account. For example, a user with the Maintainer role cannot create a group access token with the Owner role. You must use a personal access token with this endpoint. You cannot authenticate with a group access token.
认证
需要 Connected AccountTags
Rotate a group access tokenGITLAB_POST_API_V4_GROUPS_ID_ACCESS_TOKENS_SELF_ROTATERotates a group access token by passing it to the API in a header.需要连接
Rotates a group access token by passing it to the API in a header.
认证
需要 Connected AccountTags
Rotate a group access tokenGITLAB_POST_API_V4_GROUPS_ID_ACCESS_TOKENS_TOKEN_ID_ROTATERotates a group access token. This immediately revokes the previous token and creates a token. Generally, this endpoint rotates a specific group access token by authenticating with a personal access token. You can also use a group access token to rotate itself. If you attempt to use this endpoint to rotate a token that was previously revoked, any active tokens from the same token family are revoked. This feature was introduced in GitLab 16.0.需要连接
Rotates a group access token. This immediately revokes the previous token and creates a token. Generally, this endpoint rotates a specific group access token by authenticating with a personal access token. You can also use a group access token to rotate itself. If you attempt to use this endpoint to rotate a token that was previously revoked, any active tokens from the same token family are revoked. This feature was introduced in GitLab 16.0.
认证
需要 Connected AccountTags
Create an approval rule for a groupGITLAB_POST_API_V4_GROUPS_ID_APPROVAL_RULESCreates an approval rule for a group. Restricted to group administrators. Do not use the `rule_type` field when building approval rules from the API. The field supports these rule types: - `any_approver`: A pre-configured default rule with `approvals_required` set to `0`.需要连接
Creates an approval rule for a group. Restricted to group administrators. Do not use the `rule_type` field when building approval rules from the API. The field supports these rule types: - `any_approver`: A pre-configured default rule with `approvals_required` set to `0`.
认证
需要 Connected AccountTags
Archive a groupGITLAB_POST_API_V4_GROUPS_ID_ARCHIVEArchives a specified group. You must be an administrator or have the Owner role for the group.需要连接
Archives a specified group. You must be an administrator or have the Owner role for the group.
认证
需要 Connected AccountTags
Create a badge for a groupGITLAB_POST_API_V4_GROUPS_ID_BADGESCreates a badge for a specified group.需要连接
Creates a badge for a specified group.
认证
需要 Connected AccountTags
Create a group issue boardGITLAB_POST_API_V4_GROUPS_ID_BOARDSCreates a group issue board for a specified group.需要连接
Creates a group issue board for a specified group.
认证
需要 Connected AccountTags
Create a group issue board listGITLAB_POST_API_V4_GROUPS_ID_BOARDS_BOARD_ID_LISTSCreates a group issue board list for a specified board.需要连接
Creates a group issue board list for a specified board.
认证
需要 Connected AccountTags
Create a group clusterGITLAB_POST_API_V4_GROUPS_ID_CLUSTERS_USERCreates a group cluster for a specified group by adding an existing Kubernetes cluster.需要连接
Creates a group cluster for a specified group by adding an existing Kubernetes cluster.
认证
需要 Connected AccountTags
Create a Debian group distributionGITLAB_POST_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONSCreates a Debian group distribution for a specified group.需要连接
Creates a Debian group distribution for a specified group.
认证
需要 Connected AccountTags
Create a new epicGITLAB_POST_API_V4_GROUPS_ID_DASH_EPICSCreates a new epic需要连接
Creates a new epic
认证
需要 Connected AccountTags
Create and relate epic to a parentGITLAB_POST_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_EPICSCreate and relate epic to a parent需要连接
Create and relate epic to a parent
认证
需要 Connected AccountTags
Relate epicsGITLAB_POST_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_EPICS_CHILD_EPIC_IDRelate epics需要连接
Relate epics
认证
需要 Connected AccountTags
Add an issue to an epicGITLAB_POST_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_ISSUES_ISSUE_IDAdds a specified issue to an epic. If the issue already belongs to another epic, it is removed from the original epic.需要连接
Adds a specified issue to an epic. If the issue already belongs to another epic, it is removed from the original epic.
认证
需要 Connected AccountTags
NPM registry bulk advisory endpointGITLAB_POST_API_V4_GROUPS_ID_DASH_PACKAGES_NPM_DASH_NPM_V1_SECURITY_ADVISORIES_BULKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
NPM registry quick audit endpointGITLAB_POST_API_V4_GROUPS_ID_DASH_PACKAGES_NPM_DASH_NPM_V1_SECURITY_AUDITS_QUICKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
Create a dependency list exportGITLAB_POST_API_V4_GROUPS_ID_DEPENDENCY_LIST_EXPORTSCreates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.需要连接
Creates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.
认证
需要 Connected AccountTags
Create a group deploy tokenGITLAB_POST_API_V4_GROUPS_ID_DEPLOY_TOKENSCreates a group deploy token.需要连接
Creates a group deploy token.
认证
需要 Connected AccountTags
Add an emoji reaction to an epicGITLAB_POST_API_V4_GROUPS_ID_EPICS_EPIC_IID_AWARD_EMOJIAdds an emoji reaction to an epic.需要连接
Adds an emoji reaction to an epic.
认证
需要 Connected AccountTags
Add an emoji reaction to an epic commentGITLAB_POST_API_V4_GROUPS_ID_EPICS_EPIC_IID_NOTES_NOTE_ID_AWARD_EMOJIAdds an emoji reaction to a comment on an epic.需要连接
Adds an emoji reaction to a comment on an epic.
认证
需要 Connected AccountTags
Create a related epic linkGITLAB_POST_API_V4_GROUPS_ID_EPICS_EPIC_IID_RELATED_EPICSCreates a two-way relation between two epics. The user must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for both groups.需要连接
Creates a two-way relation between two epics. The user must have the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for both groups.
认证
需要 Connected AccountTags
Create a to-do item for an epicGITLAB_POST_API_V4_GROUPS_ID_EPICS_EPIC_IID_TODOCreates a to-do item for the current user on a specified epic. If a to-do item already exists for the user on that epic, status code 304 is returned.需要连接
Creates a to-do item for the current user on a specified epic. If a to-do item already exists for the user on that epic, status code 304 is returned.
认证
需要 Connected AccountTags
Create an epic discussionGITLAB_POST_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONSCreates a discussion for a specified epic. Replies can be added to it later.需要连接
Creates a discussion for a specified epic. Replies can be added to it later.
认证
需要 Connected AccountTags
Add a comment to an epic discussionGITLAB_POST_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESAdds a comment to a specified epic discussion.需要连接
Adds a comment to a specified epic discussion.
认证
需要 Connected AccountTags
Create an epic noteGITLAB_POST_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_NOTESCreates a note for an epic.需要连接
Creates a note for an epic.
认证
需要 Connected AccountTags
Create a group exportGITLAB_POST_API_V4_GROUPS_ID_EXPORTCreates a group export for a specified group.需要连接
Creates a group export for a specified group.
认证
需要 Connected AccountTags
Schedule a relations export for a groupGITLAB_POST_API_V4_GROUPS_ID_EXPORT_RELATIONSSchedules a relations export for a specified group.需要连接
Schedules a relations export for a specified group.
认证
需要 Connected AccountTags
Create a group hookGITLAB_POST_API_V4_GROUPS_ID_HOOKSCreates a hook for a specified group.需要连接
Creates a hook for a specified group.
认证
需要 Connected AccountTags
Resend a webhook eventGITLAB_POST_API_V4_GROUPS_ID_HOOKS_HOOK_ID_EVENTS_HOOK_LOG_ID_RESENDResends a webhook event. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.需要连接
Resends a webhook event. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.
认证
需要 Connected AccountTags
Trigger a test webhookGITLAB_POST_API_V4_GROUPS_ID_HOOKS_HOOK_ID_TEST_TRIGGERTriggers a test webhook. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.需要连接
Triggers a test webhook. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.
认证
需要 Connected AccountTags
Add a member to a groupGITLAB_POST_API_V4_GROUPS_ID_INVITATIONSAdds a member to a group. You can specify a user ID or invite a user by email.需要连接
Adds a member to a group. You can specify a user ID or invite a user by email.
认证
需要 Connected AccountTags
Create a group labelGITLAB_POST_API_V4_GROUPS_ID_LABELSCreates a group label.需要连接
Creates a group label.
认证
需要 Connected AccountTags
Subscribe to a group labelGITLAB_POST_API_V4_GROUPS_ID_LABELS_SUBSCRIBABLE_ID_SUBSCRIBESubscribes the currently authenticated user to a specified group label. They will receive notifications on changes to this item.需要连接
Subscribes the currently authenticated user to a specified group label. They will receive notifications on changes to this item.
认证
需要 Connected AccountTags
Unsubscribe to a group labelGITLAB_POST_API_V4_GROUPS_ID_LABELS_SUBSCRIBABLE_ID_UNSUBSCRIBEUnsubscribes the currently authenticated user from a specified group label. They will no longer receive notifications on changes to this item.需要连接
Unsubscribes the currently authenticated user from a specified group label. They will no longer receive notifications on changes to this item.
认证
需要 Connected AccountTags
Add an LDAP group link with CN or filterGITLAB_POST_API_V4_GROUPS_ID_LDAP_GROUP_LINKSAdds an LDAP group link using a CN or filter.Adding a group link by filter is only supported in the Premium tier and above.需要连接
Adds an LDAP group link using a CN or filter.Adding a group link by filter is only supported in the Premium tier and above.
认证
需要 Connected AccountTags
Sync a group with LDAPGITLAB_POST_API_V4_GROUPS_ID_LDAP_SYNCSyncs a specified group with its linked LDAP group. You must be an administrator or have the Owner role for the group.需要连接
Syncs a specified group with its linked LDAP group. You must be an administrator or have the Owner role for the group.
认证
需要 Connected AccountTags
Rotate a personal access token for an enterprise userGITLAB_POST_API_V4_GROUPS_ID_MANAGE_PERSONAL_ACCESS_TOKENS_PAT_ID_ROTATERotates a specified personal access token for an enterprise user associated with the top-level group. This revokes the previous token and creates a token that expires after one week.需要连接
Rotates a specified personal access token for an enterprise user associated with the top-level group. This revokes the previous token and creates a token that expires after one week.
认证
需要 Connected AccountTags
Rotate a group or project access token for a groupGITLAB_POST_API_V4_GROUPS_ID_MANAGE_RESOURCE_ACCESS_TOKENS_PRAT_ID_ROTATERotates a specified group or project access token associated with a top-level group. This revokes the previous token and creates a new token.需要连接
Rotates a specified group or project access token associated with a top-level group. This revokes the previous token and creates a new token.
认证
需要 Connected AccountTags
Add a member role to a groupGITLAB_POST_API_V4_GROUPS_ID_MEMBER_ROLESAdds a member role to a group. You can only add member roles at the root level of the group.需要连接
Adds a member role to a group. You can only add member roles at the root level of the group.
认证
需要 Connected AccountTags
Add a member to a groupGITLAB_POST_API_V4_GROUPS_ID_MEMBERSAdds a member to a specified group.需要连接
Adds a member to a specified group.
认证
需要 Connected AccountTags
Approve all pending group membersGITLAB_POST_API_V4_GROUPS_ID_MEMBERS_APPROVE_ALLApproves all pending users for a specified top-level group and any subgroups or projects.需要连接
Approves all pending users for a specified top-level group and any subgroups or projects.
认证
需要 Connected AccountTags
Set override flag for a member of a groupGITLAB_POST_API_V4_GROUPS_ID_MEMBERS_USER_ID_OVERRIDESets the override flag for a member of a group. By default, the access level of LDAP group members is set to the value specified by LDAP through Group Sync.需要连接
Sets the override flag for a member of a group. By default, the access level of LDAP group members is set to the value specified by LDAP through Group Sync.
认证
需要 Connected AccountTags
Create a group milestoneGITLAB_POST_API_V4_GROUPS_ID_MILESTONESCreates a milestone for the specified group.需要连接
Creates a milestone for the specified group.
认证
需要 Connected AccountTags
Workhorse authorization for the reassignment CSV fileGITLAB_POST_API_V4_GROUPS_ID_PLACEHOLDER_REASSIGNMENTS_AUTHORIZEAuthorizes Workhorse to handle CSV file uploads for placeholder reassignments. This feature was introduced in GitLab 17.10需要连接
Authorizes Workhorse to handle CSV file uploads for placeholder reassignments. This feature was introduced in GitLab 17.10
认证
需要 Connected AccountTags
Transfer a project to a groupGITLAB_POST_API_V4_GROUPS_ID_PROJECTS_PROJECT_IDTransfers a specified project to another group. Administrators only.需要连接
Transfers a specified project to another group. Administrators only.
认证
需要 Connected AccountTags
Protect a repository branchGITLAB_POST_API_V4_GROUPS_ID_PROTECTED_BRANCHESProtects a specified repository branch. Protect multiple branches by using a wildcard in the `name`.需要连接
Protects a specified repository branch. Protect multiple branches by using a wildcard in the `name`.
认证
需要 Connected AccountTags
Protect an environment for a groupGITLAB_POST_API_V4_GROUPS_ID_PROTECTED_ENVIRONMENTSProtects a specified environment for a group.需要连接
Protects a specified environment for a group.
认证
需要 Connected AccountTags
Add push rules to a groupGITLAB_POST_API_V4_GROUPS_ID_PUSH_RULEAdds push rules to a specified group. Use only if you have not defined any push rules so far.需要连接
Adds push rules to a specified group. Use only if you have not defined any push rules so far.
认证
需要 Connected AccountTags
Create a group repository storage moveGITLAB_POST_API_V4_GROUPS_ID_REPOSITORY_STORAGE_MOVESCreates a group repository storage move for a specified group. This operation moves only group wiki repositories and does not move repositories for projects in a group.需要连接
Creates a group repository storage move for a specified group. This operation moves only group wiki repositories and does not move repositories for projects in a group.
认证
需要 Connected AccountTags
Restore a groupGITLAB_POST_API_V4_GROUPS_ID_RESTORERestores a specified group that was previously scheduled for deletion. Can not restore groups outside of the retention period (30 days by default).需要连接
Restores a specified group that was previously scheduled for deletion. Can not restore groups outside of the retention period (30 days by default).
认证
需要 Connected AccountTags
Reset the runner registration token for a groupGITLAB_POST_API_V4_GROUPS_ID_RUNNERS_RESET_REGISTRATION_TOKENResets the runner registration token for a specified group.需要连接
Resets the runner registration token for a specified group.
认证
需要 Connected AccountTags
Add SAML group linkGITLAB_POST_API_V4_GROUPS_ID_SAML_GROUP_LINKSAdd a SAML group link for a group需要连接
Add a SAML group link for a group
认证
需要 Connected AccountTags
Create a group service accountGITLAB_POST_API_V4_GROUPS_ID_SERVICE_ACCOUNTSCreates a service account in a specified group.需要连接
Creates a service account in a specified group.
认证
需要 Connected AccountTags
Create a personal access token for a group service accountGITLAB_POST_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENSCreates a personal access token for a specified group service account. Available only for group Owners and administrators. This feature was introduced in GitLab 16.1.需要连接
Creates a personal access token for a specified group service account. Available only for group Owners and administrators. This feature was introduced in GitLab 16.1.
认证
需要 Connected AccountTags
Rotate a personal access token for a group service accountGITLAB_POST_API_V4_GROUPS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENS_TOKEN_ID_ROTATERotates a specified personal access token for a group service account. This revokes the existing token and creates a token with the same name, description, and scopes.需要连接
Rotates a specified personal access token for a group service account. This revokes the existing token and creates a token with the same name, description, and scopes.
认证
需要 Connected AccountTags
Add a group to a groupGITLAB_POST_API_V4_GROUPS_ID_SHAREAdds a group to a group.需要连接
Adds a group to a group.
认证
需要 Connected AccountTags
Add a group SSH certificateGITLAB_POST_API_V4_GROUPS_ID_SSH_CERTIFICATESAdds a group SSH certificate for a specified group.需要连接
Adds a group SSH certificate for a specified group.
认证
需要 Connected AccountTags
Transfer a groupGITLAB_POST_API_V4_GROUPS_ID_TRANSFERTransfers a group to another parent group or transforms a subgroup into a top-level group. You must be an administrator or have the Owner role for the group.需要连接
Transfers a group to another parent group or transforms a subgroup into a top-level group. You must be an administrator or have the Owner role for the group.
认证
需要 Connected AccountTags
Transfer a group to an organizationGITLAB_POST_API_V4_GROUPS_ID_TRANSFER_TO_ORGANIZATIONTransfer a group to an organization需要连接
Transfer a group to an organization
认证
需要 Connected AccountTags
Unarchive a groupGITLAB_POST_API_V4_GROUPS_ID_UNARCHIVEUnarchives a specified group. You must be an administrator or have the Owner role for the group.需要连接
Unarchives a specified group. You must be an administrator or have the Owner role for the group.
认证
需要 Connected AccountTags
Workhorse authorize the file uploadGITLAB_POST_API_V4_GROUPS_ID_UPLOADS_AUTHORIZEThis feature was introduced in GitLab 19.0需要连接
This feature was introduced in GitLab 19.0
认证
需要 Connected AccountTags
Create a group variableGITLAB_POST_API_V4_GROUPS_ID_VARIABLESCreates a group variable.需要连接
Creates a group variable.
认证
需要 Connected AccountTags
Create a wiki page meta noteGITLAB_POST_API_V4_GROUPS_ID_WIKI_PAGES_NOTEABLE_ID_NOTESCreates a note for a wiki page meta.需要连接
Creates a note for a wiki page meta.
认证
需要 Connected AccountTags
Create a wiki page for a groupGITLAB_POST_API_V4_GROUPS_ID_WIKISCreates a wiki page for a specified group. Requests can define the title, slug, and content.需要连接
Creates a wiki page for a specified group. Requests can define the title, slug, and content.
认证
需要 Connected AccountTags
Workhorse authorize the group import uploadGITLAB_POST_API_V4_GROUPS_IMPORT_AUTHORIZEThis feature was introduced in GitLab 12.8需要连接
This feature was introduced in GitLab 12.8
认证
需要 Connected AccountTags
Create a system hookGITLAB_POST_API_V4_HOOKSCreates a system hook.需要连接
Creates a system hook.
认证
需要 Connected AccountTags
Create a test runGITLAB_POST_API_V4_HOOKS_HOOK_IDCreates a test run for a webhook. Executes the webhook with mock data.需要连接
Creates a test run for a webhook. Executes the webhook with mock data.
认证
需要 Connected AccountTags
Import repository from Bitbucket CloudGITLAB_POST_API_V4_IMPORT_BITBUCKETImports a repository from Bitbucket Cloud to GitLab. Prerequisites: - The prerequisites for Bitbucket Cloud importer. This feature was introduced in GitLab 17.0.需要连接
Imports a repository from Bitbucket Cloud to GitLab. Prerequisites: - The prerequisites for Bitbucket Cloud importer. This feature was introduced in GitLab 17.0.
认证
需要 Connected AccountTags
Import repository from Bitbucket ServerGITLAB_POST_API_V4_IMPORT_BITBUCKET_SERVERImports a repository from Bitbucket Server to GitLab. The Bitbucket Project Key is only used for finding the repository in Bitbucket. You must specify a `target_namespace` if you want to import the repository to a GitLab group.需要连接
Imports a repository from Bitbucket Server to GitLab. The Bitbucket Project Key is only used for finding the repository in Bitbucket. You must specify a `target_namespace` if you want to import the repository to a GitLab group.
认证
需要 Connected AccountTags
Import a repository from GitHubGITLAB_POST_API_V4_IMPORT_GITHUBImports a repository from GitHub to GitLab.需要连接
Imports a repository from GitHub to GitLab.
认证
需要 Connected AccountTags
Cancel a GitHub project importGITLAB_POST_API_V4_IMPORT_GITHUB_CANCELCancels an in-progress import of a GitHub project to GitLab.需要连接
Cancels an in-progress import of a GitHub project to GitLab.
认证
需要 Connected AccountTags
Import GitHub gists into GitLab snippetsGITLAB_POST_API_V4_IMPORT_GITHUB_GISTSImports personal GitHub gists into GitLab snippets. You can import gists with up to 10 files. GitHub gists with more than 10 files are skipped. You should manually migrate these GitHub gists. If any gists cannot be imported, an email is sent with a list of gists that were not imported.需要连接
Imports personal GitHub gists into GitLab snippets. You can import gists with up to 10 files. GitHub gists with more than 10 files are skipped. You should manually migrate these GitHub gists. If any gists cannot be imported, an email is sent with a list of gists that were not imported.
认证
需要 Connected AccountTags
Subscribe a namespace to a JiraConnectInstallationGITLAB_POST_API_V4_INTEGRATIONS_JIRA_CONNECT_SUBSCRIPTIONSSubscribes the namespace to the JiraConnectInstallation需要连接
Subscribes the namespace to the JiraConnectInstallation
认证
需要 Connected AccountTags
Register the GitLab for Jira (Forge) system token for direct dev-info syncGITLAB_POST_API_V4_INTEGRATIONS_JIRA_FORGE_INSTALLATION_FORGE_TOKENStores the Forge app system OAuth token (X-Forge-Oauth-System header) and the Jira apiBaseUrl (from the FIT), so GitLab pushes dev-info directly to Jira. See Atlassian::Forge::SystemTokenClient.需要连接
Stores the Forge app system OAuth token (X-Forge-Oauth-System header) and the Jira apiBaseUrl (from the FIT), so GitLab pushes dev-info directly to Jira. See Atlassian::Forge::SystemTokenClient.
认证
需要 Connected AccountTags
Create a GitLab for Jira (Forge) namespace subscriptionGITLAB_POST_API_V4_INTEGRATIONS_JIRA_FORGE_SUBSCRIPTIONSSubscribes a GitLab namespace to the Forge installation so its development data syncs to Jira. Authenticated as the GitLab user (OAuth); the Jira installation and user are resolved from the Forge invocation context.需要连接
Subscribes a GitLab namespace to the Forge installation so its development data syncs to Jira. Authenticated as the GitLab user (OAuth); the Jira installation and user are resolved from the Forge invocation context.
认证
需要 Connected AccountTags
Receive Slack eventsGITLAB_POST_API_V4_INTEGRATIONS_SLACK_EVENTSReceive Slack events需要连接
Receive Slack events
认证
需要 Connected AccountTags
Process Slack interaction eventsGITLAB_POST_API_V4_INTEGRATIONS_SLACK_INTERACTIONSProcesses interaction events from Slack需要连接
Processes interaction events from Slack
认证
需要 Connected AccountTags
Get Slack interactive component optionsGITLAB_POST_API_V4_INTEGRATIONS_SLACK_OPTIONSRetrieves options for Slack interactive components需要连接
Retrieves options for Slack interactive components
认证
需要 Connected AccountTags
Authorize artifacts uploadGITLAB_POST_API_V4_JOBS_ID_ARTIFACTS_AUTHORIZEAuthorizes uploading artifacts for a specified job.需要连接
Authorizes uploading artifacts for a specified job.
认证
需要 Connected AccountTags
Authorize SBOM file uploadGITLAB_POST_API_V4_JOBS_ID_SBOM_SCANS_AUTHORIZEAuthorizes uploading an SBOM file to be scanned for a specified job.需要连接
Authorizes uploading an SBOM file to be scanned for a specified job.
认证
需要 Connected AccountTags
Reuse SBOM scan resultsGITLAB_POST_API_V4_JOBS_ID_SBOM_SCANS_SBOM_DIGESTReuses existing SBOM scan results if scans for the specified digest already exist.需要连接
Reuses existing SBOM scan results if scans for the specified digest already exist.
认证
需要 Connected AccountTags
Request a jobGITLAB_POST_API_V4_JOBS_REQUESTRequests a job for a runner to execute.需要连接
Requests a job for a runner to execute.
认证
需要 Connected AccountTags
Create a licenseGITLAB_POST_API_V4_LICENSECreates a license.需要连接
Creates a license.
认证
需要 Connected AccountTags
Render Markdown contentGITLAB_POST_API_V4_MARKDOWNRenders Markdown content as HTML.需要连接
Renders Markdown content as HTML.
认证
需要 Connected AccountTags
Create MCP request handlerGITLAB_POST_API_V4_MCPHandles Model Context Protocol requests需要连接
Handles Model Context Protocol requests
认证
需要 Connected AccountTags
Create an instance member roleGITLAB_POST_API_V4_MEMBER_ROLESCreates an instance member role.需要连接
Creates an instance member role.
认证
需要 Connected AccountTags
Create a subscription for the namespaceGITLAB_POST_API_V4_NAMESPACES_ID_GITLAB_SUBSCRIPTIONDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Create a compute minutes purchase record for the namespaceGITLAB_POST_API_V4_NAMESPACES_ID_MINUTESDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Creates a storage limit exclusion for a NamespaceGITLAB_POST_API_V4_NAMESPACES_ID_STORAGE_LIMIT_EXCLUSIONCreates a Namespaces::Storage::LimitExclusion需要连接
Creates a Namespaces::Storage::LimitExclusion
认证
需要 Connected AccountTags
Create an add-on purchase for the namespaceGITLAB_POST_API_V4_NAMESPACES_ID_SUBSCRIPTION_ADD_ON_PURCHASE_ADD_ON_NAMEDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Start a new offline transfer exportGITLAB_POST_API_V4_OFFLINE_EXPORTSInitiates a new offline transfer export需要连接
Initiates a new offline transfer export
认证
需要 Connected AccountTags
Start a new offline transfer importGITLAB_POST_API_V4_OFFLINE_IMPORTSInitiates a new offline transfer import from object storage需要连接
Initiates a new offline transfer import from object storage
认证
需要 Connected AccountTags
List all package upload URLsGITLAB_POST_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_UPLOAD_URLSLists all the upload URLs for a specified collection of package files. The request must include a JSON object with the name and size of the individual files.需要连接
Lists all the upload URLs for a specified collection of package files. The request must include a JSON object with the name and size of the individual files.
认证
需要 Connected AccountTags
List all recipe upload URLsGITLAB_POST_API_V4_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_UPLOAD_URLSLists all the upload URLs for a specified collection of recipe files. The request must include a JSON object with the name and size of the individual files.需要连接
Lists all the upload URLs for a specified collection of recipe files. The request must include a JSON object with the name and size of the individual files.
认证
需要 Connected AccountTags
NPM registry bulk advisory endpointGITLAB_POST_API_V4_PACKAGES_NPM_DASH_NPM_V1_SECURITY_ADVISORIES_BULKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
NPM registry quick audit endpointGITLAB_POST_API_V4_PACKAGES_NPM_DASH_NPM_V1_SECURITY_AUDITS_QUICKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
Rotate a personal access tokenGITLAB_POST_API_V4_PERSONAL_ACCESS_TOKENS_ID_ROTATERotates a specified personal access token. This revokes the previous token and creates a token that expires after one week. Administrators can revoke tokens for any user. Non-administrators can only revoke their own tokens.需要连接
Rotates a specified personal access token. This revokes the previous token and creates a token that expires after one week. Administrators can revoke tokens for any user. Non-administrators can only revoke their own tokens.
认证
需要 Connected AccountTags
Rotate a personal access tokenGITLAB_POST_API_V4_PERSONAL_ACCESS_TOKENS_SELF_ROTATERotates a personal access token by passing it to the API in a header需要连接
Rotates a personal access token by passing it to the API in a header
认证
需要 Connected AccountTags
Create a dependency list exportGITLAB_POST_API_V4_PIPELINES_ID_DEPENDENCY_LIST_EXPORTSCreates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.需要连接
Creates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.
认证
需要 Connected AccountTags
Create a project aliasGITLAB_POST_API_V4_PROJECT_ALIASESCreates a project alias.需要连接
Creates a project alias.
认证
需要 Connected AccountTags
Create repository storage moves for all projects on a storage shardGITLAB_POST_API_V4_PROJECT_REPOSITORY_STORAGE_MOVESCreates repository storage moves for each project repository stored on the source storage shard. This endpoint migrates all projects at once.需要连接
Creates repository storage moves for each project repository stored on the source storage shard. This endpoint migrates all projects at once.
认证
需要 Connected AccountTags
Request access to a projectGITLAB_POST_API_V4_PROJECTS_ID_ACCESS_REQUESTSRequests access to a specified project for the authenticated user.需要连接
Requests access to a specified project for the authenticated user.
认证
需要 Connected AccountTags
Create a project access tokenGITLAB_POST_API_V4_PROJECTS_ID_ACCESS_TOKENSCreates a project access token for a specified project. You cannot create a token with an access level greater than your account. For example, a user with the Maintainer role cannot create a project access token with the Owner role. You must use a personal access token with this endpoint. You cannot authenticate with a project access token.需要连接
Creates a project access token for a specified project. You cannot create a token with an access level greater than your account. For example, a user with the Maintainer role cannot create a project access token with the Owner role. You must use a personal access token with this endpoint. You cannot authenticate with a project access token.
认证
需要 Connected AccountTags
Rotate a project access tokenGITLAB_POST_API_V4_PROJECTS_ID_ACCESS_TOKENS_SELF_ROTATERotates a project access token by passing it to the API in a header.需要连接
Rotates a project access token by passing it to the API in a header.
认证
需要 Connected AccountTags
Rotate a project access tokenGITLAB_POST_API_V4_PROJECTS_ID_ACCESS_TOKENS_TOKEN_ID_ROTATERotates a project access token. This immediately revokes the previous token and creates a token. Generally, this endpoint rotates a specific project access token by authenticating with a personal access token. You can also use a project access token to rotate itself. If you attempt to use this endpoint to rotate a token that was previously revoked, any active tokens from the same token family are revoked. This feature was introduced in GitLab 16.0.需要连接
Rotates a project access token. This immediately revokes the previous token and creates a token. Generally, this endpoint rotates a specific project access token by authenticating with a personal access token. You can also use a project access token to rotate itself. If you attempt to use this endpoint to rotate a token that was previously revoked, any active tokens from the same token family are revoked. This feature was introduced in GitLab 16.0.
认证
需要 Connected AccountTags
Register an external agent identity.GITLAB_POST_API_V4_PROJECTS_ID_AI_AGENT_IDENTITIESRegisters a new agent identity for the current user, project, agent type, and machine fingerprint combination. Returns an existing record if one already exists. Returns 403 if the identity has been revoked.需要连接
Registers a new agent identity for the current user, project, agent type, and machine fingerprint combination. Returns an existing record if one already exists. Returns 403 if the identity has been revoked.
认证
需要 Connected AccountTags
Workhorse authorize metric image file uploadGITLAB_POST_API_V4_PROJECTS_ID_ALERT_MANAGEMENT_ALERTS_ALERT_IID_METRIC_IMAGES_AUTHORIZEWorkhorse authorize metric image file upload需要连接
Workhorse authorize metric image file upload
认证
需要 Connected AccountTags
Create an approval rule for a projectGITLAB_POST_API_V4_PROJECTS_ID_APPROVAL_RULESCreates an approval rule for a specified project.需要连接
Creates an approval rule for a specified project.
认证
需要 Connected AccountTags
Create new approval ruleGITLAB_POST_API_V4_PROJECTS_ID_APPROVAL_SETTINGS_RULESPrivate API subject to change需要连接
Private API subject to change
认证
需要 Connected AccountTags
Create or update approval configuration for a projectGITLAB_POST_API_V4_PROJECTS_ID_APPROVALSCreates or updates the approval configuration for a project. The currently authenticated user must be an eligible approver.需要连接
Creates or updates the approval configuration for a project. The currently authenticated user must be an eligible approver.
认证
需要 Connected AccountTags
Archive a projectGITLAB_POST_API_V4_PROJECTS_ID_ARCHIVEArchives a specified project. You must be an administrator or be assigned the Owner role on the project.需要连接
Archives a specified project. You must be an administrator or be assigned the Owner role on the project.
认证
需要 Connected AccountTags
Create a badge for a projectGITLAB_POST_API_V4_PROJECTS_ID_BADGESCreates a badge for a specified project.需要连接
Creates a badge for a specified project.
认证
需要 Connected AccountTags
Create an issue boardGITLAB_POST_API_V4_PROJECTS_ID_BOARDSCreates an issue board in a specified project.需要连接
Creates an issue board in a specified project.
认证
需要 Connected AccountTags
Create an issue board listGITLAB_POST_API_V4_PROJECTS_ID_BOARDS_BOARD_ID_LISTSCreates an issue board list.需要连接
Creates an issue board list.
认证
需要 Connected AccountTags
Publish a new component project release as version to the CI/CD catalogGITLAB_POST_API_V4_PROJECTS_ID_CATALOG_PUBLISHPublishes a release of a catalog resource as version to the CI/CD catalog.需要连接
Publishes a release of a catalog resource as version to the CI/CD catalog.
认证
需要 Connected AccountTags
Validate a CI/CD configurationGITLAB_POST_API_V4_PROJECTS_ID_CI_LINTValidates a provided CI/CD configuration in the context of a specified project.需要连接
Validates a provided CI/CD configuration in the context of a specified project.
认证
需要 Connected AccountTags
Create an agentGITLAB_POST_API_V4_PROJECTS_ID_CLUSTER_AGENTSCreates an agent for the project. You must have the Maintainer or Owner role to use this endpoint.需要连接
Creates an agent for the project. You must have the Maintainer or Owner role to use this endpoint.
认证
需要 Connected AccountTags
Create an agent tokenGITLAB_POST_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_TOKENSCreates a token for an agent. You must have the Maintainer or Owner role to use this endpoint. An agent can have only two active tokens at one time.需要连接
Creates a token for an agent. You must have the Maintainer or Owner role to use this endpoint. An agent can have only two active tokens at one time.
认证
需要 Connected AccountTags
Create an agent URL configurationGITLAB_POST_API_V4_PROJECTS_ID_CLUSTER_AGENTS_AGENT_ID_URL_CONFIGURATIONSCreates an agent URL configuration. You must have the Maintainer or Owner role to use this endpoint. An agent can have only one URL configuration at the time. This feature was introduced in GitLab 17.4.需要连接
Creates an agent URL configuration. You must have the Maintainer or Owner role to use this endpoint. An agent can have only one URL configuration at the time. This feature was introduced in GitLab 17.4.
认证
需要 Connected AccountTags
Add a cluster to a projectGITLAB_POST_API_V4_PROJECTS_ID_CLUSTERS_USERAdds a cluster to a specified project.需要连接
Adds a cluster to a specified project.
认证
需要 Connected AccountTags
Create a CI configuration merge requestGITLAB_POST_API_V4_PROJECTS_ID_CREATE_CI_CONFIGCreates a merge request to add CI configuration to a specified project.需要连接
Creates a merge request to add CI configuration to a specified project.
认证
需要 Connected AccountTags
Create a Debian project distributionGITLAB_POST_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONSCreates a Debian project distribution for a specified project.需要连接
Creates a Debian project distribution for a specified project.
认证
需要 Connected AccountTags
Create a dependency list exportGITLAB_POST_API_V4_PROJECTS_ID_DEPENDENCY_LIST_EXPORTSCreates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.需要连接
Creates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a `403 Forbidden` status code.
认证
需要 Connected AccountTags
Add a deploy key for a projectGITLAB_POST_API_V4_PROJECTS_ID_DEPLOY_KEYSAdds a deploy key for a specified project. If the deploy key already exists in another project, it is joined to the current project only if the original one is accessible by the same user.需要连接
Adds a deploy key for a specified project. If the deploy key already exists in another project, it is joined to the current project only if the original one is accessible by the same user.
认证
需要 Connected AccountTags
Enable a deploy keyGITLAB_POST_API_V4_PROJECTS_ID_DEPLOY_KEYS_KEY_ID_ENABLEEnables a deploy key for a project so this can be used. Returns the enabled key, with a status code 201 when successful.需要连接
Enables a deploy key for a project so this can be used. Returns the enabled key, with a status code 201 when successful.
认证
需要 Connected AccountTags
Create a project deploy tokenGITLAB_POST_API_V4_PROJECTS_ID_DEPLOY_TOKENSCreates a project deploy token.需要连接
Creates a project deploy token.
认证
需要 Connected AccountTags
Create a deploymentGITLAB_POST_API_V4_PROJECTS_ID_DEPLOYMENTSCreates a deployment.需要连接
Creates a deployment.
认证
需要 Connected AccountTags
Approve or reject a deploymentGITLAB_POST_API_V4_PROJECTS_ID_DEPLOYMENTS_DEPLOYMENT_ID_APPROVALApproves or rejects a deployment.需要连接
Approves or rejects a deployment.
认证
需要 Connected AccountTags
Create an environmentGITLAB_POST_API_V4_PROJECTS_ID_ENVIRONMENTSCreates an environment for a specified project.需要连接
Creates an environment for a specified project.
认证
需要 Connected AccountTags
Stop an environmentGITLAB_POST_API_V4_PROJECTS_ID_ENVIRONMENTS_ENVIRONMENT_ID_STOPStops a specified running environment.需要连接
Stops a specified running environment.
认证
需要 Connected AccountTags
Stop stale environmentsGITLAB_POST_API_V4_PROJECTS_ID_ENVIRONMENTS_STOP_STALEStops all environments that were last modified or deployed to before a specified date. Excludes protected environments.需要连接
Stops all environments that were last modified or deployed to before a specified date. Excludes protected environments.
认证
需要 Connected AccountTags
Create a client keyGITLAB_POST_API_V4_PROJECTS_ID_ERROR_TRACKING_CLIENT_KEYSCreates a client key for integrated error tracking in a specified project. The public key attribute is generated automatically.需要连接
Creates a client key for integrated error tracking in a specified project. The public key attribute is generated automatically.
认证
需要 Connected AccountTags
Export a projectGITLAB_POST_API_V4_PROJECTS_ID_EXPORTExports a project. Use the `upload` hash parameter to upload the exported project to a web server or any S3-compatible platform.需要连接
Exports a project. Use the `upload` hash parameter to upload the exported project to a web server or any S3-compatible platform.
认证
需要 Connected AccountTags
Schedule a relations export for a projectGITLAB_POST_API_V4_PROJECTS_ID_EXPORT_RELATIONSSchedules a relations export for a specified project.需要连接
Schedules a relations export for a specified project.
认证
需要 Connected AccountTags
Create external status check serviceGITLAB_POST_API_V4_PROJECTS_ID_EXTERNAL_STATUS_CHECKSCreates an external status check service for a specified project.需要连接
Creates an external status check service for a specified project.
认证
需要 Connected AccountTags
Create a feature flagGITLAB_POST_API_V4_PROJECTS_ID_FEATURE_FLAGSCreates a feature flag for a specified project.需要连接
Creates a feature flag for a specified project.
认证
需要 Connected AccountTags
Create a feature flag user listGITLAB_POST_API_V4_PROJECTS_ID_FEATURE_FLAGS_USER_LISTSCreates a feature flag user list in a specified project.需要连接
Creates a feature flag user list in a specified project.
认证
需要 Connected AccountTags
Create a fork of a projectGITLAB_POST_API_V4_PROJECTS_ID_FORKCreates a fork of a project.需要连接
Creates a fork of a project.
认证
需要 Connected AccountTags
Create a fork relationshipGITLAB_POST_API_V4_PROJECTS_ID_FORK_FORKED_FROM_IDCreates a fork relationship between a project and an upstream project.需要连接
Creates a fork relationship between a project and an upstream project.
认证
需要 Connected AccountTags
Create a freeze periodGITLAB_POST_API_V4_PROJECTS_ID_FREEZE_PERIODSCreates a freeze period for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Creates a freeze period for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Add a webhook to a projectGITLAB_POST_API_V4_PROJECTS_ID_HOOKSAdds a webhook to a specified project.需要连接
Adds a webhook to a specified project.
认证
需要 Connected AccountTags
Resend a webhook eventGITLAB_POST_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_EVENTS_HOOK_LOG_ID_RESENDResends a webhook event. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.需要连接
Resends a webhook event. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.
认证
需要 Connected AccountTags
Trigger a test webhookGITLAB_POST_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_TEST_TRIGGERTriggers a test webhook. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.需要连接
Triggers a test webhook. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.
认证
需要 Connected AccountTags
Start the housekeeping task for a projectGITLAB_POST_API_V4_PROJECTS_ID_HOUSEKEEPINGStarts the housekeeping task for a project.需要连接
Starts the housekeeping task for a project.
认证
需要 Connected AccountTags
Import a project from a Git URLGITLAB_POST_API_V4_PROJECTS_ID_IMPORT_GITImports a project from a specified Git URL. This feature was introduced in GitLab 18.10.需要连接
Imports a project from a specified Git URL. This feature was introduced in GitLab 18.10.
认证
需要 Connected AccountTags
Import membersGITLAB_POST_API_V4_PROJECTS_ID_IMPORT_PROJECT_MEMBERS_PROJECT_IDImports members from another project. If the role of the importing member for the target project is a Maintainer, then members with the Owner role for the source project are imported with the Maintainer role. If the importing member is an Owner, then members with the Owner role for the source project are imported with the Owner role.需要连接
Imports members from another project. If the role of the importing member for the target project is a Maintainer, then members with the Owner role for the source project are imported with the Maintainer role. If the importing member is an Owner, then members with the Owner role for the source project are imported with the Owner role.
认证
需要 Connected AccountTags
Trigger a slash command for mattermost-slash-commandsGITLAB_POST_API_V4_PROJECTS_ID_INTEGRATIONS_MATTERMOST_SLASH_COMMANDS_TRIGGERTriggers a slash command for mattermost-slash-commands.需要连接
Triggers a slash command for mattermost-slash-commands.
认证
需要 Connected AccountTags
Add a member to a projectGITLAB_POST_API_V4_PROJECTS_ID_INVITATIONSAdds a member to a project. You can specify a user ID or invite a user by email.需要连接
Adds a member to a project. You can specify a user ID or invite a user by email.
认证
需要 Connected AccountTags
Create an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUESCreates an issue for a specified project.需要连接
Creates an issue for a specified project.
认证
需要 Connected AccountTags
Add spent time for an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_ADD_SPENT_TIMEAdds spent time for a specified issue.需要连接
Adds spent time for a specified issue.
认证
需要 Connected AccountTags
Add an emoji reaction to an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_AWARD_EMOJIAdds an emoji reaction to an issue.需要连接
Adds an emoji reaction to an issue.
认证
需要 Connected AccountTags
Clone an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_CLONEClones a specified issue to a project. Copies as much data as possible as long as the target project contains equivalent criteria, such as labels or milestones. If you have insufficient permissions, an error message with status code `400` is returned.需要连接
Clones a specified issue to a project. Copies as much data as possible as long as the target project contains equivalent criteria, such as labels or milestones. If you have insufficient permissions, an error message with status code `400` is returned.
认证
需要 Connected AccountTags
Create an issue linkGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_LINKSCreates a two-way relationship between two issues. The user must be allowed to update both issues to succeed.需要连接
Creates a two-way relationship between two issues. The user must be allowed to update both issues to succeed.
认证
需要 Connected AccountTags
Authorize metric image uploadGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_METRIC_IMAGES_AUTHORIZEAuthorizes uploading a metric image for a specified incident.需要连接
Authorizes uploading a metric image for a specified incident.
认证
需要 Connected AccountTags
Move an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_MOVEMoves a specified issue to a different project. If the target project is the source project or the user has insufficient permissions, an error message with status code `400` is returned. If a label or milestone with the same name also exists in the target project, it is then assigned to the issue being moved.需要连接
Moves a specified issue to a different project. If the target project is the source project or the user has insufficient permissions, an error message with status code `400` is returned. If a label or milestone with the same name also exists in the target project, it is then assigned to the issue being moved.
认证
需要 Connected AccountTags
Add an emoji reaction to an issue commentGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_NOTES_NOTE_ID_AWARD_EMOJIAdds an emoji reaction to a comment on an issue.需要连接
Adds an emoji reaction to a comment on an issue.
认证
需要 Connected AccountTags
Reset spent time for an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_RESET_SPENT_TIMEResets the total spent time for a specified issue to `0` seconds.需要连接
Resets the total spent time for a specified issue to `0` seconds.
认证
需要 Connected AccountTags
Reset the estimated time for an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_RESET_TIME_ESTIMATEResets the estimated time for a specified issue to `0` seconds.需要连接
Resets the estimated time for a specified issue to `0` seconds.
认证
需要 Connected AccountTags
Set the estimated time for an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_TIME_ESTIMATESets an estimated time of work for a specified issue.需要连接
Sets an estimated time of work for a specified issue.
认证
需要 Connected AccountTags
Create a to-do item for an issuableGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_TODOCreates a to-do item for the current user on a specified issuable. If a to-do item already exists for the user on that issuable, returns a `304` status code.需要连接
Creates a to-do item for the current user on a specified issuable. If a to-do item already exists for the user on that issuable, returns a `304` status code.
认证
需要 Connected AccountTags
Create an issue discussionGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONSCreates a discussion for a specified issue. Replies can be added to it later.需要连接
Creates a discussion for a specified issue. Replies can be added to it later.
认证
需要 Connected AccountTags
Add a comment to an issue discussionGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESAdds a comment to a specified issue discussion.需要连接
Adds a comment to a specified issue discussion.
认证
需要 Connected AccountTags
Create an issue noteGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_NOTESCreates a note for an issue.需要连接
Creates a note for an issue.
认证
需要 Connected AccountTags
Subscribe to an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_SUBSCRIBABLE_ID_SUBSCRIBESubscribes the currently authenticated user to a specified issue. They will receive notifications on changes to this item.需要连接
Subscribes the currently authenticated user to a specified issue. They will receive notifications on changes to this item.
认证
需要 Connected AccountTags
Unsubscribe to an issueGITLAB_POST_API_V4_PROJECTS_ID_ISSUES_SUBSCRIBABLE_ID_UNSUBSCRIBEUnsubscribes the currently authenticated user from a specified issue. They will no longer receive notifications on changes to this item.需要连接
Unsubscribes the currently authenticated user from a specified issue. They will no longer receive notifications on changes to this item.
认证
需要 Connected AccountTags
Add a project to a CI/CD job token allowlistGITLAB_POST_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_ALLOWLISTAdds a project to the CI/CD job token allowlist of a specified project.需要连接
Adds a project to the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
Add a group to a CI/CD job token allowlistGITLAB_POST_API_V4_PROJECTS_ID_JOB_TOKEN_SCOPE_GROUPS_ALLOWLISTAdds a group to the CI/CD job token allowlist of a specified project.需要连接
Adds a group to the CI/CD job token allowlist of a specified project.
认证
需要 Connected AccountTags
Retain job artifactsGITLAB_POST_API_V4_PROJECTS_ID_JOBS_JOB_ID_ARTIFACTS_KEEPRetains job artifacts. Prevents artifacts for a job from being automatically deleted when they reach their expiration date.需要连接
Retains job artifacts. Prevents artifacts for a job from being automatically deleted when they reach their expiration date.
认证
需要 Connected AccountTags
Cancel a jobGITLAB_POST_API_V4_PROJECTS_ID_JOBS_JOB_ID_CANCELCancels a specified job in a project.需要连接
Cancels a specified job in a project.
认证
需要 Connected AccountTags
Erase a jobGITLAB_POST_API_V4_PROJECTS_ID_JOBS_JOB_ID_ERASEErases a specified job in a project. This removes job artifacts and the job log.需要连接
Erases a specified job in a project. This removes job artifacts and the job log.
认证
需要 Connected AccountTags
Run a jobGITLAB_POST_API_V4_PROJECTS_ID_JOBS_JOB_ID_PLAYRuns a specified job. For a job in manual status, triggers an action to start the job.需要连接
Runs a specified job. For a job in manual status, triggers an action to start the job.
认证
需要 Connected AccountTags
Retry a jobGITLAB_POST_API_V4_PROJECTS_ID_JOBS_JOB_ID_RETRYRetries a specified job in a project.需要连接
Retries a specified job in a project.
认证
需要 Connected AccountTags
Create a project labelGITLAB_POST_API_V4_PROJECTS_ID_LABELSCreates a label for a specified project.需要连接
Creates a label for a specified project.
认证
需要 Connected AccountTags
Subscribe to a project labelGITLAB_POST_API_V4_PROJECTS_ID_LABELS_SUBSCRIBABLE_ID_SUBSCRIBESubscribes the currently authenticated user to a specified project label. They will receive notifications on changes to this item.需要连接
Subscribes the currently authenticated user to a specified project label. They will receive notifications on changes to this item.
认证
需要 Connected AccountTags
Unsubscribe to a project labelGITLAB_POST_API_V4_PROJECTS_ID_LABELS_SUBSCRIBABLE_ID_UNSUBSCRIBEUnsubscribes the currently authenticated user from a specified project label. They will no longer receive notifications on changes to this item.需要连接
Unsubscribes the currently authenticated user from a specified project label. They will no longer receive notifications on changes to this item.
认证
需要 Connected AccountTags
Create a software license policyGITLAB_POST_API_V4_PROJECTS_ID_MANAGED_LICENSESCreates a software license policy for a specified project.需要连接
Creates a software license policy for a specified project.
认证
需要 Connected AccountTags
Add a member to a projectGITLAB_POST_API_V4_PROJECTS_ID_MEMBERSAdds a member to a specified project.需要连接
Adds a member to a specified project.
认证
需要 Connected AccountTags
Create a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTSCreates a merge request for a project.需要连接
Creates a merge request for a project.
认证
需要 Connected AccountTags
Add spent time for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_ADD_SPENT_TIMEAdds spent time for a specified merge request.需要连接
Adds spent time for a specified merge request.
认证
需要 Connected AccountTags
Create an approval rule for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_RULESCreates an approval rule for a specified merge request. If `approval_project_rule_id` is set with the ID of an existing approval rule from the project, this endpoint copies the values for `name`, `users`, and `groups` from the project rule.需要连接
Creates an approval rule for a specified merge request. If `approval_project_rule_id` is set with the ID of an existing approval rule from the project, this endpoint copies the values for `name`, `users`, and `groups` from the project rule.
认证
需要 Connected AccountTags
Change approval-related configurationGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVALSDeprecated in 16.0. Use the merge request approvals API instead.需要连接
Deprecated in 16.0. Use the merge request approvals API instead.
认证
需要 Connected AccountTags
Approve merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVEApproves a specified merge request. The currently authenticated user must be an eligible approver. The `sha` parameter ensures you are approving the current version of the merge request. If defined, the value must match the merge request’s HEAD commit SHA. A mismatch returns a `409 Conflict` response.需要连接
Approves a specified merge request. The currently authenticated user must be an eligible approver. The `sha` parameter ensures you are approving the current version of the merge request. If defined, the value must match the merge request’s HEAD commit SHA. A mismatch returns a `409 Conflict` response.
认证
需要 Connected AccountTags
Add an emoji reaction to a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_AWARD_EMOJIAdds an emoji reaction to a merge request.需要连接
Adds an emoji reaction to a merge request.
认证
需要 Connected AccountTags
Create a merge request dependencyGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_BLOCKSCreates a merge request dependency between two merge requests. The merge request is blocked until the dependency merges.需要连接
Creates a merge request dependency between two merge requests. The merge request is blocked until the dependency merges.
认证
需要 Connected AccountTags
Cancel merge when pipeline succeedsGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CANCEL_MERGE_WHEN_PIPELINE_SUCCEEDSCancels an automatic merge for a merge request that has been set to merge when the pipeline succeeds.需要连接
Cancels an automatic merge for a merge request that has been set to merge when the pipeline succeeds.
认证
需要 Connected AccountTags
Create context commits for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_CONTEXT_COMMITSCreates context commits for a specified merge request.需要连接
Creates context commits for a specified merge request.
认证
需要 Connected AccountTags
Create a draft noteGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTESCreates a draft note for a specified merge request.需要连接
Creates a draft note for a specified merge request.
认证
需要 Connected AccountTags
Publish all pending draft notesGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTES_BULK_PUBLISHPublishes all pending draft notes for the current user on the specified merge request. Optionally sets the reviewer state and posts a summary note.需要连接
Publishes all pending draft notes for the current user on the specified merge request. Optionally sets the reviewer state and posts a summary note.
认证
需要 Connected AccountTags
Add an emoji reaction to a merge request commentGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_NOTES_NOTE_ID_AWARD_EMOJIAdds an emoji reaction to a comment on a merge request.需要连接
Adds an emoji reaction to a comment on a merge request.
认证
需要 Connected AccountTags
Create a merge request pipelineGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_PIPELINESCreates a merge request pipeline. Pipelines created with this operation must configure `.gitlab-ci.yml` with `only: [merge_requests]` to create jobs.需要连接
Creates a merge request pipeline. Pipelines created with this operation must configure `.gitlab-ci.yml` with `only: [merge_requests]` to create jobs.
认证
需要 Connected AccountTags
Reset spent time for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_RESET_SPENT_TIMEResets the total spent time for a specified merge request to `0` seconds.需要连接
Resets the total spent time for a specified merge request to `0` seconds.
认证
需要 Connected AccountTags
Reset the estimated time for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_RESET_TIME_ESTIMATEResets the estimated time for a specified merge request to `0` seconds.需要连接
Resets the estimated time for a specified merge request to `0` seconds.
认证
需要 Connected AccountTags
Update status of an external status checkGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_STATUS_CHECK_RESPONSESUpdates the status of an external status check for a specified merge request, informing GitLab that a merge request has passed a check by an external service. To set the status of an external check, the personal access token used must belong to a user with the Developer, Maintainer, or Owner role on the target project of the merge request. Any user with permission to approve the merge request can use this operation.需要连接
Updates the status of an external status check for a specified merge request, informing GitLab that a merge request has passed a check by an external service. To set the status of an external check, the personal access token used must belong to a user with the Developer, Maintainer, or Owner role on the target project of the merge request. Any user with permission to approve the merge request can use this operation.
认证
需要 Connected AccountTags
Retry failed status check for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_STATUS_CHECKS_EXTERNAL_STATUS_CHECK_ID_RETRYRetries a specified failed external status check for a merge request. Even though the merge request has not changed, this endpoint resends the current state of merge request to the defined external service.需要连接
Retries a specified failed external status check for a merge request. Even though the merge request has not changed, this endpoint resends the current state of merge request to the defined external service.
认证
需要 Connected AccountTags
Set the estimated time for a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_TIME_ESTIMATESets an estimated time of work for a specified merge request.需要连接
Sets an estimated time of work for a specified merge request.
认证
需要 Connected AccountTags
Create a to-do item for an issuableGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_TODOCreates a to-do item for the current user on a specified issuable. If a to-do item already exists for the user on that issuable, returns a `304` status code.需要连接
Creates a to-do item for the current user on a specified issuable. If a to-do item already exists for the user on that issuable, returns a `304` status code.
认证
需要 Connected AccountTags
Unapprove a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_UNAPPROVEUnapproves a merge request. Removes the approval for the currently authenticated user from a specified merge request.需要连接
Unapproves a merge request. Removes the approval for the currently authenticated user from a specified merge request.
认证
需要 Connected AccountTags
Create a merge request discussionGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONSCreates a discussion for a specified merge request. Replies can be added to it later.需要连接
Creates a discussion for a specified merge request. Replies can be added to it later.
认证
需要 Connected AccountTags
Add a comment to a merge request discussionGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESAdds a comment to a specified merge request discussion.需要连接
Adds a comment to a specified merge request discussion.
认证
需要 Connected AccountTags
Create a merge request noteGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_NOTESCreates a note for a merge request.需要连接
Creates a note for a merge request.
认证
需要 Connected AccountTags
Subscribe to a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_SUBSCRIBABLE_ID_SUBSCRIBESubscribes the currently authenticated user to a specified merge request. They will receive notifications on changes to this item.需要连接
Subscribes the currently authenticated user to a specified merge request. They will receive notifications on changes to this item.
认证
需要 Connected AccountTags
Unsubscribe to a merge requestGITLAB_POST_API_V4_PROJECTS_ID_MERGE_REQUESTS_SUBSCRIBABLE_ID_UNSUBSCRIBEUnsubscribes the currently authenticated user from a specified merge request. They will no longer receive notifications on changes to this item.需要连接
Unsubscribes the currently authenticated user from a specified merge request. They will no longer receive notifications on changes to this item.
认证
需要 Connected AccountTags
Add a merge request to a merge trainGITLAB_POST_API_V4_PROJECTS_ID_MERGE_TRAINS_MERGE_REQUESTS_MERGE_REQUEST_IIDAdds a specified merge request to a merge train.需要连接
Adds a specified merge request to a merge train.
认证
需要 Connected AccountTags
Create a project milestoneGITLAB_POST_API_V4_PROJECTS_ID_MILESTONESCreates a project milestone.需要连接
Creates a project milestone.
认证
需要 Connected AccountTags
Promote a project milestone to a group milestoneGITLAB_POST_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_ID_PROMOTEPromotes a specified project milestone to a group milestone. Only for users with the Planner, Reporter, Developer, Maintainer, or Owner role for the group.需要连接
Promotes a specified project milestone to a group milestone. Only for users with the Planner, Reporter, Developer, Maintainer, or Owner role for the group.
认证
需要 Connected AccountTags
Start the pull mirroring process for a projectGITLAB_POST_API_V4_PROJECTS_ID_MIRROR_PULLStarts the pull mirroring process for a specified project.需要连接
Starts the pull mirroring process for a specified project.
认证
需要 Connected AccountTags
Create experimentGITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_CREATEhttps://www.mlflow.org/docs/2.19.0/rest-api.html#create-experiment需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#create-experiment
认证
需要 Connected AccountTags
Delete an experiment.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_DELETEhttps://mlflow.org/docs/2.19.0/rest-api.html#delete-experiment需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#delete-experiment
认证
需要 Connected AccountTags
Search experimentsGITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_SEARCHhttps://www.mlflow.org/docs/2.19.0/rest-api.html#search-experiments需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#search-experiments
认证
需要 Connected AccountTags
Sets a tag for an experiment.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_EXPERIMENTS_SET_EXPERIMENT_TAGhttps://www.mlflow.org/docs/2.19.0/rest-api.html#set-experiment-tag需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#set-experiment-tag
认证
需要 Connected AccountTags
Creates a Model Version.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_MODEL_VERSIONS_CREATEMLFlow Model Versions map to GitLab Model Versions. https://mlflow.org/docs/2.19.0/rest-api.html#create-modelversion需要连接
MLFlow Model Versions map to GitLab Model Versions. https://mlflow.org/docs/2.19.0/rest-api.html#create-modelversion
认证
需要 Connected AccountTags
Creates a Registered Model.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_CREATEMLFlow Registered Models map to GitLab Models. https://mlflow.org/docs/2.19.0/rest-api.html#create-registeredmodel需要连接
MLFlow Registered Models map to GitLab Models. https://mlflow.org/docs/2.19.0/rest-api.html#create-registeredmodel
认证
需要 Connected AccountTags
Fetch the latest Model Version for the given Registered Model NameGITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_REGISTERED_MODELS_GET_LATEST_VERSIONShttps://mlflow.org/docs/2.19.0/rest-api.html#get-latest-modelversions需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#get-latest-modelversions
认证
需要 Connected AccountTags
Creates a Run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_CREATEMLFlow Runs map to GitLab Candidates. https://www.mlflow.org/docs/2.19.0/rest-api.html#create-run需要连接
MLFlow Runs map to GitLab Candidates. https://www.mlflow.org/docs/2.19.0/rest-api.html#create-run
认证
需要 Connected AccountTags
Delete a run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_DELETEhttps://mlflow.org/docs/2.19.0/rest-api.html#delete-run需要连接
https://mlflow.org/docs/2.19.0/rest-api.html#delete-run
认证
需要 Connected AccountTags
Logs multiple parameters and metrics.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_LOG_BATCHhttps://www.mlflow.org/docs/2.19.0/rest-api.html#log-param需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#log-param
认证
需要 Connected AccountTags
Logs a metric to a run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_LOG_METRIChttps://www.mlflow.org/docs/1.28.0/rest-api.html#log-metric需要连接
https://www.mlflow.org/docs/1.28.0/rest-api.html#log-metric
认证
需要 Connected AccountTags
Logs a parameter to a run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_LOG_PARAMETERhttps://www.mlflow.org/docs/2.19.0/rest-api.html#log-param需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#log-param
认证
需要 Connected AccountTags
Searches runs/candidates within a projectGITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_SEARCHhttps://www.mlflow.org/docs/2.19.0/rest-api.html#search-runsexperiment_ids supports only a single experiment ID.Introduced in GitLab 16.4需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#search-runsexperiment_ids supports only a single experiment ID.Introduced in GitLab 16.4
认证
需要 Connected AccountTags
Sets a tag for a run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_SET_TAGhttps://www.mlflow.org/docs/2.19.0/rest-api.html#set-tag需要连接
https://www.mlflow.org/docs/2.19.0/rest-api.html#set-tag
认证
需要 Connected AccountTags
Updates a Run.GITLAB_POST_API_V4_PROJECTS_ID_ML_MLFLOW_API20_MLFLOW_RUNS_UPDATEMLFlow Runs map to GitLab Candidates. https://www.mlflow.org/docs/2.19.0/rest-api.html#update-run需要连接
MLFlow Runs map to GitLab Candidates. https://www.mlflow.org/docs/2.19.0/rest-api.html#update-run
认证
需要 Connected AccountTags
Create a packageGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_COMPOSERCreates a Composer package from a specified Git tag or branch for a project.需要连接
Creates a Composer package from a specified Git tag or branch for a project.
认证
需要 Connected AccountTags
List all package upload URLsGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_PACKAGES_CONAN_PACKAGE_REFERENCE_UPLOAD_URLSLists all the upload URLs for a specified collection of package files. The request must include a JSON object with the name and size of the individual files.需要连接
Lists all the upload URLs for a specified collection of package files. The request must include a JSON object with the name and size of the individual files.
认证
需要 Connected AccountTags
List all recipe upload URLsGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_UPLOAD_URLSLists all the upload URLs for a specified collection of recipe files. The request must include a JSON object with the name and size of the individual files.需要连接
Lists all the upload URLs for a specified collection of recipe files. The request must include a JSON object with the name and size of the individual files.
认证
需要 Connected AccountTags
Authorize a chart upload from workhorseGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_HELM_API_CHANNEL_CHARTS_AUTHORIZEThis feature was introduced in GitLab 14.0需要连接
This feature was introduced in GitLab 14.0
认证
需要 Connected AccountTags
NPM registry bulk advisory endpointGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_NPM_DASH_NPM_V1_SECURITY_ADVISORIES_BULKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
NPM registry quick audit endpointGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_NPM_DASH_NPM_V1_SECURITY_AUDITS_QUICKThis feature was introduced in GitLab 15.6需要连接
This feature was introduced in GitLab 15.6
认证
需要 Connected AccountTags
Create a package protection ruleGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_PROTECTION_RULESCreates a package protection rule for a specified project.需要连接
Creates a package protection rule for a specified project.
认证
需要 Connected AccountTags
Authorize the PyPi package upload from workhorseGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_PYPI_AUTHORIZEThis feature was introduced in GitLab 12.10需要连接
This feature was introduced in GitLab 12.10
认证
需要 Connected AccountTags
Upload a RPM packageGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_RPMThis feature was introduced in GitLab 15.7需要连接
This feature was introduced in GitLab 15.7
认证
需要 Connected AccountTags
Authorize package upload from workhorseGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_RPM_AUTHORIZEThis feature was introduced in GitLab 15.7需要连接
This feature was introduced in GitLab 15.7
认证
需要 Connected AccountTags
Authorize a gem upload from workhorseGITLAB_POST_API_V4_PROJECTS_ID_PACKAGES_RUBYGEMS_API_V1_GEMS_AUTHORIZEThis feature was introduced in GitLab 13.9需要连接
This feature was introduced in GitLab 13.9
认证
需要 Connected AccountTags
Create Pages domainGITLAB_POST_API_V4_PROJECTS_ID_PAGES_DOMAINSCreates a Pages domain in a specified project. You must have permissions to create Pages domains.需要连接
Creates a Pages domain in a specified project. You must have permissions to create Pages domains.
认证
需要 Connected AccountTags
Create a pipelineGITLAB_POST_API_V4_PROJECTS_ID_PIPELINECreates a pipeline in the specified project.需要连接
Creates a pipeline in the specified project.
认证
需要 Connected AccountTags
Create a pipeline scheduleGITLAB_POST_API_V4_PROJECTS_ID_PIPELINE_SCHEDULESCreates a pipeline schedule.需要连接
Creates a pipeline schedule.
认证
需要 Connected AccountTags
Run a pipeline scheduleGITLAB_POST_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_PLAYRuns a pipeline schedule immediately. The next scheduled run of this pipeline is not affected.需要连接
Runs a pipeline schedule immediately. The next scheduled run of this pipeline is not affected.
认证
需要 Connected AccountTags
Create or update ownership of a pipeline scheduleGITLAB_POST_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_TAKE_OWNERSHIPCreates or updates the owner of a pipeline schedule for a project.需要连接
Creates or updates the owner of a pipeline schedule for a project.
认证
需要 Connected AccountTags
Create a variable for a pipeline scheduleGITLAB_POST_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_VARIABLESCreates a variable for a pipeline schedule.需要连接
Creates a variable for a pipeline schedule.
认证
需要 Connected AccountTags
Cancel all jobs for a pipelineGITLAB_POST_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_CANCELCancels all jobs in a specified pipeline.需要连接
Cancels all jobs in a specified pipeline.
认证
需要 Connected AccountTags
Retry jobs in a pipelineGITLAB_POST_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_RETRYRetries failed or canceled jobs in a pipeline. If there are no failed or canceled jobs in the pipeline, calling this endpoint has no effect.需要连接
Retries failed or canceled jobs in a pipeline. If there are no failed or canceled jobs in the pipeline, calling this endpoint has no effect.
认证
需要 Connected AccountTags
Protect repository branchesGITLAB_POST_API_V4_PROJECTS_ID_PROTECTED_BRANCHESProtects a specified repository branch or several project repository branches using a wildcard protected branch.需要连接
Protects a specified repository branch or several project repository branches using a wildcard protected branch.
认证
需要 Connected AccountTags
Protect an environment for a projectGITLAB_POST_API_V4_PROJECTS_ID_PROTECTED_ENVIRONMENTSProtects a specified environment for a project.需要连接
Protects a specified environment for a project.
认证
需要 Connected AccountTags
Protect a repository tagGITLAB_POST_API_V4_PROJECTS_ID_PROTECTED_TAGSProtects a specified repository tag using a wildcard protected tag.需要连接
Protects a specified repository tag using a wildcard protected tag.
认证
需要 Connected AccountTags
Add push rules to a projectGITLAB_POST_API_V4_PROJECTS_ID_PUSH_RULEAdds push rules to a specified project.需要连接
Adds push rules to a specified project.
认证
需要 Connected AccountTags
Trigger a pipeline with a tokenGITLAB_POST_API_V4_PROJECTS_ID_REF_REF_TRIGGER_PIPELINETriggers a pipeline with a token. With a CI/CD job token, the triggered pipeline is a multi-project pipeline. The job that authenticates the request becomes associated with the upstream pipeline, which is visible on the pipeline graph. If you use a trigger token in a job, the job is not associated with the upstream pipeline.需要连接
Triggers a pipeline with a token. With a CI/CD job token, the triggered pipeline is a multi-project pipeline. The job that authenticates the request becomes associated with the upstream pipeline, which is visible on the pipeline graph. If you use a trigger token in a job, the job is not associated with the upstream pipeline.
认证
需要 Connected AccountTags
Create a container repository protection ruleGITLAB_POST_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_REPOSITORY_RULESCreates a container repository protection rule for a specified project to control who can push or delete container images.需要连接
Creates a container repository protection rule for a specified project to control who can push or delete container images.
认证
需要 Connected AccountTags
Create a container registry protection tag ruleGITLAB_POST_API_V4_PROJECTS_ID_REGISTRY_PROTECTION_TAG_RULESCreates a container registry protection tag rule for a project to control who can push or delete container tags. This feature was introduced in GitLab 18.8.需要连接
Creates a container registry protection tag rule for a project to control who can push or delete container tags. This feature was introduced in GitLab 18.8.
认证
需要 Connected AccountTags
Create a releaseGITLAB_POST_API_V4_PROJECTS_ID_RELEASESCreates a release. Developer level access to the project is required to create a release.需要连接
Creates a release. Developer level access to the project is required to create a release.
认证
需要 Connected AccountTags
Create a release linkGITLAB_POST_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_ASSETS_LINKSCreates an asset link for a specified release.需要连接
Creates an asset link for a specified release.
认证
需要 Connected AccountTags
Generate release evidenceGITLAB_POST_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_EVIDENCEGenerates an evidence for an existing release.需要连接
Generates an evidence for an existing release.
认证
需要 Connected AccountTags
Create a push mirrorGITLAB_POST_API_V4_PROJECTS_ID_REMOTE_MIRRORSCreates a push mirror.需要连接
Creates a push mirror.
认证
需要 Connected AccountTags
Force push mirror updateGITLAB_POST_API_V4_PROJECTS_ID_REMOTE_MIRRORS_MIRROR_ID_SYNCForces an update to a push mirror.需要连接
Forces an update to a push mirror.
认证
需要 Connected AccountTags
Get contents of multiple files in a single requestGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_BLOBS_BATCHEach blob is truncated to the first 1 MB; the `truncated` field indicates when this happens.需要连接
Each blob is truncated to the first 1 MB; the `truncated` field indicates when this happens.
认证
需要 Connected AccountTags
Create a repository branchGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_BRANCHESCreates a branch in the repository.需要连接
Creates a branch in the repository.
认证
需要 Connected AccountTags
Add changelog data to fileGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_CHANGELOGAdds changelog data to file.需要连接
Adds changelog data to file.
认证
需要 Connected AccountTags
Create a commit discussionGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONSCreates a discussion for a specified commit. Replies can be added to it later.需要连接
Creates a discussion for a specified commit. Replies can be added to it later.
认证
需要 Connected AccountTags
Add a comment to a commit discussionGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESAdds a comment to a specified commit discussion.需要连接
Adds a comment to a specified commit discussion.
认证
需要 Connected AccountTags
Cherry-pick a commitGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_CHERRY_PICKCherry-picks a commit to a specified branch.需要连接
Cherry-picks a commit to a specified branch.
认证
需要 Connected AccountTags
Create a comment on a commitGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_COMMENTSCreates a comment on a commit. To comment on a specific line in a file, specify the full commit SHA, `path`, `line`, and set `line_type` to `new`.需要连接
Creates a comment on a commit. To comment on a specific line in a file, specify the full commit SHA, `path`, `line`, and set `line_type` to `new`.
认证
需要 Connected AccountTags
Revert a commitGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_SHA_REVERTReverts a commit in a specified branch.需要连接
Reverts a commit in a specified branch.
认证
需要 Connected AccountTags
Start a task to recalculate repository size for a projectGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_SIZEThis feature was introduced in GitLab 15.0.需要连接
This feature was introduced in GitLab 15.0.
认证
需要 Connected AccountTags
Create a repository storage move for a projectGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_STORAGE_MOVESCreates a repository storage move for a specified project.需要连接
Creates a repository storage move for a specified project.
认证
需要 Connected AccountTags
Create a tagGITLAB_POST_API_V4_PROJECTS_ID_REPOSITORY_TAGSCreates a tag in the repository that points to a specified reference.需要连接
Creates a tag in the repository that points to a specified reference.
认证
需要 Connected AccountTags
Restore a project marked for deletionGITLAB_POST_API_V4_PROJECTS_ID_RESTORERestores a specified project that was marked for deletion.需要连接
Restores a specified project that was marked for deletion.
认证
需要 Connected AccountTags
Assign a runner to a projectGITLAB_POST_API_V4_PROJECTS_ID_RUNNERSAssigns an available project runner to a project.需要连接
Assigns an available project runner to a project.
认证
需要 Connected AccountTags
Reset the runner registration token for a projectGITLAB_POST_API_V4_PROJECTS_ID_RUNNERS_RESET_REGISTRATION_TOKENResets the runner registration token for a specified project.需要连接
Resets the runner registration token for a specified project.
认证
需要 Connected AccountTags
Scan a file for vulnerabilitiesGITLAB_POST_API_V4_PROJECTS_ID_SECURITY_SCANS_SAST_SAST_ENDPOINTScans a specified file for security vulnerabilities using SAST.需要连接
Scans a specified file for security vulnerabilities using SAST.
认证
需要 Connected AccountTags
Create a project service accountGITLAB_POST_API_V4_PROJECTS_ID_SERVICE_ACCOUNTSCreates a service account in a specified project.需要连接
Creates a service account in a specified project.
认证
需要 Connected AccountTags
Create a personal access token for a project service accountGITLAB_POST_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENSCreates a personal access token for a specified project service account. Available only for project Owners, Maintainers, and administrators.需要连接
Creates a personal access token for a specified project service account. Available only for project Owners, Maintainers, and administrators.
认证
需要 Connected AccountTags
Rotate a personal access token for a project service accountGITLAB_POST_API_V4_PROJECTS_ID_SERVICE_ACCOUNTS_USER_ID_PERSONAL_ACCESS_TOKENS_TOKEN_ID_ROTATERotates a specified personal access token for a project service account. This revokes the existing token and creates a token with the same name, description, and scopes.需要连接
Rotates a specified personal access token for a project service account. This revokes the existing token and creates a token with the same name, description, and scopes.
认证
需要 Connected AccountTags
Trigger a slash command for mattermost-slash-commandsGITLAB_POST_API_V4_PROJECTS_ID_SERVICES_MATTERMOST_SLASH_COMMANDS_TRIGGERTriggers a slash command for mattermost-slash-commands.需要连接
Triggers a slash command for mattermost-slash-commands.
认证
需要 Connected AccountTags
Share a project with a groupGITLAB_POST_API_V4_PROJECTS_ID_SHAREShares a specified project with a group.需要连接
Shares a specified project with a group.
认证
需要 Connected AccountTags
Create a project snippetGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETSCreates a project snippet. The user must have permission to create snippets.需要连接
Creates a project snippet. The user must have permission to create snippets.
认证
需要 Connected AccountTags
Create a snippet discussionGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONSCreates a discussion for a specified snippet. Replies can be added to it later.需要连接
Creates a discussion for a specified snippet. Replies can be added to it later.
认证
需要 Connected AccountTags
Add a comment to a snippet discussionGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTESAdds a comment to a specified snippet discussion.需要连接
Adds a comment to a specified snippet discussion.
认证
需要 Connected AccountTags
Create a snippet noteGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_NOTESCreates a note for a snippet.需要连接
Creates a note for a snippet.
认证
需要 Connected AccountTags
Add an emoji reaction to a snippetGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_AWARD_EMOJIAdds an emoji reaction to a snippet.需要连接
Adds an emoji reaction to a snippet.
认证
需要 Connected AccountTags
Add an emoji reaction to a snippet commentGITLAB_POST_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_ID_NOTES_NOTE_ID_AWARD_EMOJIAdds an emoji reaction to a comment on a snippet.需要连接
Adds an emoji reaction to a comment on a snippet.
认证
需要 Connected AccountTags
Star a projectGITLAB_POST_API_V4_PROJECTS_ID_STARStars a specified project.需要连接
Stars a specified project.
认证
需要 Connected AccountTags
Create or update a commit pipeline statusGITLAB_POST_API_V4_PROJECTS_ID_STATUSES_SHACreates or updates the status of a commit represented by a job in an `external` stage. If the commit is associated with a merge request, target the commit in the merge request source branch.需要连接
Creates or updates the status of a commit represented by a job in an `external` stage. If the commit is associated with a merge request, target the commit in the merge request source branch.
认证
需要 Connected AccountTags
Authorize Terraform state uploadGITLAB_POST_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAME_AUTHORIZEAuthorizes uploading a Terraform state for a specified project. This feature was introduced in GitLab 18.5.需要连接
Authorizes uploading a Terraform state for a specified project. This feature was introduced in GitLab 18.5.
认证
需要 Connected AccountTags
Lock a Terraform stateGITLAB_POST_API_V4_PROJECTS_ID_TERRAFORM_STATE_NAME_LOCKLocks a Terraform state for a specified project.需要连接
Locks a Terraform state for a specified project.
认证
需要 Connected AccountTags
Create a Terraform state protection rule for a projectGITLAB_POST_API_V4_PROJECTS_ID_TERRAFORM_STATE_PROTECTION_RULESThis feature was introduced in GitLab 19.1.需要连接
This feature was introduced in GitLab 19.1.
认证
需要 Connected AccountTags
Trigger a pipeline with a tokenGITLAB_POST_API_V4_PROJECTS_ID_TRIGGER_PIPELINETriggers a pipeline with a token. With a CI/CD job token, the triggered pipeline is a multi-project pipeline. The job that authenticates the request becomes associated with the upstream pipeline, which is visible on the pipeline graph. If you use a trigger token in a job, the job is not associated with the upstream pipeline.需要连接
Triggers a pipeline with a token. With a CI/CD job token, the triggered pipeline is a multi-project pipeline. The job that authenticates the request becomes associated with the upstream pipeline, which is visible on the pipeline graph. If you use a trigger token in a job, the job is not associated with the upstream pipeline.
认证
需要 Connected AccountTags
Create a trigger tokenGITLAB_POST_API_V4_PROJECTS_ID_TRIGGERSCreates a pipeline trigger token for a project.需要连接
Creates a pipeline trigger token for a project.
认证
需要 Connected AccountTags
Unarchive a projectGITLAB_POST_API_V4_PROJECTS_ID_UNARCHIVEUnarchives a specified project. You must be an administrator or have the Owner role on the project.需要连接
Unarchives a specified project. You must be an administrator or have the Owner role on the project.
认证
需要 Connected AccountTags
Unstar a projectGITLAB_POST_API_V4_PROJECTS_ID_UNSTARUnstars a specified project.需要连接
Unstars a specified project.
认证
需要 Connected AccountTags
Workhorse authorize the file uploadGITLAB_POST_API_V4_PROJECTS_ID_UPLOADS_AUTHORIZEThis feature was introduced in GitLab 13.11需要连接
This feature was introduced in GitLab 13.11
认证
需要 Connected AccountTags
Create a variableGITLAB_POST_API_V4_PROJECTS_ID_VARIABLESCreates a variable. If a variable with the same `key` already exists, the variable must have a different `environment_scope`. Otherwise, GitLab returns a message similar to: `VARIABLE_NAME has already been taken`.需要连接
Creates a variable. If a variable with the same `key` already exists, the variable must have a different `environment_scope`. Otherwise, GitLab returns a message similar to: `VARIABLE_NAME has already been taken`.
认证
需要 Connected AccountTags
Create a new vulnerabilityGITLAB_POST_API_V4_PROJECTS_ID_VULNERABILITIESCreates a new vulnerability from a confirmed finding.需要连接
Creates a new vulnerability from a confirmed finding.
认证
需要 Connected AccountTags
Create a vulnerability noteGITLAB_POST_API_V4_PROJECTS_ID_VULNERABILITIES_NOTEABLE_ID_NOTESCreates a note for a vulnerability.需要连接
Creates a note for a vulnerability.
认证
需要 Connected AccountTags
Create a wiki page meta noteGITLAB_POST_API_V4_PROJECTS_ID_WIKI_PAGES_NOTEABLE_ID_NOTESCreates a note for a wiki page meta.需要连接
Creates a note for a wiki page meta.
认证
需要 Connected AccountTags
Create a wiki page for a projectGITLAB_POST_API_V4_PROJECTS_ID_WIKISCreates a wiki page for a specified project. Requests can define the title, slug, and content.需要连接
Creates a wiki page for a specified project. Requests can define the title, slug, and content.
认证
需要 Connected AccountTags
Workhorse authorize the project import uploadGITLAB_POST_API_V4_PROJECTS_IMPORT_AUTHORIZEThis feature was introduced in GitLab 12.9需要连接
This feature was introduced in GitLab 12.9
认证
需要 Connected AccountTags
Authorize project relation importGITLAB_POST_API_V4_PROJECTS_IMPORT_RELATION_AUTHORIZEAuthorizes uploading a project relation import file. This feature was introduced in GitLab 16.11.需要连接
Authorizes uploading a project relation import file. This feature was introduced in GitLab 16.11.
认证
需要 Connected AccountTags
Create a Cube query requestGITLAB_POST_API_V4_PROJECTS_PROJECT_ID_PRODUCT_ANALYTICS_REQUEST_DRY_RUNCreates a query request to the Cube API and generates an access token.需要连接
Creates a query request to the Cube API and generates an access token.
认证
需要 Connected AccountTags
Create a Cube query requestGITLAB_POST_API_V4_PROJECTS_PROJECT_ID_PRODUCT_ANALYTICS_REQUEST_LOADCreates a query request to the Cube API for product analytics and generates an access token. Requires the `product_analytics_features` flag to be enabled.需要连接
Creates a query request to the Cube API for product analytics and generates an access token. Requires the `product_analytics_features` flag to be enabled.
认证
需要 Connected AccountTags
Get metadata for analytics.GITLAB_POST_API_V4_PROJECTS_PROJECT_ID_PRODUCT_ANALYTICS_REQUEST_METARetrieves metadata for analytics from the cube installation需要连接
Retrieves metadata for analytics from the cube installation
认证
需要 Connected AccountTags
Register a runner controllerGITLAB_POST_API_V4_RUNNER_CONTROLLERSRegisters a runner controller.需要连接
Registers a runner controller.
认证
需要 Connected AccountTags
Add instance scopeGITLAB_POST_API_V4_RUNNER_CONTROLLERS_ID_SCOPES_INSTANCEAdds an instance scope to a runner controller. When added, the runner controller evaluates jobs for all runners in the GitLab instance. A runner controller can have only one instance scope. If an instance scope already exists, this operation returns an error.需要连接
Adds an instance scope to a runner controller. When added, the runner controller evaluates jobs for all runners in the GitLab instance. A runner controller can have only one instance scope. If an instance scope already exists, this operation returns an error.
认证
需要 Connected AccountTags
Add runner scopeGITLAB_POST_API_V4_RUNNER_CONTROLLERS_ID_SCOPES_RUNNERS_RUNNER_IDAdds a runner scope to a runner controller. When added, the runner controller evaluates jobs only for a specified runner. A runner controller with an instance scope cannot have runner scopes. Remove the instance scope before adding runner scopes.需要连接
Adds a runner scope to a runner controller. When added, the runner controller evaluates jobs only for a specified runner. A runner controller with an instance scope cannot have runner scopes. Remove the instance scope before adding runner scopes.
认证
需要 Connected AccountTags
Create a runner controller tokenGITLAB_POST_API_V4_RUNNER_CONTROLLERS_RUNNER_CONTROLLER_ID_TOKENSCreates a runner controller token.需要连接
Creates a runner controller token.
认证
需要 Connected AccountTags
Rotate a runner controller tokenGITLAB_POST_API_V4_RUNNER_CONTROLLERS_RUNNER_CONTROLLER_ID_TOKENS_ID_ROTATERotates an existing runner controller token.需要连接
Rotates an existing runner controller token.
认证
需要 Connected AccountTags
Create a runnerGITLAB_POST_API_V4_RUNNERSCreates a runner.需要连接
Creates a runner.
认证
需要 Connected AccountTags
Reset an authentication token for a runnerGITLAB_POST_API_V4_RUNNERS_ID_RESET_AUTHENTICATION_TOKENResets the authentication token for a specified runner.需要连接
Resets the authentication token for a specified runner.
认证
需要 Connected AccountTags
Reset a runner authentication token with the current tokenGITLAB_POST_API_V4_RUNNERS_RESET_AUTHENTICATION_TOKENResets a runner authentication token with the token used to authenticate the request.需要连接
Resets a runner authentication token with the token used to authenticate the request.
认证
需要 Connected AccountTags
Reset the runner registration token for the instanceGITLAB_POST_API_V4_RUNNERS_RESET_REGISTRATION_TOKENResets the runner registration token for the GitLab instance.需要连接
Resets the runner registration token for the GitLab instance.
认证
需要 Connected AccountTags
Verify authentication for a registered runnerGITLAB_POST_API_V4_RUNNERS_VERIFYVerifies authentication for a registered runner.需要连接
Verifies authentication for a registered runner.
认证
需要 Connected AccountTags
Create a group-level vulnerability exportGITLAB_POST_API_V4_SECURITY_GROUPS_ID_VULNERABILITY_EXPORTSCreates a vulnerability export for a group. Returns status code `403` if the authenticated user does not have permission to create a vulnerability.需要连接
Creates a vulnerability export for a group. Returns status code `403` if the authenticated user does not have permission to create a vulnerability.
认证
需要 Connected AccountTags
Create an export for archived vulnerabilitiesGITLAB_POST_API_V4_SECURITY_PROJECTS_ID_VULNERABILITY_ARCHIVE_EXPORTSCreates an export for archived vulnerabilities in a specified project. If an authenticated user does not have permission to read vulnerabilities, returns a `403 Forbidden` status code.需要连接
Creates an export for archived vulnerabilities in a specified project. If an authenticated user does not have permission to read vulnerabilities, returns a `403 Forbidden` status code.
认证
需要 Connected AccountTags
Create a project-level vulnerability exportGITLAB_POST_API_V4_SECURITY_PROJECTS_ID_VULNERABILITY_EXPORTSCreates a vulnerability export for a project. Returns status code `403` if the authenticated user does not have permission to create a vulnerability.需要连接
Creates a vulnerability export for a project. Returns status code `403` if the authenticated user does not have permission to create a vulnerability.
认证
需要 Connected AccountTags
Create an instance-level vulnerability exportGITLAB_POST_API_V4_SECURITY_VULNERABILITY_EXPORTSCreates a vulnerability export for the projects of the user selected in the Security Dashboard. The created vulnerability export is automatically deleted at the time specified in the `expires_at` field.需要连接
Creates a vulnerability export for the projects of the user selected in the Security Dashboard. The created vulnerability export is automatically deleted at the time specified in the `expires_at` field.
认证
需要 Connected AccountTags
Create an instance service accountGITLAB_POST_API_V4_SERVICE_ACCOUNTSCreates an instance service account.需要连接
Creates an instance service account.
认证
需要 Connected AccountTags
Trigger a global slack commandGITLAB_POST_API_V4_SLACK_TRIGGERTriggers a global slack command.需要连接
Triggers a global slack command.
认证
需要 Connected AccountTags
Schedule repository storage moves for all snippets on a storage shardGITLAB_POST_API_V4_SNIPPET_REPOSITORY_STORAGE_MOVESSchedules repository storage moves for each snippet repository stored on the source storage shard. This endpoint migrates all snippets at once.需要连接
Schedules repository storage moves for each snippet repository stored on the source storage shard. This endpoint migrates all snippets at once.
认证
需要 Connected AccountTags
Create a snippetGITLAB_POST_API_V4_SNIPPETSCreates a snippet.需要连接
Creates a snippet.
认证
需要 Connected AccountTags
Schedule a repository storage move for a snippetGITLAB_POST_API_V4_SNIPPETS_ID_REPOSITORY_STORAGE_MOVESSchedules a repository storage move for a specified snippet.需要连接
Schedules a repository storage move for a specified snippet.
认证
需要 Connected AccountTags
Mark a to-do item as doneGITLAB_POST_API_V4_TODOS_ID_MARK_AS_DONEMarks a to-do item for the current user as done.需要连接
Marks a to-do item for the current user as done.
认证
需要 Connected AccountTags
Mark all to-do items as doneGITLAB_POST_API_V4_TODOS_MARK_AS_DONEMarks all pending to-do items for the current user as done. It returns the HTTP status code `204` with an empty response.需要连接
Marks all pending to-do items for the current user as done. It returns the HTTP status code `204` with an empty response.
认证
需要 Connected AccountTags
Issue a short-lived JWT for a single modular-service audienceGITLAB_POST_API_V4_TOKEN_EXCHANGEIssues a short-lived RS256 JWT scoped to one modular-service audience (such as the Artifact Registry). Claims include the requesting user id (sub), organization id, and deployment realm (saas / self-managed). Presented to the corresponding backend and verified against the instance JWKS.需要连接
Issues a short-lived RS256 JWT scoped to one modular-service audience (such as the Artifact Registry). Claims include the requesting user id (sub), organization id, and deployment realm (saas / self-managed). Presented to the corresponding backend and verified against the instance JWKS.
认证
需要 Connected AccountTags
Merge topicsGITLAB_POST_API_V4_TOPICS_MERGEMerges a source topic into a target topic. This action deletes the source topic and moves all assigned projects to the target topic. Administrators only.需要连接
Merges a source topic into a target topic. This action deletes the source topic and moves all assigned projects to the target topic. Administrators only.
认证
需要 Connected AccountTags
Track usage data eventGITLAB_POST_API_V4_USAGE_DATA_INCREMENT_COUNTERThis feature was introduced in GitLab 13.4.需要连接
This feature was introduced in GitLab 13.4.
认证
需要 Connected AccountTags
Track usage data event for the current userGITLAB_POST_API_V4_USAGE_DATA_INCREMENT_UNIQUE_USERSTrack usage data event for the current user需要连接
Track usage data event for the current user
认证
需要 Connected AccountTags
Track an internal GitLab eventGITLAB_POST_API_V4_USAGE_DATA_TRACK_EVENTTracks a GitLab internal event. This action increments Service Ping counters in Redis and is optionally sent to Snowplow. Introduced in GitLab 16.2.需要连接
Tracks a GitLab internal event. This action increments Service Ping counters in Redis and is optionally sent to Snowplow. Introduced in GitLab 16.2.
认证
需要 Connected AccountTags
Track multiple internal GitLab eventsGITLAB_POST_API_V4_USAGE_DATA_TRACK_EVENTSTracks one or more GitLab internal events in a single request. Each event increments Service Ping counters in Redis and is optionally sent to Snowplow. This feature was introduced in GitLab 17.3.需要连接
Tracks one or more GitLab internal events in a single request. Each event increments Service Ping counters in Redis and is optionally sent to Snowplow. This feature was introduced in GitLab 17.3.
认证
需要 Connected AccountTags
Create an applicationGITLAB_POST_API_V4_USER_APPLICATIONSCreates a new OAuth application for the authenticated user. This feature was introduced in GitLab 19.0需要连接
Creates a new OAuth application for the authenticated user. This feature was introduced in GitLab 19.0
认证
需要 Connected AccountTags
Add an email addressGITLAB_POST_API_V4_USER_EMAILSAdds an email address for the currently authenticated user.需要连接
Adds an email address for the currently authenticated user.
认证
需要 Connected AccountTags
Add a GPG keyGITLAB_POST_API_V4_USER_GPG_KEYSAdds a GPG key for the currently authenticated user.需要连接
Adds a GPG key for the currently authenticated user.
认证
需要 Connected AccountTags
Revoke a GPG keyGITLAB_POST_API_V4_USER_GPG_KEYS_KEY_ID_REVOKEThis feature was added in GitLab 10.0需要连接
This feature was added in GitLab 10.0
认证
需要 Connected AccountTags
Add an SSH keyGITLAB_POST_API_V4_USER_KEYSAdds an SSH key for the currently authenticated user.需要连接
Adds an SSH key for the currently authenticated user.
认证
需要 Connected AccountTags
Create a personal access tokenGITLAB_POST_API_V4_USER_PERSONAL_ACCESS_TOKENSCreates a personal access token for the currently authenticated user. For security purposes, the token is limited to the `k8s_proxy` and `self_rotate` scope. Token values are included with the response, but cannot be retrieved later. This feature was introduced in GitLab 16.5.需要连接
Creates a personal access token for the currently authenticated user. For security purposes, the token is limited to the `k8s_proxy` and `self_rotate` scope. Token values are included with the response, but cannot be retrieved later. This feature was introduced in GitLab 16.5.
认证
需要 Connected AccountTags
Create a runner owned by currently authenticated userGITLAB_POST_API_V4_USER_RUNNERSCreate a new runner需要连接
Create a new runner
认证
需要 Connected AccountTags
Create a Support PINGITLAB_POST_API_V4_USER_SUPPORT_PINCreates a Support PIN. The PIN expires seven days after creation. GitLab Support may ask for this PIN to validate your identity.需要连接
Creates a Support PIN. The PIN expires seven days after creation. GitLab Support may ask for this PIN to validate your identity.
认证
需要 Connected AccountTags
Reactivate a userGITLAB_POST_API_V4_USERS_ID_ACTIVATEReactivates a specified user account that was previously deactivated. Administrators only.需要连接
Reactivates a specified user account that was previously deactivated. Administrators only.
认证
需要 Connected AccountTags
Approve access to a userGITLAB_POST_API_V4_USERS_ID_APPROVEApproves access to a specified user account that is pending approval. Administrators only.需要连接
Approves access to a specified user account that is pending approval. Administrators only.
认证
需要 Connected AccountTags
Ban a userGITLAB_POST_API_V4_USERS_ID_BANBans a specified user account. Administrators only.需要连接
Bans a specified user account. Administrators only.
认证
需要 Connected AccountTags
Block access to a userGITLAB_POST_API_V4_USERS_ID_BLOCKBlocks a specified user account. Administrators only.需要连接
Blocks a specified user account. Administrators only.
认证
需要 Connected AccountTags
Deactivate a userGITLAB_POST_API_V4_USERS_ID_DEACTIVATEDeactivates a specified user account. Administrators only.需要连接
Deactivates a specified user account. Administrators only.
认证
需要 Connected AccountTags
Add an email address for a userGITLAB_POST_API_V4_USERS_ID_EMAILSAdds an email address for a specified user account. Administrators only.需要连接
Adds an email address for a specified user account. Administrators only.
认证
需要 Connected AccountTags
Follow a userGITLAB_POST_API_V4_USERS_ID_FOLLOWFollows a specified user account.需要连接
Follows a specified user account.
认证
需要 Connected AccountTags
Add a GPG key for a userGITLAB_POST_API_V4_USERS_ID_GPG_KEYSAdds a GPG key for a specified user account. Administrators only.需要连接
Adds a GPG key for a specified user account. Administrators only.
认证
需要 Connected AccountTags
Revoke a GPG key for a user.GITLAB_POST_API_V4_USERS_ID_GPG_KEYS_KEY_ID_REVOKEDeletes a GPG key from a specified user account. Administrators only.需要连接
Deletes a GPG key from a specified user account. Administrators only.
认证
需要 Connected AccountTags
Reject access to a userGITLAB_POST_API_V4_USERS_ID_REJECTRejects access to a specified user account that is pending approval. Administrators only.需要连接
Rejects access to a specified user account that is pending approval. Administrators only.
认证
需要 Connected AccountTags
Revoke a Support PIN for a userGITLAB_POST_API_V4_USERS_ID_SUPPORT_PIN_REVOKERevokes a Support PIN for a specified user. This immediately expires and removes the PIN. Administrators only.需要连接
Revokes a Support PIN for a specified user. This immediately expires and removes the PIN. Administrators only.
认证
需要 Connected AccountTags
Unban a userGITLAB_POST_API_V4_USERS_ID_UNBANUnbans a specified user account that was previously banned. Administrators only.需要连接
Unbans a specified user account that was previously banned. Administrators only.
认证
需要 Connected AccountTags
Unblock access to a userGITLAB_POST_API_V4_USERS_ID_UNBLOCKUnblocks a specified user account that was previously blocked. Administrators only.需要连接
Unblocks a specified user account that was previously blocked. Administrators only.
认证
需要 Connected AccountTags
Unfollow a userGITLAB_POST_API_V4_USERS_ID_UNFOLLOWUnfollows a specified user account.需要连接
Unfollows a specified user account.
认证
需要 Connected AccountTags
Create an impersonation tokenGITLAB_POST_API_V4_USERS_USER_ID_IMPERSONATION_TOKENSCreates an impersonation token. These tokens are used to act on behalf of a user and can perform API calls as well as Git read and write actions. These tokens are not visible to the associated user on their profile settings page. Token values are included with the response, but cannot be retrieved later. Administrators only.需要连接
Creates an impersonation token. These tokens are used to act on behalf of a user and can perform API calls as well as Git read and write actions. These tokens are not visible to the associated user on their profile settings page. Token values are included with the response, but cannot be retrieved later. Administrators only.
认证
需要 Connected AccountTags
Add an SSH key for a userGITLAB_POST_API_V4_USERS_USER_ID_KEYSAdds an SSH key for a specified user account. Administrators only.需要连接
Adds an SSH key for a specified user account. Administrators only.
认证
需要 Connected AccountTags
Create a personal access token for a userGITLAB_POST_API_V4_USERS_USER_ID_PERSONAL_ACCESS_TOKENSCreates a personal access token for a user. Token values are included with the response, but cannot be retrieved later. Administrators only.需要连接
Creates a personal access token for a user. Token values are included with the response, but cannot be retrieved later. Administrators only.
认证
需要 Connected AccountTags
Creates or updates a specific settingGITLAB_POST_API_V4_VSCODE_SETTINGS_SYNC_SETTINGS_CONTEXT_HASH_V1_RESOURCE_RESOURCE_NAMECreates or updates a specific setting需要连接
Creates or updates a specific setting
认证
需要 Connected AccountTags
Creates or updates a specific settingGITLAB_POST_API_V4_VSCODE_SETTINGS_SYNC_V1_RESOURCE_RESOURCE_NAMECreates or updates a specific setting需要连接
Creates or updates a specific setting
认证
需要 Connected AccountTags
Confirm a vulnerabilityGITLAB_POST_API_V4_VULNERABILITIES_ID_CONFIRMConfirms a specified vulnerability, marking it as genuine and requiring action. Returns status code `304` if the vulnerability is already confirmed. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.需要连接
Confirms a specified vulnerability, marking it as genuine and requiring action. Returns status code `304` if the vulnerability is already confirmed. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.
认证
需要 Connected AccountTags
Dismiss a vulnerabilityGITLAB_POST_API_V4_VULNERABILITIES_ID_DISMISSDismisses a specified vulnerability. Returns status code `304` if the vulnerability is already dismissed. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.需要连接
Dismisses a specified vulnerability. Returns status code `304` if the vulnerability is already dismissed. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.
认证
需要 Connected AccountTags
Relate an issue to a vulnerabilityGITLAB_POST_API_V4_VULNERABILITIES_ID_ISSUE_LINKSRelate an issue to a vulnerability需要连接
Relate an issue to a vulnerability
认证
需要 Connected AccountTags
Resolve a vulnerabilityGITLAB_POST_API_V4_VULNERABILITIES_ID_RESOLVEResolves a specified vulnerability. Returns status code `304` if the vulnerability is already resolved. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.需要连接
Resolves a specified vulnerability. Returns status code `304` if the vulnerability is already resolved. Returns status code `403` if the authenticated user does not have permission to change the vulnerability status.
认证
需要 Connected AccountTags
Revert a vulnerability to detected stateGITLAB_POST_API_V4_VULNERABILITIES_ID_REVERTReverts a specified vulnerability to detected state. Returns status code `304` if the vulnerability is already in detected state. Returns status code `403` if the authenticated user does not have permission to change vulnerability status.需要连接
Reverts a specified vulnerability to detected state. Returns status code `304` if the vulnerability is already in detected state. Returns status code `403` if the authenticated user does not have permission to change vulnerability status.
认证
需要 Connected AccountTags
Update AI False Positive Detection resultsGITLAB_POST_API_V4_VULNERABILITIES_VULNERABILITY_ID_FLAGS_AI_DETECTIONUpdates the confidence score and explanation for AI-based False Positive Detection flows.需要连接
Updates the confidence score and explanation for AI-based False Positive Detection flows.
认证
需要 Connected AccountTags
Update enabled namespace stateGITLAB_PUT_API_V4_ADMIN_ACTIVE_CONTEXT_CODE_ENABLED_NAMESPACESUpdate enabled namespace state需要连接
Update enabled namespace state
认证
需要 Connected AccountTags
Update collection optionsGITLAB_PUT_API_V4_ADMIN_ACTIVE_CONTEXT_COLLECTIONS_IDUpdate collection options需要连接
Update collection options
认证
需要 Connected AccountTags
Activate an ActiveContext connectionGITLAB_PUT_API_V4_ADMIN_ACTIVE_CONTEXT_CONNECTIONS_ACTIVATEActivate an ActiveContext connection需要连接
Activate an ActiveContext connection
认证
需要 Connected AccountTags
Deactivate an ActiveContext connectionGITLAB_PUT_API_V4_ADMIN_ACTIVE_CONTEXT_CONNECTIONS_DEACTIVATEDeactivate an ActiveContext connection需要连接
Deactivate an ActiveContext connection
认证
需要 Connected AccountTags
Pause a batched background migrationGITLAB_PUT_API_V4_ADMIN_BATCHED_BACKGROUND_MIGRATIONS_ID_PAUSEPause a batched background migration需要连接
Pause a batched background migration
认证
需要 Connected AccountTags
Resume a batched background migrationGITLAB_PUT_API_V4_ADMIN_BATCHED_BACKGROUND_MIGRATIONS_ID_RESUMEResume a batched background migration需要连接
Resume a batched background migration
认证
需要 Connected AccountTags
Restart a batched background operationGITLAB_PUT_API_V4_ADMIN_BATCHED_BACKGROUND_OPERATIONS_ID_RESTARTThis feature was introduced in GitLab 19.2.需要连接
This feature was introduced in GitLab 19.2.
认证
需要 Connected AccountTags
Stop a batched background operationGITLAB_PUT_API_V4_ADMIN_BATCHED_BACKGROUND_OPERATIONS_ID_STOPThis feature was introduced in GitLab 19.2.需要连接
This feature was introduced in GitLab 19.2.
认证
需要 Connected AccountTags
Update an instance variableGITLAB_PUT_API_V4_ADMIN_CI_VARIABLES_KEYUpdates a specified instance variable.需要连接
Updates a specified instance variable.
认证
需要 Connected AccountTags
Update an instance clusterGITLAB_PUT_API_V4_ADMIN_CLUSTERS_CLUSTER_IDUpdates an existing instance cluster.需要连接
Updates an existing instance cluster.
认证
需要 Connected AccountTags
Recalculate checksums for model recordsGITLAB_PUT_API_V4_ADMIN_DATA_MANAGEMENT_MODEL_NAME_CHECKSUMRecalculates checksums for selected records of a specified model, filtered by `checksum_state` and `identifiers` parameters if provided. The request enqueues a background job to perform the recalculation. Only available to administrators on primary Geo sites.需要连接
Recalculates checksums for selected records of a specified model, filtered by `checksum_state` and `identifiers` parameters if provided. The request enqueues a background job to perform the recalculation. Only available to administrators on primary Geo sites.
认证
需要 Connected AccountTags
Recalculate the checksum of a model recordGITLAB_PUT_API_V4_ADMIN_DATA_MANAGEMENT_MODEL_NAME_RECORD_IDENTIFIER_CHECKSUMRecalculates the checksum of a specified model record. The checksum value is a representation of the queried model hashed with the md5 or sha256 algorithm. Only available to administrators on primary Geo sites.需要连接
Recalculates the checksum of a specified model record. The checksum value is a representation of the queried model hashed with the md5 or sha256 algorithm. Only available to administrators on primary Geo sites.
认证
需要 Connected AccountTags
Enable a namespace for Knowledge GraphGITLAB_PUT_API_V4_ADMIN_KNOWLEDGE_GRAPH_NAMESPACES_IDThis endpoint enables Knowledge Graph for a specific namespace需要连接
This endpoint enables Knowledge Graph for a specific namespace
认证
需要 Connected AccountTags
Update security policy settingsGITLAB_PUT_API_V4_ADMIN_SECURITY_COMPLIANCE_POLICY_SETTINGSUpdates the security policy settings for this GitLab instance.需要连接
Updates the security policy settings for this GitLab instance.
认证
需要 Connected AccountTags
Triggers indexing for the specified projectGITLAB_PUT_API_V4_ADMIN_ZOEKT_PROJECTS_PROJECT_ID_INDEXTriggers indexing for the specified project需要连接
Triggers indexing for the specified project
认证
需要 Connected AccountTags
Add a namespace to a node for Zoekt indexingGITLAB_PUT_API_V4_ADMIN_ZOEKT_SHARDS_NODE_ID_INDEXED_NAMESPACES_NAMESPACE_IDAdd a namespace to a node for Zoekt indexing需要连接
Add a namespace to a node for Zoekt indexing
认证
需要 Connected AccountTags
Update workflow eventGITLAB_PUT_API_V4_AI_DUO_WORKFLOWS_WORKFLOWS_ID_EVENTS_EVENT_IDUpdate workflow event需要连接
Update workflow event
认证
需要 Connected AccountTags
Change plan limitsGITLAB_PUT_API_V4_APPLICATION_PLAN_LIMITSModify the limits of a plan on the GitLab instance.需要连接
Modify the limits of a plan on the GitLab instance.
认证
需要 Connected AccountTags
Update application settingsGITLAB_PUT_API_V4_APPLICATION_SETTINGSUpdates the current application settings for this GitLab instance.需要连接
Updates the current application settings for this GitLab instance.
认证
需要 Connected AccountTags
Update a broadcast messageGITLAB_PUT_API_V4_BROADCAST_MESSAGES_IDUpdates a specified broadcast message.需要连接
Updates a specified broadcast message.
认证
需要 Connected AccountTags
Rollback namespaces to be indexed down to n%GITLAB_PUT_API_V4_ELASTICSEARCH_INDEXED_NAMESPACES_ROLLBACKThis feature was introduced in GitLab 12.7. **DEPRECATED**: This endpoint is deprecated and for GitLab.com use only. This will only ever decrease the number of indexed namespaces. Providing a value higher than the current rolled out percentage will have no effect. This percentage is never persisted but is used to calculate the number of namespaces to rollback.需要连接
This feature was introduced in GitLab 12.7. **DEPRECATED**: This endpoint is deprecated and for GitLab.com use only. This will only ever decrease the number of indexed namespaces. Providing a value higher than the current rolled out percentage will have no effect. This percentage is never persisted but is used to calculate the number of namespaces to rollback.
认证
需要 Connected AccountTags
Rollout namespaces to be indexed up to n%GITLAB_PUT_API_V4_ELASTICSEARCH_INDEXED_NAMESPACES_ROLLOUTThis feature was introduced in GitLab 12.7. **DEPRECATED**: This endpoint is deprecated and for GitLab.com use only. This will only ever increase the number of indexed namespaces. Providing a value lower than the current rolled out percentage will have no effect. This percentage is never persisted but is used to calculate the number of new namespaces to rollout. If the same percentage is applied again at a later time, due to possible new namespaces being created during the period, some of them will also be indexed. Therefore you may expect that setting this to 10%, then waiting a month and setting to 10% again will trigger new namespaces to be added (i.e. 10% of the number of newly created namespaces in the last month within the given plan).需要连接
This feature was introduced in GitLab 12.7. **DEPRECATED**: This endpoint is deprecated and for GitLab.com use only. This will only ever increase the number of indexed namespaces. Providing a value lower than the current rolled out percentage will have no effect. This percentage is never persisted but is used to calculate the number of new namespaces to rollout. If the same percentage is applied again at a later time, due to possible new namespaces being created during the period, some of them will also be indexed. Therefore you may expect that setting this to 10%, then waiting a month and setting to 10% again will trigger new namespaces to be added (i.e. 10% of the number of newly created namespaces in the last month within the given plan).
认证
需要 Connected AccountTags
Update a Geo nodeGITLAB_PUT_API_V4_GEO_NODES_IDUpdates a specified Geo node.需要连接
Updates a specified Geo node.
认证
需要 Connected AccountTags
Update a Geo siteGITLAB_PUT_API_V4_GEO_SITES_IDUpdates a specified Geo site.需要连接
Updates a specified Geo site.
认证
需要 Connected AccountTags
Approve an access requestGITLAB_PUT_API_V4_GROUPS_ID_ACCESS_REQUESTS_USER_ID_APPROVEApproves an access request for a specified user in a group.需要连接
Approves an access request for a specified user in a group.
认证
需要 Connected AccountTags
Update group approval ruleGITLAB_PUT_API_V4_GROUPS_ID_APPROVAL_RULES_APPROVAL_RULE_IDUpdate group approval rule需要连接
Update group approval rule
认证
需要 Connected AccountTags
Update a badge for a groupGITLAB_PUT_API_V4_GROUPS_ID_BADGES_BADGE_IDUpdates a specified badge for a group.需要连接
Updates a specified badge for a group.
认证
需要 Connected AccountTags
Update a group issue boardGITLAB_PUT_API_V4_GROUPS_ID_BOARDS_BOARD_IDUpdates a specified group issue board.需要连接
Updates a specified group issue board.
认证
需要 Connected AccountTags
Update a group issue board listGITLAB_PUT_API_V4_GROUPS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDUpdates a specified group issue board list. This call is used to change list position.需要连接
Updates a specified group issue board list. This call is used to change list position.
认证
需要 Connected AccountTags
Update a group clusterGITLAB_PUT_API_V4_GROUPS_ID_CLUSTERS_CLUSTER_IDUpdates a specified group cluster.需要连接
Updates a specified group cluster.
认证
需要 Connected AccountTags
Creates or updates a custom attribute for a groupGITLAB_PUT_API_V4_GROUPS_ID_CUSTOM_ATTRIBUTES_KEYCreates or updates a custom attribute for a specified group. If the attribute already exists, it is updated, otherwise a new attribute is created.需要连接
Creates or updates a custom attribute for a specified group. If the attribute already exists, it is updated, otherwise a new attribute is created.
认证
需要 Connected AccountTags
Update a Debian group distributionGITLAB_PUT_API_V4_GROUPS_ID_DASH_DEBIAN_DISTRIBUTIONS_CODENAMEUpdates a specified Debian group distribution for a group.需要连接
Updates a specified Debian group distribution for a group.
认证
需要 Connected AccountTags
Update an epicGITLAB_PUT_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IIDUpdates an epic需要连接
Updates an epic
认证
需要 Connected AccountTags
Reorder child epicsGITLAB_PUT_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_EPICS_CHILD_EPIC_IDReorder child epics需要连接
Reorder child epics
认证
需要 Connected AccountTags
Update a related epic linkGITLAB_PUT_API_V4_GROUPS_ID_DASH_EPICS_EPIC_IID_ISSUES_EPIC_ISSUE_IDUpdates the relation of a specified issue to an epic.需要连接
Updates the relation of a specified issue to an epic.
认证
需要 Connected AccountTags
Resolve or unresolve an epic discussionGITLAB_PUT_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDResolves or unresolves a specified epic discussion.需要连接
Resolves or unresolves a specified epic discussion.
认证
需要 Connected AccountTags
Update a comment in an epic discussionGITLAB_PUT_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDUpdates or changes the status of a specified comment in a epic discussion.需要连接
Updates or changes the status of a specified comment in a epic discussion.
认证
需要 Connected AccountTags
Update an epic noteGITLAB_PUT_API_V4_GROUPS_ID_EPICS_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for an epic.需要连接
Updates an existing note for an epic.
认证
需要 Connected AccountTags
Update a group hookGITLAB_PUT_API_V4_GROUPS_ID_HOOKS_HOOK_IDUpdates a hook for a specified group.需要连接
Updates a hook for a specified group.
认证
需要 Connected AccountTags
Update a custom headerGITLAB_PUT_API_V4_GROUPS_ID_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYUpdates a custom header for a specified webhook.需要连接
Updates a custom header for a specified webhook.
认证
需要 Connected AccountTags
Update a URL variableGITLAB_PUT_API_V4_GROUPS_ID_HOOKS_HOOK_ID_URL_VARIABLES_KEYUpdates a URL variable for a specified webhook.需要连接
Updates a URL variable for a specified webhook.
认证
需要 Connected AccountTags
Create or update the Apple App Store integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_APPLE_APP_STORECreates or updates the Apple App Store integration.需要连接
Creates or updates the Apple App Store integration.
认证
需要 Connected AccountTags
Create or update the Asana integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_ASANACreates or updates the Asana integration.需要连接
Creates or updates the Asana integration.
认证
需要 Connected AccountTags
Create or update the Assembla integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_ASSEMBLACreates or updates the Assembla integration.需要连接
Creates or updates the Assembla integration.
认证
需要 Connected AccountTags
Create or update the Bamboo integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_BAMBOOCreates or updates the Bamboo integration.需要连接
Creates or updates the Bamboo integration.
认证
需要 Connected AccountTags
Create or update the Bugzilla integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_BUGZILLACreates or updates the Bugzilla integration.需要连接
Creates or updates the Bugzilla integration.
认证
需要 Connected AccountTags
Create or update the Buildkite integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_BUILDKITECreates or updates the Buildkite integration.需要连接
Creates or updates the Buildkite integration.
认证
需要 Connected AccountTags
Create or update the Campfire integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_CAMPFIRECreates or updates the Campfire integration.需要连接
Creates or updates the Campfire integration.
认证
需要 Connected AccountTags
Create or update the Clickup integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_CLICKUPCreates or updates the Clickup integration.需要连接
Creates or updates the Clickup integration.
认证
需要 Connected AccountTags
Create or update the Confluence integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_CONFLUENCECreates or updates the Confluence integration.需要连接
Creates or updates the Confluence integration.
认证
需要 Connected AccountTags
Create or update the Custom Issue Tracker integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_CUSTOM_ISSUE_TRACKERCreates or updates the Custom Issue Tracker integration.需要连接
Creates or updates the Custom Issue Tracker integration.
认证
需要 Connected AccountTags
Create or update the Datadog integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_DATADOGCreates or updates the Datadog integration.需要连接
Creates or updates the Datadog integration.
认证
需要 Connected AccountTags
Create or update the Diffblue Cover integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_DIFFBLUE_COVERCreates or updates the Diffblue Cover integration.需要连接
Creates or updates the Diffblue Cover integration.
认证
需要 Connected AccountTags
Create or update the Discord integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_DISCORDCreates or updates the Discord integration.需要连接
Creates or updates the Discord integration.
认证
需要 Connected AccountTags
Create or update the Drone Ci integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_DRONE_CICreates or updates the Drone Ci integration.需要连接
Creates or updates the Drone Ci integration.
认证
需要 Connected AccountTags
Create or update the Emails On Push integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_EMAILS_ON_PUSHCreates or updates the Emails On Push integration.需要连接
Creates or updates the Emails On Push integration.
认证
需要 Connected AccountTags
Create or update the Ewm integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_EWMCreates or updates the Ewm integration.需要连接
Creates or updates the Ewm integration.
认证
需要 Connected AccountTags
Create or update the External Wiki integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_EXTERNAL_WIKICreates or updates the External Wiki integration.需要连接
Creates or updates the External Wiki integration.
认证
需要 Connected AccountTags
Create or update the Git Guardian integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GIT_GUARDIANCreates or updates the Git Guardian integration.需要连接
Creates or updates the Git Guardian integration.
认证
需要 Connected AccountTags
Create or update the Github integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GITHUBCreates or updates the Github integration.需要连接
Creates or updates the Github integration.
认证
需要 Connected AccountTags
Create or update the Gitlab Slack Application integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GITLAB_SLACK_APPLICATIONCreates or updates the Gitlab Slack Application integration.需要连接
Creates or updates the Gitlab Slack Application integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Artifact Registry integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GOOGLE_CLOUD_PLATFORM_ARTIFACT_REGISTRYCreates or updates the Google Cloud Platform Artifact Registry integration.需要连接
Creates or updates the Google Cloud Platform Artifact Registry integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Workload Identity Federation integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GOOGLE_CLOUD_PLATFORM_WORKLOAD_IDENTITY_FEDERATIONCreates or updates the Google Cloud Platform Workload Identity Federation integration.需要连接
Creates or updates the Google Cloud Platform Workload Identity Federation integration.
认证
需要 Connected AccountTags
Create or update the Google Play integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_GOOGLE_PLAYCreates or updates the Google Play integration.需要连接
Creates or updates the Google Play integration.
认证
需要 Connected AccountTags
Create or update the Hangouts Chat integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_HANGOUTS_CHATCreates or updates the Hangouts Chat integration.需要连接
Creates or updates the Hangouts Chat integration.
认证
需要 Connected AccountTags
Create or update the Harbor integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_HARBORCreates or updates the Harbor integration.需要连接
Creates or updates the Harbor integration.
认证
需要 Connected AccountTags
Create or update the Irker integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_IRKERCreates or updates the Irker integration.需要连接
Creates or updates the Irker integration.
认证
需要 Connected AccountTags
Create or update the Jenkins integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_JENKINSCreates or updates the Jenkins integration.需要连接
Creates or updates the Jenkins integration.
认证
需要 Connected AccountTags
Create or update the Jira integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_JIRACreates or updates the Jira integration.需要连接
Creates or updates the Jira integration.
认证
需要 Connected AccountTags
Create or update the Jira Cloud App integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_JIRA_CLOUD_APPCreates or updates the Jira Cloud App integration.需要连接
Creates or updates the Jira Cloud App integration.
认证
需要 Connected AccountTags
Create or update the Linear integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_LINEARCreates or updates the Linear integration.需要连接
Creates or updates the Linear integration.
认证
需要 Connected AccountTags
Create or update the Matrix integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MATRIXCreates or updates the Matrix integration.需要连接
Creates or updates the Matrix integration.
认证
需要 Connected AccountTags
Create or update the Mattermost integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MATTERMOSTCreates or updates the Mattermost integration.需要连接
Creates or updates the Mattermost integration.
认证
需要 Connected AccountTags
Create or update the Mattermost Slash Commands integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MATTERMOST_SLASH_COMMANDSCreates or updates the Mattermost Slash Commands integration.需要连接
Creates or updates the Mattermost Slash Commands integration.
认证
需要 Connected AccountTags
Create or update the Microsoft Teams integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MICROSOFT_TEAMSCreates or updates the Microsoft Teams integration.需要连接
Creates or updates the Microsoft Teams integration.
认证
需要 Connected AccountTags
Create or update the Mock Ci integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MOCK_CICreates or updates the Mock Ci integration.需要连接
Creates or updates the Mock Ci integration.
认证
需要 Connected AccountTags
Create or update the Mock Monitoring integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_MOCK_MONITORINGCreates or updates the Mock Monitoring integration.需要连接
Creates or updates the Mock Monitoring integration.
认证
需要 Connected AccountTags
Create or update the Packagist integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PACKAGISTCreates or updates the Packagist integration.需要连接
Creates or updates the Packagist integration.
认证
需要 Connected AccountTags
Create or update the Phorge integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PHORGECreates or updates the Phorge integration.需要连接
Creates or updates the Phorge integration.
认证
需要 Connected AccountTags
Create or update the Pipelines Email integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PIPELINES_EMAILCreates or updates the Pipelines Email integration.需要连接
Creates or updates the Pipelines Email integration.
认证
需要 Connected AccountTags
Create or update the Pivotaltracker integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PIVOTALTRACKERCreates or updates the Pivotaltracker integration.需要连接
Creates or updates the Pivotaltracker integration.
认证
需要 Connected AccountTags
Create or update the Pumble integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PUMBLECreates or updates the Pumble integration.需要连接
Creates or updates the Pumble integration.
认证
需要 Connected AccountTags
Create or update the Pushover integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_PUSHOVERCreates or updates the Pushover integration.需要连接
Creates or updates the Pushover integration.
认证
需要 Connected AccountTags
Create or update the Redmine integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_REDMINECreates or updates the Redmine integration.需要连接
Creates or updates the Redmine integration.
认证
需要 Connected AccountTags
Create or update the Slack integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_SLACKCreates or updates the Slack integration.需要连接
Creates or updates the Slack integration.
认证
需要 Connected AccountTags
Create or update the Squash Tm integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_SQUASH_TMCreates or updates the Squash Tm integration.需要连接
Creates or updates the Squash Tm integration.
认证
需要 Connected AccountTags
Create or update the Teamcity integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_TEAMCITYCreates or updates the Teamcity integration.需要连接
Creates or updates the Teamcity integration.
认证
需要 Connected AccountTags
Create or update the Telegram integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_TELEGRAMCreates or updates the Telegram integration.需要连接
Creates or updates the Telegram integration.
认证
需要 Connected AccountTags
Create or update the Unify Circuit integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_UNIFY_CIRCUITCreates or updates the Unify Circuit integration.需要连接
Creates or updates the Unify Circuit integration.
认证
需要 Connected AccountTags
Create or update the Webex Teams integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_WEBEX_TEAMSCreates or updates the Webex Teams integration.需要连接
Creates or updates the Webex Teams integration.
认证
需要 Connected AccountTags
Create or update the Youtrack integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_YOUTRACKCreates or updates the Youtrack integration.需要连接
Creates or updates the Youtrack integration.
认证
需要 Connected AccountTags
Create or update the Zentao integrationGITLAB_PUT_API_V4_GROUPS_ID_INTEGRATIONS_ZENTAOCreates or updates the Zentao integration.需要连接
Creates or updates the Zentao integration.
认证
需要 Connected AccountTags
Update an invitation to a groupGITLAB_PUT_API_V4_GROUPS_ID_INVITATIONS_EMAILUpdates a pending invitation to a group.需要连接
Updates a pending invitation to a group.
认证
需要 Connected AccountTags
Update a group labelGITLAB_PUT_API_V4_GROUPS_ID_LABELSUpdates an existing group label. At least one parameter is required to update the group label.需要连接
Updates an existing group label. At least one parameter is required to update the group label.
认证
需要 Connected AccountTags
Update a group labelGITLAB_PUT_API_V4_GROUPS_ID_LABELS_NAMEUpdates a specified group label. At least one parameter is required to update the group label.需要连接
Updates a specified group label. At least one parameter is required to update the group label.
认证
需要 Connected AccountTags
Approve a group memberGITLAB_PUT_API_V4_GROUPS_ID_MEMBERS_MEMBER_ID_APPROVEApproves a specified pending user for a top-level group and any subgroups or projects.需要连接
Approves a specified pending user for a top-level group and any subgroups or projects.
认证
需要 Connected AccountTags
Update a group memberGITLAB_PUT_API_V4_GROUPS_ID_MEMBERS_USER_IDUpdates a specified member of a group.需要连接
Updates a specified member of a group.
认证
需要 Connected AccountTags
Update group membership state for a userGITLAB_PUT_API_V4_GROUPS_ID_MEMBERS_USER_ID_STATEUpdates the membership state for a specified user in a group.需要连接
Updates the membership state for a specified user in a group.
认证
需要 Connected AccountTags
Update MR approval settings for a groupGITLAB_PUT_API_V4_GROUPS_ID_MERGE_REQUEST_APPROVAL_SETTINGUpdates the merge request approval settings for a specified group.需要连接
Updates the merge request approval settings for a specified group.
认证
需要 Connected AccountTags
Update a group milestoneGITLAB_PUT_API_V4_GROUPS_ID_MILESTONES_MILESTONE_IDUpdates the specified group milestone.需要连接
Updates the specified group milestone.
认证
需要 Connected AccountTags
Update notification settings for a groupGITLAB_PUT_API_V4_GROUPS_ID_NOTIFICATION_SETTINGSUpdates the notification settings for a specified group.需要连接
Updates the notification settings for a specified group.
认证
需要 Connected AccountTags
Update a protected environment for a groupGITLAB_PUT_API_V4_GROUPS_ID_PROTECTED_ENVIRONMENTS_NAMEUpdates a specified protected environment for a group.需要连接
Updates a specified protected environment for a group.
认证
需要 Connected AccountTags
Update push rules of a groupGITLAB_PUT_API_V4_GROUPS_ID_PUSH_RULEUpdates the push rules for a specified group.需要连接
Updates the push rules for a specified group.
认证
需要 Connected AccountTags
Update group security settingsGITLAB_PUT_API_V4_GROUPS_ID_SECURITY_SETTINGSUpdates group security settings for a specified group. You must have the Security Manager, Maintainer, or Owner role for the group.需要连接
Updates group security settings for a specified group. You must have the Security Manager, Maintainer, or Owner role for the group.
认证
需要 Connected AccountTags
Update a group variableGITLAB_PUT_API_V4_GROUPS_ID_VARIABLES_KEYUpdates a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Updates a specified group variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
Update a wiki page meta noteGITLAB_PUT_API_V4_GROUPS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for a wiki page meta.需要连接
Updates an existing note for a wiki page meta.
认证
需要 Connected AccountTags
Update a wiki page for a groupGITLAB_PUT_API_V4_GROUPS_ID_WIKIS_SLUGUpdates a specified wiki page for a group.需要连接
Updates a specified wiki page for a group.
认证
需要 Connected AccountTags
Update a system hookGITLAB_PUT_API_V4_HOOKS_HOOK_IDUpdates a specified system hook.需要连接
Updates a specified system hook.
认证
需要 Connected AccountTags
Update a custom headerGITLAB_PUT_API_V4_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYUpdates a custom header for a specified webhook.需要连接
Updates a custom header for a specified webhook.
认证
需要 Connected AccountTags
Update a URL variableGITLAB_PUT_API_V4_HOOKS_HOOK_ID_URL_VARIABLES_KEYUpdates a URL variable for a specified webhook.需要连接
Updates a URL variable for a specified webhook.
认证
需要 Connected AccountTags
Update the GitLab for Jira (Forge) installation instance URLGITLAB_PUT_API_V4_INTEGRATIONS_JIRA_FORGE_INSTALLATIONSets the GitLab instance the installation points at. Omit instance_url (or send null) for GitLab.com. Requires a Jira site or organization admin.需要连接
Sets the GitLab instance the installation points at. Omit instance_url (or send null) for GitLab.com. Requires a Jira site or organization admin.
认证
需要 Connected AccountTags
Update a jobGITLAB_PUT_API_V4_JOBS_IDUpdate a job需要连接
Update a job
认证
需要 Connected AccountTags
Trigger recalculation of billable usersGITLAB_PUT_API_V4_LICENSE_ID_REFRESH_BILLABLE_USERSTriggers recalculation of billable users for a specified license.需要连接
Triggers recalculation of billable users for a specified license.
认证
需要 Connected AccountTags
Update a namespaceGITLAB_PUT_API_V4_NAMESPACES_IDDeprecated in 17.8需要连接
Deprecated in 17.8
认证
需要 Connected AccountTags
Update the subscription for the namespaceGITLAB_PUT_API_V4_NAMESPACES_ID_GITLAB_SUBSCRIPTIONDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Update the add-on purchase for the namespaceGITLAB_PUT_API_V4_NAMESPACES_ID_SUBSCRIPTION_ADD_ON_PURCHASE_ADD_ON_NAMEDeprecated in GitLab 17.7需要连接
Deprecated in GitLab 17.7
认证
需要 Connected AccountTags
Update global notification settingsGITLAB_PUT_API_V4_NOTIFICATION_SETTINGSUpdates notification settings and email address.需要连接
Updates notification settings and email address.
认证
需要 Connected AccountTags
Workhorse authorize the Conan recipe fileGITLAB_PUT_API_V4_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_EXPORT_FILE_NAME_AUTHORIZEAuthorizes the Conan recipe file.需要连接
Authorizes the Conan recipe file.
认证
需要 Connected AccountTags
Workhorse authorize the Conan package fileGITLAB_PUT_API_V4_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_PACKAGE_CONAN_PACKAGE_REFERENCE_PACKAGE_REVISION_FILE_NAME_AUTHORIZEAuthorizes the Conan package file.需要连接
Authorizes the Conan package file.
认证
需要 Connected AccountTags
Approve an access requestGITLAB_PUT_API_V4_PROJECTS_ID_ACCESS_REQUESTS_USER_ID_APPROVEApproves an access request for a specified user in a project.需要连接
Approves an access request for a specified user in a project.
认证
需要 Connected AccountTags
Update an approval rule for a projectGITLAB_PUT_API_V4_PROJECTS_ID_APPROVAL_RULES_APPROVAL_RULE_IDUpdates a specified approval rule for a project. This endpoint removes any approvers and groups not defined in the `group_ids`, `user_ids`, or `usernames` attributes. Hidden groups (private groups the user does not have permission to view) that are not in the `users` or `groups` parameters are preserved by default. To remove them, set `remove_hidden_groups` to `true`. This ensures hidden groups are not removed unintentionally when a user updates an approval rule.需要连接
Updates a specified approval rule for a project. This endpoint removes any approvers and groups not defined in the `group_ids`, `user_ids`, or `usernames` attributes. Hidden groups (private groups the user does not have permission to view) that are not in the `users` or `groups` parameters are preserved by default. To remove them, set `remove_hidden_groups` to `true`. This ensures hidden groups are not removed unintentionally when a user updates an approval rule.
认证
需要 Connected AccountTags
Update approval ruleGITLAB_PUT_API_V4_PROJECTS_ID_APPROVAL_SETTINGS_RULES_APPROVAL_RULE_IDPrivate API subject to change需要连接
Private API subject to change
认证
需要 Connected AccountTags
Update a badge for a projectGITLAB_PUT_API_V4_PROJECTS_ID_BADGES_BADGE_IDUpdates a specified badge for a project.需要连接
Updates a specified badge for a project.
认证
需要 Connected AccountTags
Update an issue boardGITLAB_PUT_API_V4_PROJECTS_ID_BOARDS_BOARD_IDUpdates a specified issue board in a project.需要连接
Updates a specified issue board in a project.
认证
需要 Connected AccountTags
Update position of a board listGITLAB_PUT_API_V4_PROJECTS_ID_BOARDS_BOARD_ID_LISTS_LIST_IDUpdates the position of a specified list from an issue board.需要连接
Updates the position of a specified list from an issue board.
认证
需要 Connected AccountTags
Update a cluster in a projectGITLAB_PUT_API_V4_PROJECTS_ID_CLUSTERS_CLUSTER_IDUpdates a cluster in a specified project.需要连接
Updates a cluster in a specified project.
认证
需要 Connected AccountTags
Creates or updates a custom attribute for a projectGITLAB_PUT_API_V4_PROJECTS_ID_CUSTOM_ATTRIBUTES_KEYCreates or updates a custom attribute for a specified project. If the attribute already exists, it is updated, otherwise a new attribute is created.需要连接
Creates or updates a custom attribute for a specified project. If the attribute already exists, it is updated, otherwise a new attribute is created.
认证
需要 Connected AccountTags
Update a Debian project distributionGITLAB_PUT_API_V4_PROJECTS_ID_DEBIAN_DISTRIBUTIONS_CODENAMEUpdates a specified Debian project distribution for a project.需要连接
Updates a specified Debian project distribution for a project.
认证
需要 Connected AccountTags
Update a deploy keyGITLAB_PUT_API_V4_PROJECTS_ID_DEPLOY_KEYS_KEY_IDUpdates a deploy key for a project.需要连接
Updates a deploy key for a project.
认证
需要 Connected AccountTags
Update a deploymentGITLAB_PUT_API_V4_PROJECTS_ID_DEPLOYMENTS_DEPLOYMENT_IDUpdates a specified deployment.需要连接
Updates a specified deployment.
认证
需要 Connected AccountTags
Update an existing environmentGITLAB_PUT_API_V4_PROJECTS_ID_ENVIRONMENTS_ENVIRONMENT_IDUpdates an existing environment for a project.需要连接
Updates an existing environment for a project.
认证
需要 Connected AccountTags
Create Error Tracking settings for a projectGITLAB_PUT_API_V4_PROJECTS_ID_ERROR_TRACKING_SETTINGSCreates Error Tracking settings for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Creates Error Tracking settings for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Update external status check serviceGITLAB_PUT_API_V4_PROJECTS_ID_EXTERNAL_STATUS_CHECKS_CHECK_IDUpdates an existing external status check for a project.需要连接
Updates an existing external status check for a project.
认证
需要 Connected AccountTags
Update a feature flagGITLAB_PUT_API_V4_PROJECTS_ID_FEATURE_FLAGS_FEATURE_FLAG_NAMEUpdates a specified feature flag.需要连接
Updates a specified feature flag.
认证
需要 Connected AccountTags
Update a feature flag user listGITLAB_PUT_API_V4_PROJECTS_ID_FEATURE_FLAGS_USER_LISTS_IIDUpdates a specified feature flag user list.需要连接
Updates a specified feature flag user list.
认证
需要 Connected AccountTags
Update a freeze periodGITLAB_PUT_API_V4_PROJECTS_ID_FREEZE_PERIODS_FREEZE_PERIOD_IDUpdates a freeze period for a specified `freeze_period_id`. You must have the Maintainer or Owner role for the project.需要连接
Updates a freeze period for a specified `freeze_period_id`. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Update a project webhookGITLAB_PUT_API_V4_PROJECTS_ID_HOOKS_HOOK_IDUpdates a specified webhook for a project.需要连接
Updates a specified webhook for a project.
认证
需要 Connected AccountTags
Update a custom headerGITLAB_PUT_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_CUSTOM_HEADERS_KEYUpdates a custom header for a specified webhook.需要连接
Updates a custom header for a specified webhook.
认证
需要 Connected AccountTags
Update a URL variableGITLAB_PUT_API_V4_PROJECTS_ID_HOOKS_HOOK_ID_URL_VARIABLES_KEYUpdates a URL variable for a specified webhook.需要连接
Updates a URL variable for a specified webhook.
认证
需要 Connected AccountTags
Create or update the Apple App Store integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_APPLE_APP_STORECreates or updates the Apple App Store integration.需要连接
Creates or updates the Apple App Store integration.
认证
需要 Connected AccountTags
Create or update the Asana integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_ASANACreates or updates the Asana integration.需要连接
Creates or updates the Asana integration.
认证
需要 Connected AccountTags
Create or update the Assembla integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_ASSEMBLACreates or updates the Assembla integration.需要连接
Creates or updates the Assembla integration.
认证
需要 Connected AccountTags
Create or update the Bamboo integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_BAMBOOCreates or updates the Bamboo integration.需要连接
Creates or updates the Bamboo integration.
认证
需要 Connected AccountTags
Create or update the Bugzilla integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_BUGZILLACreates or updates the Bugzilla integration.需要连接
Creates or updates the Bugzilla integration.
认证
需要 Connected AccountTags
Create or update the Buildkite integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_BUILDKITECreates or updates the Buildkite integration.需要连接
Creates or updates the Buildkite integration.
认证
需要 Connected AccountTags
Create or update the Campfire integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_CAMPFIRECreates or updates the Campfire integration.需要连接
Creates or updates the Campfire integration.
认证
需要 Connected AccountTags
Create or update the Clickup integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_CLICKUPCreates or updates the Clickup integration.需要连接
Creates or updates the Clickup integration.
认证
需要 Connected AccountTags
Create or update the Confluence integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_CONFLUENCECreates or updates the Confluence integration.需要连接
Creates or updates the Confluence integration.
认证
需要 Connected AccountTags
Create or update the Custom Issue Tracker integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_CUSTOM_ISSUE_TRACKERCreates or updates the Custom Issue Tracker integration.需要连接
Creates or updates the Custom Issue Tracker integration.
认证
需要 Connected AccountTags
Create or update the Datadog integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_DATADOGCreates or updates the Datadog integration.需要连接
Creates or updates the Datadog integration.
认证
需要 Connected AccountTags
Create or update the Diffblue Cover integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_DIFFBLUE_COVERCreates or updates the Diffblue Cover integration.需要连接
Creates or updates the Diffblue Cover integration.
认证
需要 Connected AccountTags
Create or update the Discord integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_DISCORDCreates or updates the Discord integration.需要连接
Creates or updates the Discord integration.
认证
需要 Connected AccountTags
Create or update the Drone Ci integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_DRONE_CICreates or updates the Drone Ci integration.需要连接
Creates or updates the Drone Ci integration.
认证
需要 Connected AccountTags
Create or update the Emails On Push integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_EMAILS_ON_PUSHCreates or updates the Emails On Push integration.需要连接
Creates or updates the Emails On Push integration.
认证
需要 Connected AccountTags
Create or update the Ewm integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_EWMCreates or updates the Ewm integration.需要连接
Creates or updates the Ewm integration.
认证
需要 Connected AccountTags
Create or update the External Wiki integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_EXTERNAL_WIKICreates or updates the External Wiki integration.需要连接
Creates or updates the External Wiki integration.
认证
需要 Connected AccountTags
Create or update the Git Guardian integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GIT_GUARDIANCreates or updates the Git Guardian integration.需要连接
Creates or updates the Git Guardian integration.
认证
需要 Connected AccountTags
Create or update the Github integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GITHUBCreates or updates the Github integration.需要连接
Creates or updates the Github integration.
认证
需要 Connected AccountTags
Create or update the Gitlab Slack Application integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GITLAB_SLACK_APPLICATIONCreates or updates the Gitlab Slack Application integration.需要连接
Creates or updates the Gitlab Slack Application integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Artifact Registry integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GOOGLE_CLOUD_PLATFORM_ARTIFACT_REGISTRYCreates or updates the Google Cloud Platform Artifact Registry integration.需要连接
Creates or updates the Google Cloud Platform Artifact Registry integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Workload Identity Federation integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GOOGLE_CLOUD_PLATFORM_WORKLOAD_IDENTITY_FEDERATIONCreates or updates the Google Cloud Platform Workload Identity Federation integration.需要连接
Creates or updates the Google Cloud Platform Workload Identity Federation integration.
认证
需要 Connected AccountTags
Create or update the Google Play integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_GOOGLE_PLAYCreates or updates the Google Play integration.需要连接
Creates or updates the Google Play integration.
认证
需要 Connected AccountTags
Create or update the Hangouts Chat integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_HANGOUTS_CHATCreates or updates the Hangouts Chat integration.需要连接
Creates or updates the Hangouts Chat integration.
认证
需要 Connected AccountTags
Create or update the Harbor integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_HARBORCreates or updates the Harbor integration.需要连接
Creates or updates the Harbor integration.
认证
需要 Connected AccountTags
Create or update the Irker integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_IRKERCreates or updates the Irker integration.需要连接
Creates or updates the Irker integration.
认证
需要 Connected AccountTags
Create or update the Jenkins integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_JENKINSCreates or updates the Jenkins integration.需要连接
Creates or updates the Jenkins integration.
认证
需要 Connected AccountTags
Create or update the Jira integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_JIRACreates or updates the Jira integration.需要连接
Creates or updates the Jira integration.
认证
需要 Connected AccountTags
Create or update the Jira Cloud App integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_JIRA_CLOUD_APPCreates or updates the Jira Cloud App integration.需要连接
Creates or updates the Jira Cloud App integration.
认证
需要 Connected AccountTags
Create or update the Linear integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_LINEARCreates or updates the Linear integration.需要连接
Creates or updates the Linear integration.
认证
需要 Connected AccountTags
Create or update the Matrix integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MATRIXCreates or updates the Matrix integration.需要连接
Creates or updates the Matrix integration.
认证
需要 Connected AccountTags
Create or update the Mattermost integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MATTERMOSTCreates or updates the Mattermost integration.需要连接
Creates or updates the Mattermost integration.
认证
需要 Connected AccountTags
Create or update the Mattermost Slash Commands integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MATTERMOST_SLASH_COMMANDSCreates or updates the Mattermost Slash Commands integration.需要连接
Creates or updates the Mattermost Slash Commands integration.
认证
需要 Connected AccountTags
Create or update the Microsoft Teams integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MICROSOFT_TEAMSCreates or updates the Microsoft Teams integration.需要连接
Creates or updates the Microsoft Teams integration.
认证
需要 Connected AccountTags
Create or update the Mock Ci integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MOCK_CICreates or updates the Mock Ci integration.需要连接
Creates or updates the Mock Ci integration.
认证
需要 Connected AccountTags
Create or update the Mock Monitoring integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_MOCK_MONITORINGCreates or updates the Mock Monitoring integration.需要连接
Creates or updates the Mock Monitoring integration.
认证
需要 Connected AccountTags
Create or update the Packagist integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PACKAGISTCreates or updates the Packagist integration.需要连接
Creates or updates the Packagist integration.
认证
需要 Connected AccountTags
Create or update the Phorge integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PHORGECreates or updates the Phorge integration.需要连接
Creates or updates the Phorge integration.
认证
需要 Connected AccountTags
Create or update the Pipelines Email integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PIPELINES_EMAILCreates or updates the Pipelines Email integration.需要连接
Creates or updates the Pipelines Email integration.
认证
需要 Connected AccountTags
Create or update the Pivotaltracker integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PIVOTALTRACKERCreates or updates the Pivotaltracker integration.需要连接
Creates or updates the Pivotaltracker integration.
认证
需要 Connected AccountTags
Create or update the Pumble integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PUMBLECreates or updates the Pumble integration.需要连接
Creates or updates the Pumble integration.
认证
需要 Connected AccountTags
Create or update the Pushover integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_PUSHOVERCreates or updates the Pushover integration.需要连接
Creates or updates the Pushover integration.
认证
需要 Connected AccountTags
Create or update the Redmine integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_REDMINECreates or updates the Redmine integration.需要连接
Creates or updates the Redmine integration.
认证
需要 Connected AccountTags
Create or update the Slack integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_SLACKCreates or updates the Slack integration.需要连接
Creates or updates the Slack integration.
认证
需要 Connected AccountTags
Create or update the Squash Tm integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_SQUASH_TMCreates or updates the Squash Tm integration.需要连接
Creates or updates the Squash Tm integration.
认证
需要 Connected AccountTags
Create or update the Teamcity integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_TEAMCITYCreates or updates the Teamcity integration.需要连接
Creates or updates the Teamcity integration.
认证
需要 Connected AccountTags
Create or update the Telegram integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_TELEGRAMCreates or updates the Telegram integration.需要连接
Creates or updates the Telegram integration.
认证
需要 Connected AccountTags
Create or update the Unify Circuit integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_UNIFY_CIRCUITCreates or updates the Unify Circuit integration.需要连接
Creates or updates the Unify Circuit integration.
认证
需要 Connected AccountTags
Create or update the Webex Teams integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_WEBEX_TEAMSCreates or updates the Webex Teams integration.需要连接
Creates or updates the Webex Teams integration.
认证
需要 Connected AccountTags
Create or update the Youtrack integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_YOUTRACKCreates or updates the Youtrack integration.需要连接
Creates or updates the Youtrack integration.
认证
需要 Connected AccountTags
Create or update the Zentao integrationGITLAB_PUT_API_V4_PROJECTS_ID_INTEGRATIONS_ZENTAOCreates or updates the Zentao integration.需要连接
Creates or updates the Zentao integration.
认证
需要 Connected AccountTags
Update an invitation to a projectGITLAB_PUT_API_V4_PROJECTS_ID_INVITATIONS_EMAILUpdates a pending invitation to a project.需要连接
Updates a pending invitation to a project.
认证
需要 Connected AccountTags
Update an issueGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_ISSUE_IIDUpdates a specified issue for a project. This request is also used to close or reopen an issue using the `state_event` parameter. At least one of the following parameters is required for the request to be successful: `assignee_id`, `assignee_ids`, `confidential`, `created_at`, `description`, `discussion_locked`, `due_date`, `issue_type`, `labels`, `milestone_id`, `state_event`, `title`.需要连接
Updates a specified issue for a project. This request is also used to close or reopen an issue using the `state_event` parameter. At least one of the following parameters is required for the request to be successful: `assignee_id`, `assignee_ids`, `confidential`, `created_at`, `description`, `discussion_locked`, `due_date`, `issue_type`, `labels`, `milestone_id`, `state_event`, `title`.
认证
需要 Connected AccountTags
Update a metric image for an incidentGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_METRIC_IMAGES_METRIC_IMAGE_IDUpdates a metric image for an incident.需要连接
Updates a metric image for an incident.
认证
需要 Connected AccountTags
Update the order of an issueGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_ISSUE_IID_REORDERUpdates the order of a specified issue in a project. You can see the results when sorting issues manually.需要连接
Updates the order of a specified issue in a project. You can see the results when sorting issues manually.
认证
需要 Connected AccountTags
Resolve or unresolve an issue discussionGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDResolves or unresolves a specified issue discussion.需要连接
Resolves or unresolves a specified issue discussion.
认证
需要 Connected AccountTags
Update a comment in an issue discussionGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDUpdates or changes the status of a specified comment in a issue discussion.需要连接
Updates or changes the status of a specified comment in a issue discussion.
认证
需要 Connected AccountTags
Update an issue noteGITLAB_PUT_API_V4_PROJECTS_ID_ISSUES_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for an issue.需要连接
Updates an existing note for an issue.
认证
需要 Connected AccountTags
Update an existing label. At least one optional parameter is required.GITLAB_PUT_API_V4_PROJECTS_ID_LABELSDeprecated in GitLab 12.4. Use PUT /projects/:id/labels/:name instead.需要连接
Deprecated in GitLab 12.4. Use PUT /projects/:id/labels/:name instead.
认证
需要 Connected AccountTags
Update a project labelGITLAB_PUT_API_V4_PROJECTS_ID_LABELS_NAMEUpdates a specified label for a project with a different name or color. At least one parameter is required to update the label.需要连接
Updates a specified label for a project with a different name or color. At least one parameter is required to update the label.
认证
需要 Connected AccountTags
Promote a project label to a group labelGITLAB_PUT_API_V4_PROJECTS_ID_LABELS_NAME_PROMOTEPromotes a specified project label to a group label. The label keeps its ID.需要连接
Promotes a specified project label to a group label. The label keeps its ID.
认证
需要 Connected AccountTags
Promote a label to a group labelGITLAB_PUT_API_V4_PROJECTS_ID_LABELS_PROMOTEAdded in GitLab 12.3 and deprecated in GitLab 12.4. Use PUT /projects/:id/labels/:name/promote instead.需要连接
Added in GitLab 12.3 and deprecated in GitLab 12.4. Use PUT /projects/:id/labels/:name/promote instead.
认证
需要 Connected AccountTags
Update a project memberGITLAB_PUT_API_V4_PROJECTS_ID_MEMBERS_USER_IDUpdates a specified member of a project.需要连接
Updates a specified member of a project.
认证
需要 Connected AccountTags
Update MR approval settings for a projectGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUEST_APPROVAL_SETTINGUpdates the merge request approval settings for a specified project.需要连接
Updates the merge request approval settings for a specified project.
认证
需要 Connected AccountTags
Update a merge requestGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IIDUpdates a merge request for a specified project.需要连接
Updates a merge request for a specified project.
认证
需要 Connected AccountTags
Update an approval rule for a merge requestGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_APPROVAL_RULES_APPROVAL_RULE_IDUpdates a specified approval rule for a merge request. This endpoint removes any approvers and groups not included in the `group_ids`, `user_ids`, or `usernames` attributes. The `report_approver` or `code_owner` rules are system-generated, and you cannot edit them.需要连接
Updates a specified approval rule for a merge request. This endpoint removes any approvers and groups not included in the `group_ids`, `user_ids`, or `usernames` attributes. The `report_approver` or `code_owner` rules are system-generated, and you cannot edit them.
认证
需要 Connected AccountTags
Update a draft noteGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTES_DRAFT_NOTE_IDUpdates a draft note for a specified merge request.需要连接
Updates a draft note for a specified merge request.
认证
需要 Connected AccountTags
Publish a draft noteGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_DRAFT_NOTES_DRAFT_NOTE_ID_PUBLISHPublishes a draft note for a specified merge request.需要连接
Publishes a draft note for a specified merge request.
认证
需要 Connected AccountTags
Merge a merge requestGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_MERGEMerges a merge request. Accepts and merges changes submitted with the merge request.需要连接
Merges a merge request. Accepts and merges changes submitted with the merge request.
认证
需要 Connected AccountTags
Rebase a merge requestGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_REBASERebases a merge request. Automatically rebases the `source_branch` of the merge request against its `target_branch`.需要连接
Rebases a merge request. Automatically rebases the `source_branch` of the merge request against its `target_branch`.
认证
需要 Connected AccountTags
Reset approvals for a merge requestGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_MERGE_REQUEST_IID_RESET_APPROVALSResets all approvals for a specified merge request. Available only to bot users with a valid project or group token. Human users receive a `401 Unauthorized` response.需要连接
Resets all approvals for a specified merge request. Available only to bot users with a valid project or group token. Human users receive a `401 Unauthorized` response.
认证
需要 Connected AccountTags
Resolve or unresolve a merge request discussionGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_IDResolves or unresolves a specified merge request discussion.需要连接
Resolves or unresolves a specified merge request discussion.
认证
需要 Connected AccountTags
Update a comment in a merge request discussionGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDUpdates or changes the status of a specified comment in a merge request discussion.需要连接
Updates or changes the status of a specified comment in a merge request discussion.
认证
需要 Connected AccountTags
Update a merge request noteGITLAB_PUT_API_V4_PROJECTS_ID_MERGE_REQUESTS_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for a merge request.需要连接
Updates an existing note for a merge request.
认证
需要 Connected AccountTags
Update a project milestoneGITLAB_PUT_API_V4_PROJECTS_ID_MILESTONES_MILESTONE_IDUpdates a specified project milestone.需要连接
Updates a specified project milestone.
认证
需要 Connected AccountTags
Update project pull mirroring settingsGITLAB_PUT_API_V4_PROJECTS_ID_MIRROR_PULLUpdates pull mirroring settings for a specified project. This feature was introduced in GitLab 17.5.需要连接
Updates pull mirroring settings for a specified project. This feature was introduced in GitLab 17.5.
认证
需要 Connected AccountTags
Update notification settings for a projectGITLAB_PUT_API_V4_PROJECTS_ID_NOTIFICATION_SETTINGSUpdates the notification settings for a specified project.需要连接
Updates the notification settings for a specified project.
认证
需要 Connected AccountTags
Workhorse authorize the Conan recipe fileGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_EXPORT_FILE_NAME_AUTHORIZEAuthorizes the Conan recipe file.需要连接
Authorizes the Conan recipe file.
认证
需要 Connected AccountTags
Workhorse authorize the Conan package fileGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_CONAN_V1_FILES_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_RECIPE_REVISION_PACKAGE_CONAN_PACKAGE_REFERENCE_PACKAGE_REVISION_FILE_NAME_AUTHORIZEAuthorizes the Conan package file.需要连接
Authorizes the Conan package file.
认证
需要 Connected AccountTags
Workhorse authorize the Conan recipe fileGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_FILES_FILE_NAME_AUTHORIZEAuthorizes the Conan recipe file. This feature was introduced in GitLab 17.10.需要连接
Authorizes the Conan recipe file. This feature was introduced in GitLab 17.10.
认证
需要 Connected AccountTags
Workhorse authorize the Conan package fileGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_CONAN_V2_CONANS_PACKAGE_NAME_PACKAGE_VERSION_PACKAGE_USERNAME_PACKAGE_CHANNEL_REVISIONS_RECIPE_REVISION_PACKAGES_CONAN_PACKAGE_REFERENCE_REVISIONS_PACKAGE_REVISION_FILES_FILE_NAME_AUTHORIZEAuthorizes the Conan package file. This feature was introduced in GitLab 17.11.需要连接
Authorizes the Conan package file. This feature was introduced in GitLab 17.11.
认证
需要 Connected AccountTags
Authorize Debian package uploadGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_DEBIAN_FILE_NAME_AUTHORIZEThis feature was introduced in GitLab 13.5需要连接
This feature was introduced in GitLab 13.5
认证
需要 Connected AccountTags
The NuGet Package Authorize endpointGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_NUGET_AUTHORIZEThis feature was introduced in GitLab 14.1需要连接
This feature was introduced in GitLab 14.1
认证
需要 Connected AccountTags
The NuGet Symbol Package Authorize endpointGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_NUGET_SYMBOLPACKAGE_AUTHORIZEThis feature was introduced in GitLab 14.1需要连接
This feature was introduced in GitLab 14.1
认证
需要 Connected AccountTags
The NuGet V2 Feed Package Authorize endpointGITLAB_PUT_API_V4_PROJECTS_ID_PACKAGES_NUGET_V2_AUTHORIZEThis feature was introduced in GitLab 16.2需要连接
This feature was introduced in GitLab 16.2
认证
需要 Connected AccountTags
Update Pages domainGITLAB_PUT_API_V4_PROJECTS_ID_PAGES_DOMAINS_DOMAINUpdates a specified Pages domain in a project. You must have permissions to change an existing Pages domain.需要连接
Updates a specified Pages domain in a project. You must have permissions to change an existing Pages domain.
认证
需要 Connected AccountTags
Verify Pages domainGITLAB_PUT_API_V4_PROJECTS_ID_PAGES_DOMAINS_DOMAIN_VERIFYVerifies a specified Pages domain in a project. You must have permissions to update Pages domains.需要连接
Verifies a specified Pages domain in a project. You must have permissions to update Pages domains.
认证
需要 Connected AccountTags
Update a pipeline scheduleGITLAB_PUT_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_IDUpdates a pipeline schedule for a project. After the update is done, it is rescheduled automatically.需要连接
Updates a pipeline schedule for a project. After the update is done, it is rescheduled automatically.
认证
需要 Connected AccountTags
Update a variable for a pipeline scheduleGITLAB_PUT_API_V4_PROJECTS_ID_PIPELINE_SCHEDULES_PIPELINE_SCHEDULE_ID_VARIABLES_KEYUpdates a variable for a pipeline schedule.需要连接
Updates a variable for a pipeline schedule.
认证
需要 Connected AccountTags
Update pipeline metadataGITLAB_PUT_API_V4_PROJECTS_ID_PIPELINES_PIPELINE_ID_METADATAUpdates pipeline metadata. The metadata contains the name of the pipeline. This feature was introduced in GitLab 16.6.需要连接
Updates pipeline metadata. The metadata contains the name of the pipeline. This feature was introduced in GitLab 16.6.
认证
需要 Connected AccountTags
Update a protected environment for a projectGITLAB_PUT_API_V4_PROJECTS_ID_PROTECTED_ENVIRONMENTS_NAMEUpdates a specified protected environment for a project.需要连接
Updates a specified protected environment for a project.
认证
需要 Connected AccountTags
Update push rules of a projectGITLAB_PUT_API_V4_PROJECTS_ID_PUSH_RULEUpdates the push rules for a specified project.需要连接
Updates the push rules for a specified project.
认证
需要 Connected AccountTags
Update a releaseGITLAB_PUT_API_V4_PROJECTS_ID_RELEASES_TAG_NAMEUpdates a release. Developer level access to the project is required to update a release.需要连接
Updates a release. Developer level access to the project is required to update a release.
认证
需要 Connected AccountTags
Update a release linkGITLAB_PUT_API_V4_PROJECTS_ID_RELEASES_TAG_NAME_ASSETS_LINKS_LINK_IDUpdates a specified asset link for a release.需要连接
Updates a specified asset link for a release.
认证
需要 Connected AccountTags
Update a remote mirror in a projectGITLAB_PUT_API_V4_PROJECTS_ID_REMOTE_MIRRORS_MIRROR_IDUpdates the configuration or operational status of a specified remote mirror.需要连接
Updates the configuration or operational status of a specified remote mirror.
认证
需要 Connected AccountTags
Protect a single branchGITLAB_PUT_API_V4_PROJECTS_ID_REPOSITORY_BRANCHES_BRANCH_PROTECTProtect a single branch需要连接
Protect a single branch
认证
需要 Connected AccountTags
Unprotect a single branchGITLAB_PUT_API_V4_PROJECTS_ID_REPOSITORY_BRANCHES_BRANCH_UNPROTECTUnprotect a single branch需要连接
Unprotect a single branch
认证
需要 Connected AccountTags
Update a comment in a commit discussionGITLAB_PUT_API_V4_PROJECTS_ID_REPOSITORY_COMMITS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDUpdates or changes the status of a specified comment in a commit discussion.需要连接
Updates or changes the status of a specified comment in a commit discussion.
认证
需要 Connected AccountTags
Update a submodule referenceGITLAB_PUT_API_V4_PROJECTS_ID_REPOSITORY_SUBMODULES_SUBMODULEUpdates a reference for a specified submodule.需要连接
Updates a reference for a specified submodule.
认证
需要 Connected AccountTags
Update a resource groupGITLAB_PUT_API_V4_PROJECTS_ID_RESOURCE_GROUPS_KEYUpdates the properties for a specified resource group. It returns `200` if the resource group was successfully updated. In case of an error, a status code `400` is returned.需要连接
Updates the properties for a specified resource group. It returns `200` if the resource group was successfully updated. In case of an error, a status code `400` is returned.
认证
需要 Connected AccountTags
Update project security settingsGITLAB_PUT_API_V4_PROJECTS_ID_SECURITY_SETTINGSUpdates project security settings for a specified project. You must have the Maintainer or Owner role for the project.需要连接
Updates project security settings for a specified project. You must have the Maintainer or Owner role for the project.
认证
需要 Connected AccountTags
Create or update the Apple App Store integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_APPLE_APP_STORECreates or updates the Apple App Store integration.需要连接
Creates or updates the Apple App Store integration.
认证
需要 Connected AccountTags
Create or update the Asana integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_ASANACreates or updates the Asana integration.需要连接
Creates or updates the Asana integration.
认证
需要 Connected AccountTags
Create or update the Assembla integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_ASSEMBLACreates or updates the Assembla integration.需要连接
Creates or updates the Assembla integration.
认证
需要 Connected AccountTags
Create or update the Bamboo integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_BAMBOOCreates or updates the Bamboo integration.需要连接
Creates or updates the Bamboo integration.
认证
需要 Connected AccountTags
Create or update the Bugzilla integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_BUGZILLACreates or updates the Bugzilla integration.需要连接
Creates or updates the Bugzilla integration.
认证
需要 Connected AccountTags
Create or update the Buildkite integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_BUILDKITECreates or updates the Buildkite integration.需要连接
Creates or updates the Buildkite integration.
认证
需要 Connected AccountTags
Create or update the Campfire integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_CAMPFIRECreates or updates the Campfire integration.需要连接
Creates or updates the Campfire integration.
认证
需要 Connected AccountTags
Create or update the Clickup integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_CLICKUPCreates or updates the Clickup integration.需要连接
Creates or updates the Clickup integration.
认证
需要 Connected AccountTags
Create or update the Confluence integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_CONFLUENCECreates or updates the Confluence integration.需要连接
Creates or updates the Confluence integration.
认证
需要 Connected AccountTags
Create or update the Custom Issue Tracker integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_CUSTOM_ISSUE_TRACKERCreates or updates the Custom Issue Tracker integration.需要连接
Creates or updates the Custom Issue Tracker integration.
认证
需要 Connected AccountTags
Create or update the Datadog integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_DATADOGCreates or updates the Datadog integration.需要连接
Creates or updates the Datadog integration.
认证
需要 Connected AccountTags
Create or update the Diffblue Cover integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_DIFFBLUE_COVERCreates or updates the Diffblue Cover integration.需要连接
Creates or updates the Diffblue Cover integration.
认证
需要 Connected AccountTags
Create or update the Discord integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_DISCORDCreates or updates the Discord integration.需要连接
Creates or updates the Discord integration.
认证
需要 Connected AccountTags
Create or update the Drone Ci integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_DRONE_CICreates or updates the Drone Ci integration.需要连接
Creates or updates the Drone Ci integration.
认证
需要 Connected AccountTags
Create or update the Emails On Push integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_EMAILS_ON_PUSHCreates or updates the Emails On Push integration.需要连接
Creates or updates the Emails On Push integration.
认证
需要 Connected AccountTags
Create or update the Ewm integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_EWMCreates or updates the Ewm integration.需要连接
Creates or updates the Ewm integration.
认证
需要 Connected AccountTags
Create or update the External Wiki integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_EXTERNAL_WIKICreates or updates the External Wiki integration.需要连接
Creates or updates the External Wiki integration.
认证
需要 Connected AccountTags
Create or update the Git Guardian integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GIT_GUARDIANCreates or updates the Git Guardian integration.需要连接
Creates or updates the Git Guardian integration.
认证
需要 Connected AccountTags
Create or update the Github integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GITHUBCreates or updates the Github integration.需要连接
Creates or updates the Github integration.
认证
需要 Connected AccountTags
Create or update the Gitlab Slack Application integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GITLAB_SLACK_APPLICATIONCreates or updates the Gitlab Slack Application integration.需要连接
Creates or updates the Gitlab Slack Application integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Artifact Registry integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GOOGLE_CLOUD_PLATFORM_ARTIFACT_REGISTRYCreates or updates the Google Cloud Platform Artifact Registry integration.需要连接
Creates or updates the Google Cloud Platform Artifact Registry integration.
认证
需要 Connected AccountTags
Create or update the Google Cloud Platform Workload Identity Federation integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GOOGLE_CLOUD_PLATFORM_WORKLOAD_IDENTITY_FEDERATIONCreates or updates the Google Cloud Platform Workload Identity Federation integration.需要连接
Creates or updates the Google Cloud Platform Workload Identity Federation integration.
认证
需要 Connected AccountTags
Create or update the Google Play integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_GOOGLE_PLAYCreates or updates the Google Play integration.需要连接
Creates or updates the Google Play integration.
认证
需要 Connected AccountTags
Create or update the Hangouts Chat integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_HANGOUTS_CHATCreates or updates the Hangouts Chat integration.需要连接
Creates or updates the Hangouts Chat integration.
认证
需要 Connected AccountTags
Create or update the Harbor integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_HARBORCreates or updates the Harbor integration.需要连接
Creates or updates the Harbor integration.
认证
需要 Connected AccountTags
Create or update the Irker integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_IRKERCreates or updates the Irker integration.需要连接
Creates or updates the Irker integration.
认证
需要 Connected AccountTags
Create or update the Jenkins integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_JENKINSCreates or updates the Jenkins integration.需要连接
Creates or updates the Jenkins integration.
认证
需要 Connected AccountTags
Create or update the Jira integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_JIRACreates or updates the Jira integration.需要连接
Creates or updates the Jira integration.
认证
需要 Connected AccountTags
Create or update the Jira Cloud App integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_JIRA_CLOUD_APPCreates or updates the Jira Cloud App integration.需要连接
Creates or updates the Jira Cloud App integration.
认证
需要 Connected AccountTags
Create or update the Linear integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_LINEARCreates or updates the Linear integration.需要连接
Creates or updates the Linear integration.
认证
需要 Connected AccountTags
Create or update the Matrix integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MATRIXCreates or updates the Matrix integration.需要连接
Creates or updates the Matrix integration.
认证
需要 Connected AccountTags
Create or update the Mattermost integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MATTERMOSTCreates or updates the Mattermost integration.需要连接
Creates or updates the Mattermost integration.
认证
需要 Connected AccountTags
Create or update the Mattermost Slash Commands integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MATTERMOST_SLASH_COMMANDSCreates or updates the Mattermost Slash Commands integration.需要连接
Creates or updates the Mattermost Slash Commands integration.
认证
需要 Connected AccountTags
Create or update the Microsoft Teams integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MICROSOFT_TEAMSCreates or updates the Microsoft Teams integration.需要连接
Creates or updates the Microsoft Teams integration.
认证
需要 Connected AccountTags
Create or update the Mock Ci integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MOCK_CICreates or updates the Mock Ci integration.需要连接
Creates or updates the Mock Ci integration.
认证
需要 Connected AccountTags
Create or update the Mock Monitoring integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_MOCK_MONITORINGCreates or updates the Mock Monitoring integration.需要连接
Creates or updates the Mock Monitoring integration.
认证
需要 Connected AccountTags
Create or update the Packagist integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PACKAGISTCreates or updates the Packagist integration.需要连接
Creates or updates the Packagist integration.
认证
需要 Connected AccountTags
Create or update the Phorge integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PHORGECreates or updates the Phorge integration.需要连接
Creates or updates the Phorge integration.
认证
需要 Connected AccountTags
Create or update the Pipelines Email integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PIPELINES_EMAILCreates or updates the Pipelines Email integration.需要连接
Creates or updates the Pipelines Email integration.
认证
需要 Connected AccountTags
Create or update the Pivotaltracker integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PIVOTALTRACKERCreates or updates the Pivotaltracker integration.需要连接
Creates or updates the Pivotaltracker integration.
认证
需要 Connected AccountTags
Create or update the Pumble integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PUMBLECreates or updates the Pumble integration.需要连接
Creates or updates the Pumble integration.
认证
需要 Connected AccountTags
Create or update the Pushover integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_PUSHOVERCreates or updates the Pushover integration.需要连接
Creates or updates the Pushover integration.
认证
需要 Connected AccountTags
Create or update the Redmine integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_REDMINECreates or updates the Redmine integration.需要连接
Creates or updates the Redmine integration.
认证
需要 Connected AccountTags
Create or update the Slack integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_SLACKCreates or updates the Slack integration.需要连接
Creates or updates the Slack integration.
认证
需要 Connected AccountTags
Create or update the Squash Tm integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_SQUASH_TMCreates or updates the Squash Tm integration.需要连接
Creates or updates the Squash Tm integration.
认证
需要 Connected AccountTags
Create or update the Teamcity integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_TEAMCITYCreates or updates the Teamcity integration.需要连接
Creates or updates the Teamcity integration.
认证
需要 Connected AccountTags
Create or update the Telegram integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_TELEGRAMCreates or updates the Telegram integration.需要连接
Creates or updates the Telegram integration.
认证
需要 Connected AccountTags
Create or update the Unify Circuit integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_UNIFY_CIRCUITCreates or updates the Unify Circuit integration.需要连接
Creates or updates the Unify Circuit integration.
认证
需要 Connected AccountTags
Create or update the Webex Teams integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_WEBEX_TEAMSCreates or updates the Webex Teams integration.需要连接
Creates or updates the Webex Teams integration.
认证
需要 Connected AccountTags
Create or update the Youtrack integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_YOUTRACKCreates or updates the Youtrack integration.需要连接
Creates or updates the Youtrack integration.
认证
需要 Connected AccountTags
Create or update the Zentao integrationGITLAB_PUT_API_V4_PROJECTS_ID_SERVICES_ZENTAOCreates or updates the Zentao integration.需要连接
Creates or updates the Zentao integration.
认证
需要 Connected AccountTags
Update a comment in a snippet discussionGITLAB_PUT_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_DISCUSSIONS_DISCUSSION_ID_NOTES_NOTE_IDUpdates or changes the status of a specified comment in a snippet discussion.需要连接
Updates or changes the status of a specified comment in a snippet discussion.
认证
需要 Connected AccountTags
Update a snippet noteGITLAB_PUT_API_V4_PROJECTS_ID_SNIPPETS_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for a snippet.需要连接
Updates an existing note for a snippet.
认证
需要 Connected AccountTags
Update a project snippetGITLAB_PUT_API_V4_PROJECTS_ID_SNIPPETS_SNIPPET_IDUpdates a specified project snippet. The user must have permission to modify snippets. Updates to snippets with multiple files must use the `files` attribute.需要连接
Updates a specified project snippet. The user must have permission to modify snippets. Updates to snippets with multiple files must use the `files` attribute.
认证
需要 Connected AccountTags
Transfer a project to another namespaceGITLAB_PUT_API_V4_PROJECTS_ID_TRANSFERTransfers a project to another namespace.需要连接
Transfers a project to another namespace.
认证
需要 Connected AccountTags
Update a pipeline trigger tokenGITLAB_PUT_API_V4_PROJECTS_ID_TRIGGERS_TRIGGER_IDUpdates a pipeline trigger token for a project.需要连接
Updates a pipeline trigger token for a project.
认证
需要 Connected AccountTags
Update a variableGITLAB_PUT_API_V4_PROJECTS_ID_VARIABLES_KEYUpdates a project variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.需要连接
Updates a project variable. If there are multiple variables with the same key, use `filter` to select the correct `environment_scope`.
认证
需要 Connected AccountTags
Update a vulnerability noteGITLAB_PUT_API_V4_PROJECTS_ID_VULNERABILITIES_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for a vulnerability.需要连接
Updates an existing note for a vulnerability.
认证
需要 Connected AccountTags
Update a wiki page meta noteGITLAB_PUT_API_V4_PROJECTS_ID_WIKI_PAGES_NOTEABLE_ID_NOTES_NOTE_IDUpdates an existing note for a wiki page meta.需要连接
Updates an existing note for a wiki page meta.
认证
需要 Connected AccountTags
Update a wiki page for a projectGITLAB_PUT_API_V4_PROJECTS_ID_WIKIS_SLUGUpdates a specified wiki page for a project.需要连接
Updates a specified wiki page for a project.
认证
需要 Connected AccountTags
Update a runner controllerGITLAB_PUT_API_V4_RUNNER_CONTROLLERS_IDUpdates the details of an existing runner controller by its ID.需要连接
Updates the details of an existing runner controller by its ID.
认证
需要 Connected AccountTags
Update a runnerGITLAB_PUT_API_V4_RUNNERS_IDUpdates a specified runner.需要连接
Updates a specified runner.
认证
需要 Connected AccountTags
Update snippetGITLAB_PUT_API_V4_SNIPPETS_IDUpdates a specified snippet.需要连接
Updates a specified snippet.
认证
需要 Connected AccountTags
Apply multiple suggestions to a merge requestGITLAB_PUT_API_V4_SUGGESTIONS_BATCH_APPLYApplies multiple suggested patches in a merge request. You must have the Developer, Maintainer, or Owner role.需要连接
Applies multiple suggested patches in a merge request. You must have the Developer, Maintainer, or Owner role.
认证
需要 Connected AccountTags
Apply a suggestion to a merge requestGITLAB_PUT_API_V4_SUGGESTIONS_ID_APPLYApplies a suggested patch in a merge request. You must have the Developer, Maintainer, or Owner role.需要连接
Applies a suggested patch in a merge request. You must have the Developer, Maintainer, or Owner role.
认证
需要 Connected AccountTags
Update an applicationGITLAB_PUT_API_V4_USER_APPLICATIONS_IDUpdates an existing application owned by the authenticated user.需要连接
Updates an existing application owned by the authenticated user.
认证
需要 Connected AccountTags
Update your user preferencesGITLAB_PUT_API_V4_USER_PREFERENCESUpdates your user preferences.需要连接
Updates your user preferences.
认证
需要 Connected AccountTags
Set a user statusGITLAB_PUT_API_V4_USER_STATUSSets the status of the currently authenticated user. Any parameters that are not passed are nullified. This operation is similar but distinct from the Update a user status operation.需要连接
Sets the status of the currently authenticated user. Any parameters that are not passed are nullified. This operation is similar but distinct from the Update a user status operation.
认证
需要 Connected AccountTags
Update a user's credit_card_validationGITLAB_PUT_API_V4_USER_USER_ID_CREDIT_CARD_VALIDATIONDeprecated in 17.7需要连接
Deprecated in 17.7
认证
需要 Connected AccountTags
Creates or updates a custom attribute for a userGITLAB_PUT_API_V4_USERS_ID_CUSTOM_ATTRIBUTES_KEYCreates or updates a custom attribute for a specified user. If the attribute already exists, it is updated, otherwise a new attribute is created.需要连接
Creates or updates a custom attribute for a specified user. If the attribute already exists, it is updated, otherwise a new attribute is created.
认证
需要 Connected AccountTags